-
Notifications
You must be signed in to change notification settings - Fork 27
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
[BUG] intermittent leveldb iterator crash #992
Comments
I'm looking into this now. |
How sure are we there's not an async issue going on here, there's unrelated to leveldb? |
Is this still happening @markspanbroek @benbierens? |
I haven't seen it since #995 got merged. But I also haven't been running the tests in giant loops. |
Observed this crash several times while running the unit tests on windows in the CI:
Assertion failed: dummy_versions_.next_ == &dummy_versions_
A quick search seems to indicate that this is likely caused by a leveldb iterator not being properly closed.
Example CI run:
https://github.com/codex-storage/nim-codex/actions/runs/11731259014/job/32682716194?pr=988#step:4:946
The text was updated successfully, but these errors were encountered: