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 130736 - crash while switching tracks (without stopping play)
crash while switching tracks (without stopping play)
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Monkey Media
0.6.3
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-07 00:50 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Stephane Loeuillet 2004-01-07 00:50:13 UTC
kernel 2.4.24
gstreamer+gst-plugins CVS HEAD
uses osssink (alsa emulation)
was playing a mp3 (so, i suppose it used mad)

and here is the back-trace :

(rhythmbox:11856): GStreamer-CRITICAL **: Could not find a compatible pad
on element id3tag0 to link to src_0:sink
 
(rhythmbox:11839): Rhythmbox-CRITICAL **: file rb-shell-player.c: line 1847
(info_available_cb): assertion `g_utf8_validate (url, -1, NULL)' failed
 
Program received signal SIGINT, Interrupt.

Thread 16384 (LWP 11839)

  • #0 kill
    from /lib/libc.so.6
  • #1 pthread_kill
    from /lib/libpthread.so.0
  • #2 raise
    from /lib/libpthread.so.0
  • #3 rb_debug_stop_in_debugger
    at rb-debug.c line 142
  • #4 log_handler
  • #5 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #6 g_log
    from /usr/lib/libglib-2.0.so.0
  • #7 info_available_cb
    at rb-shell-player.c line 1847
  • #8 monkey_media_marshal_VOID__ENUM_POINTER
    at monkey-media-marshal.c line 82
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 info_signal_idle
    at monkey-media-player-gst-tmp.c line 333
  • #14 g_idle_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #18 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #19 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #20 ??
  • #21 ??
  • #22 ??
  • #23 ??
  • #24 bonobo_activate
    from /usr/lib/libbonobo-2.so.0
  • #25 _IO_stdin_used
  • #26 ??
  • #27 main
    at main.c line 173

Comment 1 Colin Walters 2004-04-13 04:08:31 UTC
I'm pretty sure this is fixed now; please reopen if you can reproduce the problem.