[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#8443) segfault in lmdb following mdb_env_set_mapsize



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.=