Comment 5 for bug 1774302

Revision history for this message
Christoph Probst (christophprobst) wrote :

Can confirm that using spooldefaults.bin, libspoolb.so and libspoolc.so from http://ftp.debian.org/debian/pool/main/g/gridengine/gridengine-client_8.1.9+dfsg-9_amd64.deb does workaround the segfault issue in gridengine-master 8.1.9+dfsg-7build1 on Ubuntu 18.04 Bionic.

Make sure to reset /var/spool/gridengine/ if there are slot-related error messages.

Regarding libjemalloc it was sufficiant to symlink version 2 to version 1.
cd /usr/lib/x86_64-linux-gnu
ln -s libjemalloc.so.1 libjemalloc.so.2

I also used the Debian source for 8.1.9+dfsg-9 to build the package locally on Bionic but the result still segfaulted. Possibly lib-related - haven't tried to provide libm and libjemalloc2.

debian dfsg-9 ldd diff:
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6
        libjemalloc.so.2 => /usr/lib/x86_64-linux-gnu/libjemalloc.so.2

local build dfsg-9 ldd diff:
        libjemalloc.so.1 => /usr/lib/x86_64-linux-gnu/libjemalloc.so.1