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 642388 - Freeze while listening to ASX internet radio stream
Freeze while listening to ASX internet radio stream
Status: RESOLVED DUPLICATE of bug 403122
Product: rhythmbox
Classification: Other
Component: Internet Radio
0.13.x
Other Linux
: Normal major
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-15 15:37 UTC by André Klapper
Modified: 2011-02-15 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2011-02-15 15:37:20 UTC
rhythmbox-0.13.3-1.fc14.i686

I was listening to the stream http://www.rozhlas.cz/audio/download/crojazz.asx in the background, when Rhythmbox froze.


(gdb) thread apply all bt

Thread 1 (Thread 0xb7750860 (LWP 11884))

  • #0 __kernel_vsyscall
  • #1 __lll_lock_wait
    from /lib/libpthread.so.0
  • #2 _L_lock_684
    from /lib/libpthread.so.0
  • #3 pthread_mutex_lock
    from /lib/libpthread.so.0
  • #4 gst_base_src_set_flushing
    at gstbasesrc.c line 2823
  • #5 gst_base_src_activate_push
    at gstbasesrc.c line 2946
  • #6 gst_pad_activate_push
    at gstpad.c line 934
  • #7 gst_pad_set_active
    at gstpad.c line 697
  • #8 activate_pads
    at gstelement.c line 2687
  • #9 gst_iterator_fold
    at gstiterator.c line 549
  • #10 iterator_activate_fold_with_resync
    at gstelement.c line 2719
  • #11 gst_element_pads_activate
    at gstelement.c line 2755
  • #12 gst_element_change_state_func
    at gstelement.c line 2845
  • #13 gst_base_src_change_state
    at gstbasesrc.c line 3064
  • #14 gst_element_change_state
    at gstelement.c line 2603
  • #15 gst_element_set_state_func
    at gstelement.c line 2559
  • #16 gst_element_set_state
    at gstelement.c line 2460
  • #17 gst_bin_element_set_state
    at gstbin.c line 2184
  • #18 gst_bin_change_state_func
    at gstbin.c line 2483
  • #19 gst_uri_decode_bin_change_state
    at gsturidecodebin.c line 2247
  • #20 gst_element_change_state
    at gstelement.c line 2603
  • #21 gst_element_set_state_func
    at gstelement.c line 2559
  • #22 gst_element_set_state
    at gstelement.c line 2460
  • #23 gst_bin_element_set_state
    at gstbin.c line 2184
  • #24 gst_bin_change_state_func
    at gstbin.c line 2483
  • #25 gst_pipeline_change_state
    at gstpipeline.c line 475
  • #26 gst_play_bin_change_state
    at gstplaybin2.c line 3474
  • #27 gst_element_change_state
    at gstelement.c line 2603
  • #28 gst_element_continue_state
    at gstelement.c line 2277
  • #29 gst_element_change_state
    at gstelement.c line 2640
  • #30 gst_element_set_state_func
    at gstelement.c line 2559
  • #31 gst_element_set_state
    at gstelement.c line 2460
  • #32 start_state_change
    at rb-player-gst.c line 396
  • #33 impl_close
    at rb-player-gst.c line 786
  • #34 rb_player_close
    at rb-player.c line 398
  • #35 rb_shell_player_stop
    at rb-shell-player.c line 3219
  • #36 rb_shell_player_playpause
    at rb-shell-player.c line 2392
  • #37 media_player_key_pressed
    at rb-mmkeys-plugin.c line 110
  • #38 rb_marshal_VOID__STRING_STRING
    at rb-marshal.c line 2339
  • #39 marshal_dbus_message_to_g_marshaller
    at dbus-gproxy.c line 1681
  • #40 g_closure_invoke
    at gclosure.c line 766
  • #41 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #42 g_signal_emit_valist
    at gsignal.c line 2983
  • #43 g_signal_emit
    at gsignal.c line 3040
  • #44 dbus_g_proxy_emit_remote_signal
    at dbus-gproxy.c line 1734
  • #45 dbus_g_proxy_manager_filter
    at dbus-gproxy.c line 1301
  • #46 dbus_connection_dispatch
    at dbus-connection.c line 4650
  • #47 message_queue_dispatch
    at dbus-gmain.c line 101
  • #48 g_main_dispatch
    at gmain.c line 2149
  • #49 g_main_context_dispatch
    at gmain.c line 2702
  • #50 g_main_context_iterate
    at gmain.c line 2780
  • #51 g_main_loop_run
    at gmain.c line 2988
  • #52 IA__gtk_main
    at gtkmain.c line 1237
  • #53 main
    at main.c line 336

(gdb) list
95	static void database_load_complete (RBShell *shell, gpointer data);
96	static void local_load_uri (const char *filename, RBShell *shell);
97	
98	static void main_shell_weak_ref_cb (gpointer data, GObject *objptr);
99	
100	int
101	main (int argc, char **argv)
102	{
103		DBusGConnection *session_bus;
104		GError *error = NULL;
(gdb)
Comment 1 Jonathan Matthew 2011-02-15 21:40:14 UTC

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