Hi,
We are getting segfaults on the netxmsd after upgrading from 1.2.16 to 1.2.17.
Crash occurs about 20 minutes after the start of the service.
Server is SLES 11 SP3 with kernel 3.0.101-0.40-default x86_64 and all patches installed.
With debugger (gdb) i get this kind of output:
I think that libc version is 2.11.3
Rgs
TM
We are getting segfaults on the netxmsd after upgrading from 1.2.16 to 1.2.17.
Crash occurs about 20 minutes after the start of the service.
Server is SLES 11 SP3 with kernel 3.0.101-0.40-default x86_64 and all patches installed.
Code Select
Oct 27 09:01:01 kernel: [25988161.002060] netxmsd[10021]: segfault at 3e4 ip 00007f30b08c4985 sp 00007f309baf9d80 error 4 in libnxcore.so.1.0.0[7f30b0810000+13b000]
Oct 27 09:22:15 kernel: [25989435.606785] netxmsd[10678]: segfault at 3e4 ip 00007fafd01c4985 sp 00007fafbf0afd80 error 4 in libnxcore.so.1.0.0[7fafd0110000+13b000]
Oct 27 09:42:40 kernel: [25990660.489147] netxmsd[11255]: segfault at 3e4 ip 00007f40a695c985 sp 00007f4095ad9d80 error 4 in libnxcore.so.1.0.0[7f40a68a8000+13b000]
With debugger (gdb) i get this kind of output:
Code Select
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f9488359700 (LWP 5152)]
Node::topologyPoll (this=0x7f94908f40e0, pSession=0x0, dwRqId=0, nPoller=62) at node.cpp:5329
5329 if (peerNode->isDown())
(gdb) bt
#0 Node::topologyPoll (this=0x7f94908f40e0, pSession=0x0, dwRqId=0, nPoller=62) at node.cpp:5329
#1 0x00007f9499b07d67 in TopologyPoller (arg=0x3e) at poll.cpp:586
#2 0x00007f9497e8f806 in start_thread () from /lib64/libpthread.so.0
#3 0x00007f94970a3e8d in clone () from /lib64/libc.so.6
#4 0x0000000000000000 in ?? ()
I think that libc version is 2.11.3
Rgs
TM