> the core dump gives me; > Core was generated by `pbs_server'. > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x00007fd76d940960 in _xend () at > ../sysdeps/unix/sysv/linux/x86/elision-unlock.c:33 > 33 ../sysdeps/unix/sysv/linux/x86/elision-unlock.c: No such file or directory. > [Current thread is 1 (Thread 0x7fd7637fe700 (LWP 33611))] > (gdb) bt > #0 0x00007fd76d940960 in _xend () at > ../sysdeps/unix/sysv/linux/x86/elision-unlock.c:33 > #1 __lll_unlock_elision (lock=0x63db380, private=0) at > ../sysdeps/unix/sysv/linux/x86/elision-unlock.c:29 > > > Is this related to elision issues? Usually, this happens when the application misuses a mutex (unlocking it when it was not locked by the current thread).