- Status Closed
- Percent Complete
- Task Type Bugs
- Category Plugins
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by mcuelenaere - 2010-02-28
Last edited by mcuelenaere - 2010-06-19
Opened by mcuelenaere - 2010-02-28
Last edited by mcuelenaere - 2010-06-19
FS#11068 - FFT plugin crashes on startup on MIPS target
The FFT plugin sometimes crashes on startup on my Onda VX747 (MIPS).
I’ve tried aligning the FFT_CFG state (see patch) but that didn’t help, it seems like this is a timing issue: when I put splash’es between the creation of the thread and running the loop in the GUI thread it doesn’t crash most of the time, if I don’t it sometimes crashes (TLB exception on addresses that contain nothing).
This was tested on r24968.
(ignore the mutex_init() part of the patch, I’ve already committed that)
Closed by mcuelenaere
2010-06-19 12:52
Reason for closing: Fixed
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
2010-06-19 12:52
Reason for closing: Fixed
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
This doesn't seem to appear anymore
in current SVN, so I guess it's
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
Possibly related to my comment on
FS#11010? Wild guess.