- Status Closed
- Percent Complete
- Task Type Bugs
- Category Codecs
- Assigned To No-one
- Operating System SW-codec
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6838 - Speex segments in simulator
Speex 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.
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
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?