- Status Closed
- Percent Complete
- Task Type Bugs
- Category Plugins
- Assigned To No-one
- Operating System Sansa AMSv2
- 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 electric_indigo - 2013-02-14
Last edited by MikeS - 2013-02-22
Opened by electric_indigo - 2013-02-14
Last edited by MikeS - 2013-02-22
FS#12824 - Malfunctioning FFT plugin in Sansa Clip Zip
Since December 2012 (or January 2013, I can’t remember) the FFT plugin for Sansa Clip Zip displays constant, excessive levels in two separate, narrow bands, whereas for all other frequencies the shown level is zero. It happens regardless of sound changes, type of scale (linear/log), type of window or chosen view.
Closed by MikeS
2013-02-22 01:22
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
2013-02-22 01:22
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
5fc82f0
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
Culprit found:
commit a6409c868663a90673147e6f778ea310f08d4f24
Author: Michael Sevakis jethead71@rockbox.org Date: Tue Dec 18 20:32:23 2012 -0500
apps/plugins/fft/fft.c | 1235 +++++++++++++++++++++++++++++++++++++++———————————-
1 file changed, 652 insertions(+), 583 deletions(-)
Note: this commit also makes the zip sim crash when loading fft
Where does it crash? Is there anything peculiar about the clip zip display?
The sim produces these errors always:
SDL_WaitEvent() error
Segmentation fault
I get this stuff with stack issues. MPEGPlayer won’t run in the sim and produces similar obnoxiousness unless thread stacks are larger. I haven’t any other ideas at the moment.
Straight git build never shows anything. Removing kiss_fft call on line 1042 allows me to view the lines and bars but it still crashes the sim on spectrogram view.