GNOME Bugzilla – Bug 172946
crash when playing a .mov quicktime file
Last modified: 2005-04-09 08:00:44 UTC
when i try to play a quicktime file, totem crashes. console output: michael@mayco:/mnt/extra/Downloads$ totem startupsound.mov ERROR (0x839d1f0 - 309133:22:55.969919000) qtdemux(26014) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x839d1f0 - 309133:22:55.970203000) qtdemux(26014) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x839d1f0 - 309133:22:55.970308000) qtdemux(26014) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x839d1f0 - 309133:22:55.970408000) qtdemux(26014) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x839d1f0 - 309133:22:55.970486000) qtdemux(26014) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) Segmentation fault michael@mayco:/mnt/extra/Downloads$ gdb totem GNU gdb 6.3-debian Copyright 2004 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 "i386-linux"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run Starting program: /usr/bin/totem [Thread debugging using libthread_db enabled] [New Thread -1223796448 (LWP 26022)] [New Thread -1226540112 (LWP 26025)] [New Thread -1236333648 (LWP 26029)] ERROR (0x83a07d0 - 309133:23:11.472612000) qtdemux(26022) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x83a07d0 - 309133:23:11.472786000) qtdemux(26022) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x83a07d0 - 309133:23:11.472849000) qtdemux(26022) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x83a07d0 - 309133:23:11.472892000) qtdemux(26022) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) ERROR (0x83a07d0 - 309133:23:11.472925000) qtdemux(26022) qtdemux.c(1221):qtdemux_parse: atom length too short (0 < 8) Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1236333648 (LWP 26029)] 0xb7613104 in g_str_hash () from /usr/lib/libglib-2.0.so.0 (gdb) thread apply all bt
+ Trace 57833
Thread 3 (Thread -1236333648 (LWP 26029))
Thread 3 (Thread -1236333648 (LWP 26082))
The program is running. Exit anyway? (y or n) y
Appears to be a unique stack trace, according to the simple-dup-finder.
Ugh, I'm stupid. Missing NULL-terminating argument in a vararg function. Fixed.