This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9866 - .ogg file(s) reliably crashes Rockbox on Gigabeat F40
Attached to Project:
Rockbox
Opened by MJT (buckw) - Tuesday, 03 February 2009, 00:44 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Wednesday, 01 July 2009, 19:49 GMT+2
Opened by MJT (buckw) - Tuesday, 03 February 2009, 00:44 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Wednesday, 01 July 2009, 19:49 GMT+2
|
DetailsI have a Gigabeat F40 running version r19888.090130. I am not using the database feature. On certain .ogg files, the player freezes immediately (zero time elapsed), and must be restarted by switching the battery switch. It is a specific set of files that cause the freeze, and not all .ogg files have the same effect--some play fine. When converted to mp3, the files cause no problem.
I posted this initially in the forum (http://forums.rockbox.org/index.php?topic=20456.0), and was advised to open a bug. I can also send a file if you advise how and where. |
This task depends upon
Closed by MichaelGiacomelli (saratoga)
Wednesday, 01 July 2009, 19:49 GMT+2
Reason for closing: Fixed
Additional comments about closing: Should be fixed.
Wednesday, 01 July 2009, 19:49 GMT+2
Reason for closing: Fixed
Additional comments about closing: Should be fixed.
Thanks.
http://rapidshare.com/files/194475757/01_-_The_Eve_Of_The_War.ogg.
Thanks.
* The Vorbis comments contain a big album art image. In this case, about 0.5 MB.
* The Vorbis decoder always loads all comments, even though Rockbox doesn't get them from the decoder (thus, memory is wasted; in this case, lots of memory).
* Rockbox has limited amounts of memory for dynamic allocations by the codec.
* The Vorbis decoder doesn't check for memory allocation failure in this case.
So, the quick fix is, dump the album art image. By the way, Vorbis comments are "meant for short, text comments, not arbitrary metadata". I can't say I like the practice of dumping images in them. :)