This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6838 - Speex segments in simulator
Attached to Project:
Rockbox
Opened by Frederik (freqmod) - Friday, 16 March 2007, 16:09 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 13 October 2007, 02:16 GMT+2
Opened by Frederik (freqmod) - Friday, 16 March 2007, 16:09 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 13 October 2007, 02:16 GMT+2
|
DetailsSpeex SVN (2007.03.16) gives a segmentation error when playing a file in the simulator, and then playing another speex file.
Adding to speex.c: (after the start of the function) 376 + struct codec_api *cib; right before next_track: 399 + cib=ci; right after done: 562 + ci=cib; works around the problem, but is not a real solution. |
This task depends upon
These works okay for me in the sim. Can you retest with the latest code?
Frederik, are you running a 64-bit OS? Could you attach an example file?