kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
499 stars 40 forks source link

MDB error cursor full #299

Open xrchz opened 2 months ago

xrchz commented 2 months ago
node_modules/lmdb/read.js:58
                    throw lmdbError(rc);
                          ^

Error: MDB_CURSOR_FULL: Internal error - cursor stack limit reached
    at LMDBStore.getBinaryFast (file:///home/ramana/rockettheft/node_modules/lmdb/read.js:58:12)
    at LMDBStore.get (file:///home/ramana/rockettheft/node_modules/lmdb/read.js:228:22)
...

Node.js v22.4.0

lmdb@2.8.5

xrchz commented 2 months ago

I will try again with lmdb@3.0.12... Nope it still fails the same way.

kriszyp commented 2 months ago

Do you have more information on how to reproduce this?