Re: (ITS#8443) segfault in lmdb following mdb_env_set_mapsize
gdochev@gmail.com
13 Jun
2016
13 Jun
'16
2:53 p.m.
It seems that env->me_txn0 is a cached write transaction, which =
shouldn't be deleted, yet I see that the mdb_txn_abort calls mdb_txn_end =
which before the crash frees env->me_txn0.=