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 595285 - Hangs while switching videos
Hangs while switching videos
Status: RESOLVED DUPLICATE of bug 583255
Product: totem
Classification: Core
Component: GStreamer backend
2.27.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2009-09-15 15:46 UTC by Michael Monreal
Modified: 2009-09-18 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Monreal 2009-09-15 15:46:37 UTC
Totem often (about 1 of 5 tries) gets stuck while changing to the next video from the playlist. I tested with a playlist full of flv videos copied from youtube. Here is backtrace of when it hangs:

^C
Program received signal SIGINT, Interrupt.

Thread 3066767184 (LWP 16641)

  • #0 __kernel_vsyscall
  • #1 __lll_lock_wait
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 _L_lock_89
    from /lib/tls/i686/cmov/libpthread.so.0
  • #3 pthread_mutex_lock
    from /lib/tls/i686/cmov/libpthread.so.0
  • #4 gst_play_sink_get_sink
    at gstplaysink.c line 382
  • #5 gst_play_bin_get_current_sink
    at gstplaybin2.c line 1615
  • #6 gst_play_bin_get_property
    at gstplaybin2.c line 1723
  • #7 IA__g_object_get_valist
    at gobject.c line 904
  • #8 IA__g_object_get
    at gobject.c line 1588
  • #9 bvw_update_interface_implementations
    at bacon-video-widget-gst-0.10.c line 5927
  • #10 bacon_video_widget_expose_event
    at bacon-video-widget-gst-0.10.c line 670
  • #11 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #12 g_type_class_meta_marshal
    at gclosure.c line 878
  • #13 IA__g_closure_invoke
    at gclosure.c line 767
  • #14 signal_emit_unlocked_R
    at gsignal.c line 3285
  • #15 IA__g_signal_emit_valist
    at gsignal.c line 2990
  • #16 IA__g_signal_emit
    at gsignal.c line 3037
  • #17 gtk_widget_event_internal
    at gtkwidget.c line 4767
  • #18 IA__gtk_main_do_event
    at gtkmain.c line 1562
  • #19 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4961
  • #20 _gdk_windowing_window_process_updates_recurse
    at gdkwindow-x11.c line 5560
  • #21 gdk_window_process_updates_internal
    at gdkwindow.c line 5116
  • #22 IA__gdk_window_process_all_updates
    at gdkwindow.c line 5224
  • #23 gtk_container_idle_sizer
    at gtkcontainer.c line 1353
  • #24 gdk_threads_dispatch
    at gdk.c line 506
  • #25 g_idle_dispatch
    at gmain.c line 4065
  • #26 IA__g_main_context_dispatch
    at gmain.c line 1960
  • #27 g_main_context_iterate
    at gmain.c line 2591
  • #28 IA__g_main_loop_run
    at gmain.c line 2799
  • #29 IA__gtk_main
    at gtkmain.c line 1205
  • #30 main
    at totem.c line 278


This is with current totem master and the latest gstreamer* releases.
Comment 1 Philip Withnall 2009-09-18 13:08:14 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 583255 ***