Skip to content

v2 data format is incompatible with other LMDB libraries such as py-lmdb #346

@kentbull

Description

@kentbull

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions