Comment 5 for bug 493759

Revision history for this message
Jarkko Lietolahti (jarkko-jab) wrote :

Enable apport but gnome-panel doesn't put anything to /var/crash when segfaulting.

jarkko@sentti:~$ gdb gnome-panel
GNU gdb (GDB) 7.0-ubuntu
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/bin/gnome-panel...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/gnome-panel
[Thread debugging using libthread_db enabled]
** (gnome-panel:3629): DEBUG: Adding applet 0.
** (gnome-panel:3629): DEBUG: Initialized Panel Applet Signaler.
** (gnome-panel:3629): DEBUG: Adding applet 1.
** (gnome-panel:3629): DEBUG: Adding applet 2.
** (gnome-panel:3629): DEBUG: Adding applet 3.
** (gnome-panel:3629): DEBUG: Adding applet 4.
** (gnome-panel:3629): DEBUG: Adding applet 5.
** (gnome-panel:3629): DEBUG: Adding applet 6.
** (gnome-panel:3629): DEBUG: Adding applet 7.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff51dd510 in ?? () from /usr/lib/libgnome-menu.so.2
(gdb)

How to get more information why this is happening?