This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12033 - SPC codec freeze the system when change songs frequently
Attached to Project:
Rockbox
Opened by JoshuaChang (JoshuaChang) - Tuesday, 29 March 2011, 16:20 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Wednesday, 20 July 2011, 17:28 GMT+2
Opened by JoshuaChang (JoshuaChang) - Tuesday, 29 March 2011, 16:20 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Wednesday, 20 July 2011, 17:28 GMT+2
|
Detailsi'm using svn r29659
when changing spc songs frequently in file browser, the spc codec freeze the whole system, the displace shows "loading". i've done some further research: 1.change songs in the playlist have no problem. 2.tune on the database can reduce the freeze possibility. 3.tune off the dircache can slove the problem, but it makes the file browser moves very slow when doing some heavt jobs. |
This task depends upon
Closed by MichaelGiacomelli (saratoga)
Wednesday, 20 July 2011, 17:28 GMT+2
Reason for closing: Fixed
Wednesday, 20 July 2011, 17:28 GMT+2
Reason for closing: Fixed
Guess I'll mention here that what seems to be the case is that with dircache on, playback buffers rapidly enough that it collides with the ongoing changes in the playlist. There's no nice way to avoid it right now except to stop playback, safely change the playlist, then restart it.
after 30097, this bug was gone!
Is this fixed then?
yes, seems everything is ok~