core-rs-albatross
core-rs-albatross copied to clipboard
Assertion in MDBX 0.1.8
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.
Upstream bug report: https://github.com/vorot93/libmdbx-rs/issues/16.
Further upstream: https://gitflic.ru/project/erthink/libmdbx/issue/7.
Upstream has fixed the bug and disabled debug assertions in release mode. You could try updating again.
Cool, I'm testing #1134 to see if the issue is gone