You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crash is ultimately somewhere around liblmdb-sys/mdb/libraries/liblmdb/mdb.c:5116, so can raise an issue upstream if that is better, referencing this issue.
With the following minimal example for creating a test entry in an LMDB database:
The program will create a database in
test_mdb/data.mdb
, which you can edit with a hex-editor to get the following diff:So, change byte
200c
to00
, which appears to encodelmdb
node information.Convert the hex dump back to binary
data.mdb
file, and re-run the program. Notice the SIGSEGV segmentation fault.Here is a GDB backtrace of the crash:
The text was updated successfully, but these errors were encountered: