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 172418 - MP3 that hangs Rhythmbox
MP3 that hangs Rhythmbox
Status: RESOLVED DUPLICATE of bug 345930
Product: rhythmbox
Classification: Other
Component: general
0.8.7
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-02 09:41 UTC by Len Trigg
Modified: 2006-07-03 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Problematic mp3 (2.00 KB, application/octet-stream)
2005-04-02 09:42 UTC, Len Trigg
Details

Description Len Trigg 2005-04-02 09:41:30 UTC
Steps to reproduce:
1. Try to import the attached mp3 to rhythmbox
2. CPU pegs, Rhythmbox not fully functional (e.g. cannot exit cleanly)
3. 


Stack trace:


Other information:
Comment 1 Len Trigg 2005-04-02 09:42:40 UTC
Created attachment 39584 [details]
Problematic mp3
Comment 2 James 2005-04-03 05:36:50 UTC
I think this is a dupe of bug 172420
Comment 3 James 2005-04-03 05:37:29 UTC
bug 172419

sorry.
Comment 4 Ronald Bultje 2005-04-03 08:07:31 UTC
No, the error reported is different, and so likely the bug is different, too.
Comment 5 Ronald Bultje 2005-04-07 09:10:53 UTC
Interesting, there is only an ID3 header. There is no music data. The file
should be ignored, since no type can be found. Trying that with GStreamer:

$ gst-launch playbin uri=file:///tmp/x.mp3
RUNNING pipeline ...
ERROR: from element /playbin0: Could not determine type of stream.
ERROR: pipeline doesn't want to play.
$

So appears to be a rhythmbox-specific bug - reassigning.
Comment 6 Len Trigg 2005-04-08 02:08:11 UTC
Possibly also a bug in grip, in that it created the file at all from the "data
track".  Either way, rhythmbox should be robust to it.
 
Comment 7 Sebastien Bacher 2005-04-10 22:33:32 UTC
Here it displays a dialog with a message about the file and doesn't hang. What
version of rhythmbox/gstreamer/gst-plugins are you using ?
Comment 8 Len Trigg 2005-04-12 09:20:18 UTC
I am using the following:

rhythmbox-0.8.8-2.1.fc3.rf
gstreamer-0.8.7-4.FC3.0.i386.rpm
gstreamer-plugins-0.8.5-1.i386.rpm
gstreamer-plugins-extra-audio-0.8.6-2.1.fc3.fr.i386.rpm
Comment 9 Fabio Bonelli 2006-07-03 10:14:57 UTC
Doesn't hang with 0.9.3, it says something like "Internal GStreamer error, report a bug" if you click on the collection's expander.

However it should display a more friendly error message, without mentioning GStreamer or a bug to be reported.
Comment 10 Jonathan Matthew 2006-07-03 12:25:20 UTC
No, it shouldn't.  That message indicates that the metadata process crashed while trying to read the file.  This pretty much only happens due to GStreamer problems.  We need the user to file a bug when this happens.
Comment 11 Jonathan Matthew 2006-07-03 12:33:31 UTC
This is the same issue as bug 345930 (file containing id3 tags only).


*** This bug has been marked as a duplicate of 345930 ***
Comment 12 Fabio Bonelli 2006-07-03 12:37:12 UTC
Good, my bad, I assumed GStreamer didn't crash/misbehave reading Ronald's comment.