GNOME Bugzilla – Bug 122622
Error on track end
Last modified: 2004-12-22 21:47:04 UTC
Backtrace:
+ Trace 40280
Looks like it might be a GTK bug, note how the string address gets blasted between frames 7 and 6.
gtklabel.c:941: gtk_label_set_label_internal (label, g_strdup (str ? str : "")); g_strdup (because of g_new (because of malloc)) is returning 0xfffffffc which suggests that the stack is being smashed somewhere. :( (1) Can you reproduce this bug? (2) If you can, does it happen with the either RB 0.5.3 or the CVS/arch version?
I can't dupe the freeze. I've pulled it from arch, and now it says "this is not a vorbis file" when moving to the next track. Of course if I then tell it to play the next track it works fine.
Oops, just noticed these warnings after I moved the window so it didn't cover the terminal ;) (rhythmbox:5008): GStreamer-WARNING **: pull on pad src:src but it is not active over and over, generated just as it's about to move on to the next track.
I think this is fixed now.