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

MDB_BAD_RSLOT: Invalid reuse of reader locktable slot #8

Closed
DomHudson opened this issue Oct 2, 2018 · 0 comments
Closed

MDB_BAD_RSLOT: Invalid reuse of reader locktable slot #8

DomHudson opened this issue Oct 2, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@DomHudson
Copy link
Contributor

We are very occasionally getting a MDB_BAD_RSLOT error. Investigation and a patch is required. This could be an issue with py-lmdb.

MDB_BAD_RSLOT is returned only one place in mdb.c and the situation is very specific. It means you've tried to begin a new read txn on a thread that already has a read txn outstanding.
http://www.openldap.org/lists/openldap-devel/201409/msg00001.html

TP#8390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant