About once a day my gnome-panel freezes.
How can I produce some sort of debug information to:
- Figure out what is causing the freeze or
- File a bug or see if its an existing bug
When gdb is attached to gnome-panel and the bug occurs I cannot get a stack trace out of gdb.
Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libbz2.so.1.0
0x00007f7cefe10f48 in poll () from /lib/libc.so.6
(gdb) c
Continuing.
^C
^C
The "^C" is to show that once the bug occurs gdb stops responding to Ctrl+c and kill -INT.