-
Notifications
You must be signed in to change notification settings - Fork 55
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
Assertion 'root > 1' failed in mdb_page_search() #130
Comments
Hey @hermeGarcia, I would like to know if you can reproduce this bug consistently and if so, would you please share the code? |
Hi! |
Hey! Thank you very much, but would it be possible also to specify the main function that does what you describe? |
I had the following in my Cargo.toml: |
Hey @hermeGarcia, Thank you for the failing test but there is too much code and deepness in it for me to debug, would it be possible to create a minimal reproducible test with only heed, please? |
Hi there!
I am building a system that uses heed and while running some tests it prints the following and then crashes:
To me it is unclear why sometimes the error pops up and sometimes it does not. My tests are really simple, is just one thread storing data and reading it. Could someone explain to me what this error means?
The text was updated successfully, but these errors were encountered: