View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000848 | ardour | bugs | public | 2005-01-11 22:40 | 2008-11-20 23:44 |
| Reporter | Phobbes | Assigned To | paul | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000848: clicking on "fade" in crossfade editor causes crash | ||||
| Description | I imported 2 audio files, dragged them in, overlapping by a little, then right clicked on the overlap, selected "edit fade", then clicked the middle "fade" button. Ardour immediately crashes every time. I've tried it in different sessions, with different sound files. | ||||
| Additional Information | This message shows up on the console after the crash: preroll = 0postroll = 0 adjust start to 72896 ordinary: start = 72896 length = 19355 end = 19355 actual (pre = 0, post = 0) start 72896 length 92251 end 19355 FileSource: "/audio/crossfade/sounds/fri-ktfo_.wav" bad read at frame 72896, of 92251 (bytes=369004) frames [length = 92251 eor = 165147] (Resource temporarily unavailable) (read 19355 (bytes=77420)) pos was700+72896*4 = 292284 FileSource: "/audio/crossfade/sounds/fri-ktfo_.wav" bad read at frame 92188, of 64 (bytes=256) frames [length = 92251 eor = 92252] (Resource temporarily unavailable) (read 63 (bytes=252)) pos was700+92188*4 = 369452 FileSource: "/audio/crossfade/sounds/fri-ktfo_.wav" bad read at frame 72896, of 65536 (bytes=262144) frames [length = 92251 eor = 138432] (Resource temporarily unavailable) (read 19355 (bytes=77420)) pos was700+72896*4 = 292284 FileSource: "/audio/crossfade/sounds/fri-ktfo_.wav" bad read at frame 92188, of 64 (bytes=256) frames [length = 92251 eor = 92252] (Resource temporarily unavailable) (read 63 (bytes=252)) pos was700+92188*4 = 369452 FileSource: "/audio/crossfade/sounds/fri-ktfo_.wav" bad read at frame 138432, of 26715 (bytes=106860) frames [length = 92251 eor = 165147] (Resource temporarily unavailable) (read 0 (bytes=0)) pos was700+138432*4 = 554428 | ||||
| Tags | No tags attached. | ||||
|
|
I believe this only happens when the crossfade is inactive, if that helps. |
|
|
I get the crash whether the fade is active or inactive |
|
|
fixed in paul's code. we were missing a panner reset after the playlist was set up to audition, and in addition there were warning messages because the length of the left region for the playlist was incorrectly calculated. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-01-11 22:40 | Phobbes | New Issue | |
| 2005-01-11 22:40 | Phobbes | => srussell@oberlin.edu | |
| 2005-01-11 22:40 | Phobbes | Name | => Spencer Russell |
| 2005-01-12 03:39 | nmains | Note Added: 0001831 | |
| 2005-01-12 07:28 | Phobbes | Note Added: 0001836 | |
| 2005-01-20 16:46 | paul | Status | new => resolved |
| 2005-01-20 16:46 | paul | Resolution | open => fixed |
| 2005-01-20 16:46 | paul | Assigned To | => paul |
| 2005-01-20 16:46 | paul | Note Added: 0001879 | |
| 2008-11-20 23:44 | seablade | Status | resolved => closed |