GNOME Bugzilla – Bug 373055
crash in Movie Player: Opening an Ogg Thora/Vor...
Last modified: 2007-05-07 08:25:28 UTC
Version: 2.16.2 What were you doing when the application crashed? Opening an Ogg Thora/Vorbis file that wasn't finished encoding. Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 160972800 vsize: 0 resident: 160972800 share: 0 rss: 42319872 rss_rlim: 0 CPU usage: start_time: 1163094579 rtime: 0 utime: 107 stime: 0 cutime:104 cstime: 0 timeout: 3 it_real_value: 0 frequency: 4 Backtrace was generated from '/usr/bin/totem' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1225832784 (LWP 26465)] [New Thread -1343452256 (LWP 26481)] [New Thread -1320645728 (LWP 26479)] [New Thread -1312158816 (LWP 26478)] [New Thread -1303393376 (LWP 26477)] [New Thread -1295000672 (LWP 26476)] [New Thread -1282552928 (LWP 26475)] [New Thread -1266779232 (LWP 26472)] [New Thread -1258386528 (LWP 26471)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 84797
Thread 3 (Thread -1320645728 (LWP 26479))
That looks like a GStreamer bug.
*** Bug 433485 has been marked as a duplicate of this bug. ***
This one has been fixed I think. In particular, the assertion has been removed: 2006-11-29 Jan Schmidt <thaytan@mad.scientist.com> * gst/gstvalue.c: (gst_value_compare_fraction): If someone is foolish enough to compare 2 fractions with denominator = 0, return UNORDERED rather than aborting. http://webcvs.freedesktop.org/gstreamer/gstreamer/gst/gstvalue.c?r1=1.126&r2=1.127