Issue 8157 - txn can be useless after mdb_txn_renew()
Summary: txn can be useless after mdb_txn_renew()
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 19:59 UTC by Hallvard Furuseth
Modified: 2015-07-02 17:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Hallvard Furuseth 2015-05-27 19:59:57 UTC
Full_Name: Hallvard B Furuseth
Version: LMDB 0.9.14
OS: 
URL: 
Submission from: (NULL) (81.191.45.5)
Submitted by: hallvard


mdb_txn_renew() may initialize txn halfway and then fail.
After that, it refuses to work even when it should have
succeeded, since the txn looks active (mt_dbxs != NULL).
Fixing.
Comment 1 Hallvard Furuseth 2015-05-27 20:51:51 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Bugs
Comment 2 OpenLDAP project 2015-05-27 23:30:23 UTC
Fixed in mdb.master, mdb.RE/0.9
Comment 3 Hallvard Furuseth 2015-05-27 23:30:23 UTC
changed notes
changed state Test to Release
Comment 4 Quanah Gibson-Mount 2015-07-02 17:51:11 UTC
changed state Release to Closed