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 119155 - rhythmbox head fails to play a second song in the playlist.
rhythmbox head fails to play a second song in the playlist.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.3
Other other
: Normal critical
: 0.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 124452 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-08-05 07:59 UTC by Amaury Jacquot
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (767 bytes, patch)
2003-09-25 00:33 UTC, David Schleef
none Details | Review

Description Amaury Jacquot 2003-08-05 07:58:29 UTC
Package: rhythmbox
Severity: normal
Version: GNOME2.2.2 0.4.99
os_details: Ximian, Inc.
Synopsis: rhythmbox head fails to play a second song in the playlist.
Bugzilla-Product: rhythmbox
Bugzilla-Component: General
BugBuddy-GnomeVersion: 2.0 (2.2.0.1)
Description:
Description of Problem:
play a song. when changing for the next song, notice the crash

Steps to reproduce the problem:
1. play song
2. wait till it changes track
3. boom

Actual Results:
the player explodes

Expected Results:
it contrinues playing on to the next song

How often does this happen?
everytime

Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/rhythmbox'

[New Thread 1088639296 (LWP 31620)]
[New Thread 1116949808 (LWP 31623)]
[New Thread 1099386160 (LWP 31622)]
0xffffe002 in ?? ()

Thread 1 (Thread 1088639296 (LWP 31620))

  • #0 ??
  • #1 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 ??
  • #4 gst_element_dispose
    at gstelement.c line 2542
  • #5 gst_bin_dispose
    at gstbin.c line 778
  • #6 gst_spider_dispose
    at gstspider.c line 183
  • #7 g_object_class_list_properties
    from /usr/lib/libgobject-2.0.so.0
  • #8 gst_object_unref
    at gstobject.c line 240
  • #9 gst_bin_remove_func
    at gstbin.c line 517
  • #10 gst_bin_remove
    at gstbin.c line 545
  • #11 gst_bin_dispose
    at gstbin.c line 769
  • #18 rb_shell_player_set_playing_node
    at rb-shell-player.c line 768
  • #19 rb_shell_player_next
    at rb-shell-player.c line 830
  • #20 eos_cb
    at rb-shell-player.c line 1351
  • #21 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #22 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #26 eos_signal_idle
    at monkey-media-player-gst-tmp.c line 247
  • #27 g_timeout_add
    from /usr/lib/libglib-2.0.so.0
  • #28 unblock_source
    from /usr/lib/libglib-2.0.so.0
  • #29 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #30 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #31 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #32 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #33 main
    at main.c line 149
  • #34 __libc_start_main
    from /lib/tls/libc.so.6
  • #0 ??




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-08-05 03:58 -------

Reassigning to the default owner of the component, rhythmbox-maint@bugzilla.gnome.org.

Comment 1 Elijah Newren 2003-08-05 16:37:09 UTC
Appears to be a unique stack trace, according to the
simple-dup-finder.  I'm setting severity->critical, adding the
bugsquad keyword, and marking as new.
Comment 2 Colin Walters 2003-08-05 17:03:29 UTC
Yeah, if you look at the stack trace you'll notice it's inside
GStreamer.  I am fairly certain this is a GStreamer bug, since rb
works fine with 0.6.2.

Reassigning to GStreamer.
Comment 3 Benjamin Otte (Company) 2003-08-05 20:07:47 UTC
What version of GStreamer is this?
And if it's HEAD, is it the latest version and did you rebuild _all_
plugins?
Comment 4 Bastien Nocera 2003-08-05 20:43:14 UTC
Reassign *and* change the owner
Comment 5 Amaury Jacquot 2003-08-22 05:11:02 UTC
yes, I always do a complete rebuild from the gstreamer module up...
Comment 6 Joe Marcus Clarke 2003-08-31 07:08:54 UTC
Just to put in my two cents.  I was using rb 0.5.2 just fine with gst
0.6.2.  I ported 0.6.3 over to FreeBSD, fired it up, and was happy
listening to an MP3.  When the song ended, playing stopped.  When I
looked at rb, it looked like it was frozen at the end of the track. 
If I hit the Next button, I go to the next track just fine, but when
it ends, the same thing happens again.  Going back to gst 0.6.2 solves
the problem.

To make sure I wasn't missing anything, I rebuilt rb 0.5.2 against gst
0.6.3, but the problem persists.  This is on FreeBSD 4.9-PRERELEASE.
Comment 7 Colin Walters 2003-09-24 19:44:55 UTC
This bug is caused by esdsink being broken in GStreamer 0.6.3.
Comment 8 David Schleef 2003-09-25 00:33:22 UTC
Created attachment 20262 [details] [review]
fix
Comment 9 David Schleef 2003-09-25 00:36:41 UTC
Applied to HEAD, applied to 0.6.x.
Comment 10 Colin Walters 2003-11-05 07:41:47 UTC
*** Bug 124452 has been marked as a duplicate of this bug. ***