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
End-to-end tests for a database context loading should:
creating a new context....
Error: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
runtest: test/test_context.cpp:73: void test_context(): Assertion `false' failed.
Aborted (core dumped)
And i test example code in get-started build passed but when run it error
terminate called after throwing an instance of 'nogdb::Error'
what(): MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
I did a bit of research on this due to a completely unrelated project, and wanted to confirm that this isn't a problem with the NogDB layer. lmdb doesn't work on WSL (at least partly) due to mmap(NULL, ...) failing on zero length files. See microsoft/WSL#3451
When command in install
Error: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
runtest: test/test_context.cpp:73: void test_context(): Assertion `false' failed.
Aborted (core dumped)
And i test example code in get-started build passed but when run it error
The text was updated successfully, but these errors were encountered: