I get the following malloc error when trying to open an LMDB database created with py-lmdb:
node(42074,0x1f6bde0c0) malloc: *** error for object 0x3c7e805c00e0: pointer being freed was not allocated
node(42074,0x1f6bde0c0) malloc: *** set a breakpoint in malloc_error_break to debug
When I downgrade to v1 database format then it works just fine.
What is the reason for using the non-backwards compatible v2 data format?