This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12475 - Crash while playing audio
|
DetailsSansa Clip v1. Stable version 3.10 [Tracker didn't let me choose it?]
After playing the item for some time [varies] Rockbox crash and give this error: Data abort at 3001913E FSR 0x8 (domain 0, fault 8) address 0x7261702D Using DFKT Minimum Clip theme. |
This task depends upon
It could be related.
Prefatch abort
at FFFFFFFE
FSR 0xFF
(domain 15, fault 15)
Not sure if related.
As for FLAC I it crashed with the error above except address is 0x696B535F.
value = get_token_value(gwps, conditional->token, offset,
result, sizeof(result), &intval);
/* intval is now the number of the enum option we want to read,
starting from 1. If intval is -1, we check if value is empty. */
if (intval == -1)
{
if (num_options == 1) /* so %?AA<true> */
intval = (value && *value) ? 1 : 0; /* returned as 0 for true, -1 for false */
else
intval = (value && *value) ? 1 : num_options;
}
Edit: I can't reproduce this in the 3.10 sim in Windows. I'm using default settings plus DFKT Minimum Clip v0.2 theme and playing MP3 files.
Indeed I've been using DFKT Minimum Clip v0.2 but on the hardware. Might make a difference? No clue.
Theme: Pony
data abort is in skin_render_line()
Apparently in an inlining of get_child() : skin_render.c:462