- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Low
- Reported Version Daily build (which?)
- Due in Version Release 3.5
-
Due Date
Undecided
- Votes
- Private
FS#10860 - Turning on dircache while sbs type theme is active causes data abort during reboot.
Fuze v1/2gb, r24039.
Azure Whisper theme
Custom theme with sbs
Turning on dircache while using “sbs type” theme causes “Data abort at 30800968” after reboot. Rockbox don’t start anymore without removing “dircache: on” option from config.cfg.
With themes not using sbs dircache can be enabled with no problem.
It is also possible to use “sbs type” themes after dircache is already on (dircache on, reboot, sbs theme on). But still when you turn off and then turn on dircache while sbs type theme is active you will get data abort.
Not sure about category for this bug.
Closed by jdgordon
2009-12-21 20:00
Reason for closing: Out of Date
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-12-21 20:00
Reason for closing: Out of Date
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
its not a bug, and if it was a bug, its
been fixed.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Tomasz,
Please try an updated build (r24055 or later). The “Data Abort” problem was due to changes in the sd driver. The changes that caused this problem have been reverted.
Tried and findings are:
r:24065, 23977,23976,23928,23918,23904 - data abort
r: 23903, 23900 - OK, no problem
r23904 is “FS #10824 - viewport/statusbar API rework.”
Fuze after format from OF with only rockbox and two sbs themes on internal card. No uSD card inserted. No media files at all.
Following test results I don’t think that sd driver only caused this bug. It can be involved but only in connection with r23904.
Also I got “Panic, SD xfer read err: 0×8 Disk0” and found some broken files in .rockbox directory . It was Fuze with r24039 and it happened during reboot/disc scanning after dircache was activated. Theme was cabbiev2, internal card with lot of media files and 300 mb of free space + 16gb sdhc card with 12 gb of media files. (Un)fortunately I cannot reproduce this so that problem maybe was caused by sd driver but not for sure.
Tomasz,
Thanks for tracking this down. My comment above was based on information read in the Sansa AMS forum thread. The data abort with dircache on was mentioned there in a post about filename corruption. The filename corruption is what was fixed. The “Panic, SD xfer read err: 0×8 Disk0” was also mentioned in that thread and is likely to have been fixed by the sd driver changes.
It’s my point too. Panic on my Fuze probably happend during scanning corrupted file system and is more likely this way connected with 4 bit widebus commit.
“Data abort” definitely cannot be because r23976 and earlier are revisions with 4 bit widebus not implemented yet.
this apparently isnt a sbs bug… please edit the task or post a proper description so someone else can.
I’ve also just tried to reproduce this on my iPod Video - and having a .sbs theme running at the same time as having dircache turned on works just fine for me.
I tried this on Fuze with newer releases and for r24086 I got data abort
For r24087 and r24090 everything is OK. It’s looking fixed by r24087.
Jonathan,
I never sad that this is bug in sbs. I sad that it appears on Fuze with releases from 23904 till 24086 when sbs type theme is enabled.
And now it is possible that this “nobody what bug” will return when other dev will add an functionality to rockbox. I sad possible :)
But now LOOKING LIKE you fix it in r29087. Please take decision about closing, not closing, editing, changing category … whatever.
I have not enough rights on FS to do it.
Bryan:
To reproduce this bug you must TURN ON dircache WHILE sbs theme is active. You also have to use one of releases I mentioned above.
Then after reboot (needed to activate dircache, right after splash “scanning disk” appears) on Fuze I’ve got data abort.
It is strange, I know this, but it happened. And may return in the future randomly when something will change in rockbox.
So you’re saying the bug, if bug it was - no longer happens?
Please take a look at:
http://forums.rockbox.org/index.php?topic=14064.msg159515#msg159515
As I sad It happend with releases from 23904 till 24086. It arrived and dissapeared when some work was done with viewports and other stuff connected
with wps. Viewports are initialized during boot and dircache (if just turned on) is initialized during boot. It is only connection I know between dircache and wps/sbs.
I don’t know well rockbox booting routines, memory management and threads management. I’m even not an programmer but imho there is a “something”
(for me a bug) which can randomly return when someone will make changes into rockbox code. I mean changes which will make some kind of impact on
initialization procedure.This is my point and it doesn’t make difference if it be named bug or not.