[hobbit] hobbitd_client crashes on server

Marijn Hofstra m.hofstra at detamboer.nl
Wed Sep 2 12:00:46 CEST 2009


> 
> The backtrace would not very useful, as you don't have the 
> debug symbols 
> available. Please install the debug packages for the 
> libraries listed by gdb, 
> most likely something like pcre-debug and libc-debug. Then 
> run gdb again, this 
> time it should not say "no debugging symbols found", at the 
> gdb prompt, type 
> 'bt full' and then send the output.
> 

I installed the libpcre3-dbg and libc6-dbg packages, here is the new output:

smeagol:~/server$ gdb bin/hobbitd_client  tmp/core
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib/libpcre.so.3...Reading symbols from
/usr/lib/debug/usr/lib/libpcre.so.3.12.1...done.
done.
Loaded symbols for /usr/lib/libpcre.so.3
Reading symbols from /lib/libc.so.6...Reading symbols from
/usr/lib/debug/lib/libc-2.7.so...done.
done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...Reading symbols from
/usr/lib/debug/lib/ld-2.7.so...done.
done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by `hobbitd_client'.
Program terminated with signal 6, Aborted.
[New process 3188]
#0  0xb7e68556 in raise () from /lib/libc.so.6
(gdb) bt full
#0  0xb7e68556 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0xbfd377e8 in ?? ()
No symbol table info available.
#2  0xb7df2586 in ?? ()
No symbol table info available.
#3  0xb7ebf160 in ____wcstof_l_internal () from /lib/libc.so.6
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)




More information about the Xymon mailing list