Discussion:
[torqueusers] pbs_server: error:0 in libpthread-2.19.so
Achim Gelessus
2017-02-09 13:44:02 UTC
Permalink
Dear All,

I try to install Torque on a openSUSE 13.2 (64 Bit)
System. When starting pbs_server I get the error message

general protection ip:7f634ae40198 sp:7ffde9f569b8 error:0 in
libpthread-2.19.so

I tried Torque 6.1.0 and 5.1.3, same result for both versions.
Does anybody know what causes the problem and how to fix it. Any help
is highly welcome.


Best wishes

Achim Gelessus
Chad Vizino
2018-08-23 18:48:52 UTC
Permalink
There may be an issue with locking (a double mutex unlock maybe) in Torque.
We caught one recently--the fix is here (in the 6.1.3 branch):

TRQ-4194 - avoid double mutex unlock on queue
<https://github.com/adaptivecomputing/torque/commit/ccdab3b43f4578573b166587f2f327a2ce9605e9>

Using your existing pbs_server can you try starting it under gdb to get a
backtrace (see example session below) and supply the output?

$ gdb --args pbs_server -D
(gdb) run
<wait to hit issue>
(gdb) bt
(gdb) bt full
(gdb) exit

Chad Vizino
Adaptive Computing

On Wed, Aug 22, 2018 at 9:38 AM Achim Gelessus <
Post by Achim Gelessus
Dear All,
I try to install Torque on a openSUSE 13.2 (64 Bit)
System. When starting pbs_server I get the error message
general protection ip:7f634ae40198 sp:7ffde9f569b8 error:0 in
libpthread-2.19.so
I tried Torque 6.1.0 and 5.1.3, same result for both versions.
Does anybody know what causes the problem and how to fix it. Any help
is highly welcome.
Best wishes
Achim Gelessus
_______________________________________________
torquedev mailing list
http://www.clusterresources.com/mailman/listinfo/torquedev
Loading...