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. ** Changed in: totem (Ubuntu) Importance: Undecided => Medium -- totem crash after adding notes to movie file https://bugs.launchpad.net/bugs/115727 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for totem in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
