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 708782 - Playbin deadlock when switching subtitles off
Playbin deadlock when switching subtitles off
Status: RESOLVED DUPLICATE of bug 683504
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.2.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-25 21:17 UTC by Lionel Landwerlin
Modified: 2013-09-25 21:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lionel Landwerlin 2013-09-25 21:17:14 UTC
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffebbfe000
__lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
135	../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: No such file or directory.
(gdb) thread apply all bt
(gdb) thread apply all bt

Thread 1 (Thread 0x7fe14b6cfa00 (LWP 11961))

  • #0 __lll_lock_wait
    at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S line 135
  • #1 _L_lock_1027
    from /lib/x86_64-linux-gnu/libpthread.so.0
  • #2 __GI___pthread_mutex_lock
    at pthread_mutex_lock.c line 85
  • #3 gst_play_sink_navigation_send_event
    at gstplaysink.c line 4853
  • #4 ??
    from /usr/lib/libtotem.so.0
  • #5 _gtk_marshal_BOOLEAN__BOXED
  • #6 g_closure_invoke
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gclosure.c line 777
  • #7 signal_emit_unlocked_R
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c line 3622
  • #8 g_signal_emit_valist
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c line 3338
  • #9 g_signal_emit
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c line 3384
  • #10 gtk_widget_event_internal
    at /tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkwidget.c line 6714
  • #11 gtk_widget_event
    at /tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkwidget.c line 6371
  • #12 propagate_event_up
    at /tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkmain.c line 2403
  • #13 propagate_event
    at /tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkmain.c line 2511
  • #14 gtk_main_do_event
    at /tmp/buildd/gtk+3.0-3.8.4/./gtk/gtkmain.c line 1716
  • #15 _gdk_display_flush_events
    at /tmp/buildd/gtk+3.0-3.8.4/./gdk/gdkdisplay.c line 2035
  • #16 gdk_window_flush_events
    at /tmp/buildd/gtk+3.0-3.8.4/./gdk/gdkwindow.c line 11610
  • #17 _g_closure_invoke_va
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gclosure.c line 840
  • #18 g_signal_emit_valist
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c line 3234
  • #19 g_signal_emit_by_name
    at /tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c line 3424
  • #20 gdk_frame_clock_flush_idle
    at /tmp/buildd/gtk+3.0-3.8.4/./gdk/gdkframeclockidle.c line 312
  • #21 gdk_threads_dispatch
    at /tmp/buildd/gtk+3.0-3.8.4/./gdk/gdk.c line 788
  • #22 g_timeout_dispatch
    at /tmp/buildd/glib2.0-2.36.4/./glib/gmain.c line 4413
  • #23 g_main_dispatch
    at /tmp/buildd/glib2.0-2.36.4/./glib/gmain.c line 3054
  • #24 g_main_context_dispatch
    at /tmp/buildd/glib2.0-2.36.4/./glib/gmain.c line 3630
  • #25 g_main_context_iterate
    at /tmp/buildd/glib2.0-2.36.4/./glib/gmain.c line 3701
  • #26 g_main_context_iteration
    at /tmp/buildd/glib2.0-2.36.4/./glib/gmain.c line 3762
  • #27 g_application_run
    at /tmp/buildd/glib2.0-2.36.4/./gio/gapplication.c line 1623
  • #28 main

Comment 1 Lionel Landwerlin 2013-09-25 21:17:50 UTC
On an MKV file in Totem, switching the subtitles off leads to a deadlock.
Comment 2 Tim-Philipp Müller 2013-09-25 21:37:03 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 683504 ***