> i'd like to see "bt full" directly after the sigsegv happened, post the
entire output.

I updated to 1.8.2 and I installed icinga-dbg

here is "bt full"
root@server:~# gdb /usr/sbin/icinga
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/icinga...Reading symbols from
/usr/lib/debug/usr/sbin/icinga...done.
(no debugging symbols found)...done.
(gdb) symbol-file /usr/lib/debug/usr/sbin/icinga
Load new symbol table from "/usr/lib/debug/usr/sbin/icinga"? (y or n) y
Reading symbols from /usr/lib/debug/usr/sbin/icinga...done.
(gdb) set args /etc/icinga/icinga.cfg
(gdb) set logging on
Copying output to gdb.txt.
(gdb) thread apply all bt
(gdb) run
Starting program: /usr/sbin/icinga /etc/icinga/icinga.cfg
[Thread debugging using libthread_db enabled]

Icinga 1.8.2
Copyright (c) 2009-2012 Icinga Development Team (http://www.icinga.org)
Copyright (c) 2009-2012 Nagios Core Development Team and Community
Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 11-28-2012
License: GPL

Icinga 1.8.2 starting... (PID=28021)
Local time is Sun Dec 02 17:58:35 CET 2012
[New Thread 0x7ffff61e8700 (LWP 28026)]

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000038 in ?? ()
(gdb) bt full
#0  0x0000000000000038 in ?? ()
No symbol table info available.
#1  0x00007ffff73cd748 in ?? () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fffffffd430 in ?? ()
No symbol table info available.
#3  0x0000000000000000 in ?? ()
No symbol table info available.
(gdb)


Thanks,
jan
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to