This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11655 - Data abort In sansa Fuze v2 when I insert 2 albums to the playlist
|
DetailsIn my sansa Fuze v2 build 28208 when I insert some album to the playlist and after that I insert another album to the playlist I got this error massege:
Data abort at 3001AE90 FSR 0x8 (domain 0, fault 8) address 0xB0166244 thanks! |
This task depends upon
Various combinations of playlist insertions from the database cause data aborts. The error (same every time) is:
Data abort
at 3001a73c
FSR 0x8
(domain 0, fault 8)
address 0xb011f1cc
Some combinations that will cause a crash include:
The contents of what I am inserting into the playlist make a difference (an Artist listing with 3 tracks in 2 albums may not cause a crash while an Artist with 4 tracks in 2 albums might). I'm not sure where the line there is.
Data abort
at 3001B338
FSR 0x8
(domain 0, fault 8)
address 0xB017042C
Also Rockbox is giving me errors about "Nothing to resume" and "Invalid playlist control file", like before
Done disk check several times, hasn't fixed it.
I get the behavior only when my car charger is plugged in and I'm using the device, and sometimes right after I unplug it, but never when I don't have anything inserted.
Confirmation?
Data abort
at 3001A6E0
FSR 0X8
(domain 0, fault 8)
address 0xB010AF00
It appears to happen whether a device is plugged in or not.
On mine, it -sometimes- gives the the "Nothing to Resume" or "Invalid Playlist Control File", but will also sometimes just act like nothing happened after I reboot.
Data abort
at 3001BF8
FSR 0x8
(domain 0, fault 8)
address 0xB018F380
It happens when I "insert shuffled" (haven't tested other inserts yet), but not 100% of the time. The values above are always the same.
This change is not part of the 3.9 release. To test it, either try a current SVN build (but beware, it could be somewhat unstable in other areas) or apply the attached backported patch on top of the v3_9 branch.
I'm not sure I understand you right – which change are you trying to patch into which other version?
The version you said you tried, r30101, already contains the patch I've included above; so if that version still has the same problem, you're done for now – no need to do any patching. (Of course, you're welcome to try any newer version and report back when the problem goes away.)
If you're interested in how to work with patches, check out this page: http://www.rockbox.org/wiki/WorkingWithPatches
This is meant only for developers or people comfortable with building their own version of Rockbox from the source code.
Could anyone else having this problem please check whether a recent build makes it go away? Thanks!