[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: SIGSEGV on mdb_txn_begin / __pthread_mutex_lock_full



> Are you running multiple Docker instances on the same database? AFAIK that won't work because of Docker's munging with POSIX namespaces.
No, it is a Single Docker instance. Actually, I saw the same thing happening on a Ubuntu box, so it should not be related to Docker.

I restructured the CI tests and divided one big test suite into two. Funny thing is that the problem did not occur anymore as of now.

One difference between the now separated tests was that they were using a different version of our lib.so (including the same version of LMDB however). But I hardly see how that might cause problems.

*Shrug.*