https://bugs.openldap.org/show_bug.cgi?id=9274
Issue ID: 9274
Summary: sample-mdb.txt SIGSEGV
Product: LMDB
Version: 0.9.22
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: liblmdb
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Running on centos7. Installed lmdb, lmdb-libs and lmdb-devel version 0.9.22-2
from the EPEL repo. Copied code from:
https://github.com/LMDB/lmdb/blob/mdb.master/libraries/liblmdb/sample-mdb.txt
Compiled:
gcc -g -o sample-mdb -llmdb sample-mdb.c
gdb sample-mdb
(gdb) r
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff79c2d91 in mdb_txn_renew0 () from /lib64/liblmdb.so.0.0.0
(gdb) where
#0 0x00007ffff79c2d91 in mdb_txn_renew0 () from /lib64/liblmdb.so.0.0.0
#1 0x00007ffff79c4454 in mdb_txn_begin () from /lib64/liblmdb.so.0.0.0
#2 0x0000000000400b29 in main (argc=1, argv=0x7fffffffe0d8) at sample-mdb.c:34
(gdb)
--
You are receiving this mail because:
You are on the CC list for the issue.