Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing due to mdb_freelist_save #59

Open
flipchan opened this issue Mar 12, 2020 · 1 comment
Open

Crashing due to mdb_freelist_save #59

flipchan opened this issue Mar 12, 2020 · 1 comment

Comments

@flipchan
Copy link

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?

@erthink
Copy link

erthink commented May 25, 2020

I suggest migrating to MDBX, where this and other errors are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants