Skip to content
Kristoffer Sjögren edited this page Feb 13, 2016 · 10 revisions
  • JVM SIGSEGV crash

The LMDB Java API maps well to the LMDB C API. So it's necessary to understand the LMDB C API in order to troubleshoot the cause of a SIGSEGV, which may happen in corner cases that may otherwise seem like bug. The official docs are excellent and very precise. Read it. Many times.

  • Sporadic exceptions "MDB_BAD_RSLOT: Invalid reuse of reader locktable slot"

Set Constants.NOTLS option on Env.open().

Clone this wiki locally