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
lmdb is segment faulting in the function mdb_freelist_save
When debugging with rust-gdb:
[New Thread 0x7ffff47df700 (LWP 18986)]
mdb/libraries/liblmdb/mdb.c:3067: Assertion 'pglast <= env->me_pglast' failed in mdb_freelist_save()
Thread 62 "worker_0" received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff47df700 (LWP 18986)]
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb)
anyone had the same problem?
The text was updated successfully, but these errors were encountered:
lmdb is segment faulting in the function mdb_freelist_save
When debugging with rust-gdb:
anyone had the same problem?
The text was updated successfully, but these errors were encountered: