core-rs-albatross icon indicating copy to clipboard operation
core-rs-albatross copied to clipboard

Assertion in MDBX 0.1.8

Open jsdanielh opened this issue 2 years ago • 4 comments

Updating mdbx to 0.1.8 as #1005 did, the code randomly an assertion:

nimiq-client: mdbx:9268: map_resize: Assertion `size_bytes == env->me_dxb_mmap.current' failed.

The issue looks much more reproducible when triggering the Devnet Release Scenarios. As a temporal fix 7542732 reverts it back to 0.1.7.

jsdanielh avatar Sep 05 '22 22:09 jsdanielh

Upstream bug report: https://github.com/vorot93/libmdbx-rs/issues/16.

hrxi avatar Oct 31 '22 13:10 hrxi

Further upstream: https://gitflic.ru/project/erthink/libmdbx/issue/7.

hrxi avatar Nov 04 '22 13:11 hrxi

Upstream has fixed the bug and disabled debug assertions in release mode. You could try updating again.

hrxi avatar Nov 17 '22 14:11 hrxi

Cool, I'm testing #1134 to see if the issue is gone

jsdanielh avatar Nov 17 '22 16:11 jsdanielh