You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we assert if we receive any kind of error from lmdb, in a number of lmdb related functions.
It would be useful to know what kind of error was returned to help us debug some of those asserts.
We should change the functions that assert on lmdb error to print information about the error before assessing.
The file is: nano/store/lmdb/transaction.cpp
We should make them print information about the error, at least the error code and any error messages that may be applicable.
The functions are (this might not be a complete list):
Currently we assert if we receive any kind of error from lmdb, in a number of lmdb related functions.
It would be useful to know what kind of error was returned to help us debug some of those asserts.
We should change the functions that assert on lmdb error to print information about the error before assessing.
The file is: nano/store/lmdb/transaction.cpp
We should make them print information about the error, at least the error code and any error messages that may be applicable.
The functions are (this might not be a complete list):
A related crash is:
#4369
The text was updated successfully, but these errors were encountered: