GNOME Bugzilla – Bug 381162
totem hangs when opening ogg file
Last modified: 2006-12-11 10:51:31 UTC
Steps to reproduce: 1. double click on .ogg file 2. totem launches 3. totem hangs Stack trace: I'll attach the strace in a bit Other information: totem launches by itself no problem. opens other songs no problem. seems to start having problems with this file now, but I have no idea why. the file can be opened by other applications...
Created attachment 77467 [details] strace of the hang
From the strace, it's GStreamer.
1) Does this work: $ gst-launch-0.10 playbin uri=file:///path/to/foo.ogg ? 2) Could you provide a stack trace of the hang: ... wait for totem to hang, then in other terminal: $ gdb -p `pidof -s totem` (gdb) thread apply all bt ... paste text output here ... (gdb) kill (gdb) quit 3) Could you provide a full debug log: $ export GST_DEBUG_NO_COLOR=1 $ GST_DEBUG=*:5 totem /path/to/foo.ogg 2>dbg.log ... control-C when it hangs $ bzip2 dbg.log and attach the dbg.log.bz2 file (My first random guess would be that you have a foo.txt file in the same directory as your foo.ogg file, that might cause totem to hang with previous GStreamer versions).
(In reply to comment #3) > 1) Does this work: > > $ gst-launch-0.10 playbin uri=file:///path/to/foo.ogg > > ? > Yes > 2) Could you provide a stack trace of the hang: > > ... wait for totem to hang, then in other terminal: > $ gdb -p `pidof -s totem` > (gdb) thread apply all bt > ... paste text output here ...
+ Trace 93246
> (gdb) kill > (gdb) quit > > 3) Could you provide a full debug log: > > $ export GST_DEBUG_NO_COLOR=1 > $ GST_DEBUG=*:5 totem /path/to/foo.ogg 2>dbg.log > ... control-C when it hangs > $ bzip2 dbg.log > > and attach the dbg.log.bz2 file > will attach next > > (My first random guess would be that you have a foo.txt file in the same > directory as your foo.ogg file, that might cause totem to hang with previous > GStreamer versions). > that's correct, I have a txt file with the same name as the ogg file in there. thanks a lot for the great instructions! :)
Created attachment 78120 [details] requested dbg.log.bz2 file
> That's correct, I have a txt file with the same name as the ogg > file in there. Thanks for the log file. Looks like you're running into bug #339366, which should be fixed in the recently released gst-plugins-base 0.10.11. (Note that depending on the content of the .txt files you might also run into bug #380342 with other .txt files). *** This bug has been marked as a duplicate of 339366 ***