Comment 7 for bug 172786

Revision history for this message
miked (miked11) wrote :

I had this crash on two different computers, but it did not crash this time.

root@Beast-Desktop:~# gdb totem 2>&1 | tee gdb-totem.txt
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/totem
[Thread debugging using libthread_db enabled]
[New Thread -1228630352 (LWP 11673)]
[New Thread -1270842480 (LWP 11676)]
[New Thread -1287906416 (LWP 11677)]
[New Thread -1296299120 (LWP 11678)]
[New Thread -1308791920 (LWP 11679)]
[New Thread -1319072880 (LWP 11680)]
[New Thread -1327465584 (LWP 11681)]
[New Thread -1345520752 (LWP 11703)]
[New Thread -1353913456 (LWP 11704)]
[Thread -1345520752 (LWP 11703) exited]
[Thread -1353913456 (LWP 11704) exited]
[New Thread -1353913456 (LWP 11705)]
[New Thread -1345520752 (LWP 11706)]
[Thread -1353913456 (LWP 11705) exited]
[Thread -1345520752 (LWP 11706) exited]
[New Thread -1345520752 (LWP 11707)]
[Thread -1345520752 (LWP 11707) exited]
[Thread -1319072880 (LWP 11680) exited]
[Thread -1308791920 (LWP 11679) exited]
[Thread -1327465584 (LWP 11681) exited]
[Thread -1287906416 (LWP 11677) exited]
[Thread -1296299120 (LWP 11678) exited]
[Thread -1270842480 (LWP 11676) exited]

Program exited normally.
(gdb) backtrace full
No stack.
(gdb) info registers
The program has no registers now.
(gdb) thread apply all backtrace
(gdb) quit
root@Beast-Desktop:~#
I will try on the other computer next.