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

Re: (ITS#7651) LMDB: Uncontrolled database when opened from multiple processes



Whoops, too hasty reply.  Didn't notice your mdb_env_close(env)
before the fork.  But do you mdb_env_create() again after?
mdb_env_close() destroys the MDB_env.

-- 
Hallvard