View Issue Details

IDProjectCategoryView StatusLast Update
0000248ardourbugspublic2008-11-20 23:35
Reportertimbyr Assigned Totaybin  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0000248: Cancelling Audio Import(copy) causes ardour to crash.
DescriptionIf I try to cancel why importing an audio file ardour will crash. This doesn't happen if the file has to be resampled.
TagsNo tags attached.

Activities

taybin

2004-04-22 02:24

administrator   ~0000655

Is this still an issue? I can't duplicate it.

timbyr

2004-05-07 02:57

developer   ~0000701

This problem appears to be in Session::import_audio in import.cc when a file import is multichannel an audioregion is created even if the import is cancelled, which the ui through the AudioRegionCreated signal has a reference to. The AudioRegion is then deleted at the end of import audio because the import was cancelled leading to a dangling pointer.

taybin

2004-05-07 03:11

administrator   ~0000702

This is a little deeper actually. I'm changing it so that the cancel button is disabled after it has imported the soundfiles. Once it starts creating AudioRegions, it will tell the status, but it can't be canceled. Otherwise, files could be created with no record of them in the session file.

taybin

2004-05-19 01:56

administrator   ~0000796

Fixed and committed.

Issue History

Date Modified Username Field Change
2004-02-12 03:09 timbyr New Issue
2004-02-12 14:50 taybin Status new => assigned
2004-02-12 14:50 taybin Assigned To => taybin
2004-04-22 02:24 taybin Note Added: 0000655
2004-05-07 02:57 timbyr Note Added: 0000701
2004-05-07 03:11 taybin Note Added: 0000702
2004-05-19 01:56 taybin Status assigned => resolved
2004-05-19 01:56 taybin Resolution open => fixed
2004-05-19 01:56 taybin Note Added: 0000796
2008-11-20 23:35 seablade Status resolved => closed