Comment 10 for bug 1882998

Revision history for this message
Sebastian Jaenicke (sebastian-d) wrote : Re: openvdb6.2 is non functionnal on Focal due to jemalloc

Please note this also affects gridengine-drmaa1.0, where libdrmaa.so is linked vs libjemalloc.so.2,
and attempts to dlopen() libdrmaa fail with 'cannot allocate memory in static TLS block'.

According to https://github.com/jemalloc/jemalloc/issues/1237, this can be fixed by configuring
jemalloc with '--disable-initial-exec-tls'.