Comment 4 for bug 115727

Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

I had a look at this and I can't reproduce the bug. It would be great if you could run the backtrace. It's really easy :

Prepare everything :

- use https://wiki.ubuntu.com/DebuggingProgramCrash to add the reposetry for the debug packages.
- look in SYnaptic to see if you are using totem-xine or totem-gstreamer. If you are using totem-xine install totem-xine-dbgsym, if you are using totem-gstreamer install totem-gstreamer-dbgsym.
-add the notes to your video file
-make sure gdb is installed

Run the backtrace in a terminal :
Run gdb totem 2>&1 | tee gdb-totem.txt

Then in the prompt write (the prompt as (gdb) in front) :

handle SIG33 pass nostop noprint then press enter
set pagination 0 then press enter
run /path/to/your/file/MegastarFrance.wmv

Then totem should appear and crash.

After that enter in the prompt :

backtrace full then press enter
info registers then press enter
thread apply all backtrace then press enter
quit then press enter

The backtrace is now finished,it should be located in your home folder, then just attach it here. Thank you very much.