This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11068 - FFT plugin crashes on startup on MIPS target
Attached to Project:
Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Sunday, 28 February 2010, 16:34 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Saturday, 19 June 2010, 14:52 GMT+2
Opened by Maurus Cuelenaere (mcuelenaere) - Sunday, 28 February 2010, 16:34 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Saturday, 19 June 2010, 14:52 GMT+2
|
DetailsThe 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) |
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Saturday, 19 June 2010, 14:52 GMT+2
Reason for closing: Fixed
Additional comments about closing: This doesn't seem to appear anymore in current SVN, so I guess it's fixed.
Saturday, 19 June 2010, 14:52 GMT+2
Reason for closing: Fixed
Additional comments about closing: This doesn't seem to appear anymore in current SVN, so I guess it's fixed.
FS#11010? Wild guess.