Comment 11 for bug 172786

Revision history for this message
miked (miked11) wrote :

o.k. here's another try. I will try one more after this one and then i'll give up for now. thanks.

root@Beast-Desktop:~# gdb totem 2>&1 | tee gdb-totem.txtGNU 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 -1227962704 (LWP 7045)]
[New Thread -1270174832 (LWP 7048)]
[New Thread -1287238768 (LWP 7049)]
[New Thread -1295631472 (LWP 7050)]
[New Thread -1308124272 (LWP 7051)]
[New Thread -1318405232 (LWP 7052)]
[New Thread -1326797936 (LWP 7053)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1227962704 (LWP 7045)]
0xb7458e31 in ?? () from /usr/lib/libxine.so.1
(gdb) backtrace full
#0 0xb7458e31 in ?? () from /usr/lib/libxine.so.1
No symbol table info available.
Cannot access memory at address 0xbfec3ba8
(gdb) info registers
eax 0x200 512
ecx 0xb1879000 -1316515840
edx 0x8aa25d8 145368536
ebx 0xb7469488 -1220111224
esp 0xbfec3ba8 0xbfec3ba8
ebp 0x8000 0x8000
esi 0x160 352
edi 0x0 0
eip 0xb7458e31 0xb7458e31 <_fini+790285>
eflags 0x10206 [ PF IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
(gdb) thread apply all backtrace
Couldn't get registers: No such process.
(gdb) quit
The program is running. Exit anyway? (y or n) y
root@Beast-Desktop:~#