This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10368 - Performing 'View Catalog' 3 times in a row crashes with StkOv
Attached to Project:
Rockbox
Opened by Dan (Skyly) - Monday, 22 June 2009, 12:41 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 22 December 2009, 07:09 GMT+2
Opened by Dan (Skyly) - Monday, 22 June 2009, 12:41 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 22 December 2009, 07:09 GMT+2
|
DetailsTo reproduce, go to the Playlist Catalog by any means.
1. Highlight a playlist and hold NAVI to enter the context menu. 2. Select Playlist Catalog. 3. Select View Catalog. 4. Repeat. After about 3 repeats the unit crashes, on any of the above steps depending on how you first entered the catalog. Not a critical problem, just a thorn to be there. Workaround is to not do it. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Tuesday, 22 December 2009, 07:09 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r24097. someone is welcome to make this hack work better with the menus
Tuesday, 22 December 2009, 07:09 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r24097. someone is welcome to make this hack work better with the menus
I can confirm that this happens on my H3xx mp3 player with build r21613-090702.
Hope this helps.
A
R
edit:
catalog_view_playlists calls display_playlists which allocates a 1600 byte array on the stack so only a few iterations and indeed it crashes my Gigabeat S and sansa c200 reliably too so
some kind of recursion protection for this function is needed.