View Issue Details

IDProjectCategoryView StatusLast Update
0000848ardourbugspublic2008-11-20 23:44
ReporterPhobbes Assigned Topaul  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0000848: clicking on "fade" in crossfade editor causes crash
DescriptionI 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 InformationThis 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
TagsNo tags attached.

Activities

nmains

2005-01-12 03:39

developer   ~0001831

I believe this only happens when the crossfade is inactive, if that helps.

Phobbes

2005-01-12 07:28

reporter   ~0001836

I get the crash whether the fade is active or inactive

paul

2005-01-20 16:46

administrator   ~0001879

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.

Issue History

Date Modified Username Field Change
2005-01-11 22:40 Phobbes New Issue
2005-01-11 22:40 Phobbes E-mail => 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