After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 373055 - crash in Movie Player: Opening an Ogg Thora/Vor...
crash in Movie Player: Opening an Ogg Thora/Vor...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.10
Other All
: High critical
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 433485 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-11-09 17:50 UTC by jjbuckley
Modified: 2007-05-07 08:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description jjbuckley 2006-11-09 17:50:29 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 ()

Thread 3 (Thread -1320645728 (LWP 26479))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 gst_value_compare_fraction
    at gstvalue.c line 3672
  • #11 gst_value_compare_with_func
    at gstvalue.c line 2771
  • #12 gst_value_subtract_fraction_fraction_range
    at gstvalue.c line 2569
  • #13 gst_value_subtract
    at gstvalue.c line 3019
  • #14 gst_caps_structure_is_subset_field
    at gstcaps.c line 501
  • #15 gst_structure_foreach
    at gststructure.c line 877
  • #16 gst_caps_merge_structure
    at gstcaps.c line 533
  • #17 gst_caps_merge
    at gstcaps.c line 620
  • #18 gst_base_transform_transform_caps
    at gstbasetransform.c line 461
  • #19 gst_base_transform_setcaps
    at gstbasetransform.c line 660
  • #20 gst_pad_set_caps
    at gstpad.c line 2277
  • #21 gst_pad_chain_unchecked
    at gstpad.c line 2336
  • #22 gst_pad_push
    at gstpad.c line 3510
  • #23 gst_base_transform_chain
    at gstbasetransform.c line 1530
  • #24 gst_pad_chain_unchecked
    at gstpad.c line 3344
  • #25 gst_pad_push
    at gstpad.c line 3510
  • #26 gst_base_transform_chain
    at gstbasetransform.c line 1530
  • #27 gst_pad_chain_unchecked
    at gstpad.c line 3344
  • #28 gst_pad_push
    at gstpad.c line 3510
  • #29 gst_proxy_pad_do_chain
    at gstghostpad.c line 188
  • #30 gst_pad_chain_unchecked
    at gstpad.c line 3344
  • #31 gst_pad_push
    at gstpad.c line 3510
  • #32 gst_queue_loop
    at gstqueue.c line 779
  • #33 gst_task_func
    at gsttask.c line 192
  • #34 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #35 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #36 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #37 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Jan Arne Petersen 2006-11-09 18:25:14 UTC
That looks like a GStreamer bug.
Comment 2 Tim-Philipp Müller 2007-05-07 08:07:40 UTC
*** Bug 433485 has been marked as a duplicate of this bug. ***
Comment 3 Tim-Philipp Müller 2007-05-07 08:25:28 UTC
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