Bug#869503: Totem Player Segmentation Fault on Start Up (Debian 9)

Jason Crain jason at inspiresomeone.us
Mon Jul 24 13:50:15 UTC 2017


On Sun, Jul 23, 2017 at 08:43:47PM -0400, Aaron Valdes wrote:
> gdb totem
> GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
> Copyright (C) 2016 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 "i686-linux-gnu".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> Find the GDB manual and other documentation resources online at:
> <http://www.gnu.org/software/gdb/documentation/>.
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from totem...Reading symbols
> from /usr/lib/debug/.build-id/76/c73577645ba60270eb0d6919647d36862f01c7.debug...done.
> done.
> (gdb) thread apply all bt
> (gdb) run
> Starting program: /usr/bin/totem 
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
> [New Thread 0xb16f1b40 (LWP 7133)]
> [New Thread 0xb0ef0b40 (LWP 7134)]
> [New Thread 0xb02ffb40 (LWP 7135)]
> 
> (totem:7129): Totem-WARNING **: Failed to register application: Timeout
> was reached
> [Thread 0xb02ffb40 (LWP 7135) exited]
> [Thread 0xb0ef0b40 (LWP 7134) exited]
> [Thread 0xb16f1b40 (LWP 7133) exited]
> [Inferior 1 (process 7129) exited normally]

You've run totem inside of gdb correctly, but to get a good backtrace
you'll need to first 'run' totem, get it to crash, and then do 'bt' or
'thread apply all bt'.  Only then will the backtrace say what totem was
doing when it crashed.  Were you having trouble getting totem to crash
while in the debugger?



More information about the pkg-gnome-maintainers mailing list