This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11419 - flac problem clipv2
Attached to Project:
Rockbox
Opened by whocares (Lutzero) - Saturday, 19 June 2010, 15:52 GMT+2
Last edited by Rafaël Carré (funman) - Tuesday, 22 June 2010, 22:04 GMT+2
Opened by whocares (Lutzero) - Saturday, 19 June 2010, 15:52 GMT+2
Last edited by Rafaël Carré (funman) - Tuesday, 22 June 2010, 22:04 GMT+2
|
Detailsr26955-100619
Sansa Clip v2 While playing tracks (flac) it skips to next song after around 30 seconds. |
This task depends upon
I know this problem is introduced recently as I play FLAC files often, so I tried ROLO to revert to older daily builds. r26978 had the same issue, but r26946-100619 didn't have this issue, here the files played normally.
So for Clip+, this has been introduced in a revision after r26946.
Also, in r26979 there's mentioned that this might solve playback problems for lossless files on Clipv2. This had no effect on my Clip+, as r26992 still skips to next track.
Thanks, i was getting pretty sick of the standard sansa firmware already ;)
1) introcuded between r26947 -- r26955
2) reproducible on clipv2 and clip+
3) duration until codec failure seems to depend on buffered data (after ~6000KB for each given example)
=> looks like r26953 and r26954 are hot candidates.
Thanks, i was getting pretty sick of the standard sansa firmware already ;) , assuming you typed at the same time i did and didn't read my post.
Because on my Clip+ this revision still skips to the next track, no change here.
The FLAC files I tested in my first post still skip at the same time.
If I'm reading right, r26997 also seems to change something for e200v2, not for Clips.
Im using downloaded builds for your information.
v26952: No problems, FLACs play to the end.
v26953: First FLAC I played made my player crash (WPS showed track name, time 0:00 and ?kbit, total freeze), I had to perform a hard reset.
Also with MP3's this revision crashes (one file had a data abort at 3000AEE8, another file had a prefetch abort at E5D43014) and reboots back to my default rockbox after I press home.
This seems to give even more problems on my Clip+...
v26954: Has the issue as above, FLAC files skip to next track
Just let me know if I can test something else.
Indeed they are the faulty commits.
Not sure if I should revert them yet, because I don't see what could be wrong with these commits, unless:
- *_dcache_range() are buggy (I've looked at them several times but more eyes are welcome)
- STORAGE_WANTS_ALIGN is buggy (TheSeven is looking at this code atm so I would like to wait if he finds bugs)
- read/write buffer is accessed before sd_transfer_sectors() returns, which would be pretty bad