Xymon Mailing List Archive search

Hobbit server crashing

list Henrik Størner
Thu, 9 Oct 2008 14:13:03 +0000 (UTC)
Message-Id: <gcl3hf$u9d$user-e356fad9864f@xymon.invalid>

In <user-7a569889e39c@xymon.invalid> "Everett, Vernon" <user-9da1a1882f49@xymon.invalid> writes:
Hmm, that is what I suspected, because I found this in the log file after s=
ending my mail
*** glibc detected *** bbtest-net: double free or corruption (out): 0x00000=
0000a96dd20 ***
=3D=3D=3D=3D=3D=3D=3D Backtrace: =3D=3D=3D=3D=3D=3D=3D=3D=3D
/lib64/libc.so.6[0x3db7a71634]
/lib64/libc.so.6(cfree+0x8c)[0x3db7a74c5c]
bbtest-net[0x42493a]
bbtest-net[0x422bdf]
bbtest-net[0x422d7e]
bbtest-net[0x40f7d7]
bbtest-net[0x4076cc]
bbtest-net[0x4088c6]
It would be really interesting to find out what these adresses correspond to
in the source code. If you have gdb on this host, could you run 
   gdb ~hobbit/server/bin/bbtest-net
then at the "(gdb)" prompt enter the command
   (gdb) l *0x42493a

Hopefully that gives you something like

henrik at osiris:~/hobbit$ gdb ./bbnet/bbtest-net
(gdb) l *0x8053ce7
0x8053ce7 is in bbgen_ASN1_UTCTIME (contest.c:392).

If it does, it would be nice to see.


Henrik