View Issue Details

IDProjectCategoryView StatusLast Update
0002341ardourbugspublic2020-04-19 20:13
Reporterkjetil Assigned Tocth103  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version2.1 
Target Version3.0-beta1 
Summary0002341: Ardour crashes when too many files are open at once, and pressing "Stop"
Description1. Start ardour

2. Create 16 8 channel tracks

3. i=0



4. Record all channels at once.

5. If i==7 goto 10

6. Stop recording after 2 seconds

7. Undo capture

8. i++

9. goto 4.



10. Ardour pops up a message saying that too many files are open.

11. Stop recording.

12. Ardour crashes.

Additional InformationI use Ardour 2.4, latest gentoo version. I was not able to build latest source.
TagsNo tags attached.

Activities

cth103

2010-04-26 23:06

administrator   ~0007612

Last edited: 2010-04-26 23:08

Confirmed in A2 and A3, rev 6981.

cth103

2010-04-27 22:52

administrator   ~0007635

This is because all files belonging to Sources are held open. One solution would be to maintain a least-recently-used list of Sources and close old ones to keep to a quota.

kjetil

2010-05-02 09:01

reporter   ~0007736

How about closing the files which are not used? Now the files which are only available if pressing undo, are not closed. That seems to be the main problem.

cth103

2010-05-02 11:15

administrator   ~0007737

That would fix the case where the recordings are undone. But if you did, say, lots of consecutive recordings without undo, the problem would remain.

kjetil

2010-05-02 14:52

reporter   ~0007762

You are right. But at least, closing files which are not used at all
sounds like a quick solution which would fix most of the cases.

cth103

2010-05-14 02:32

administrator   ~0007890

This should be fixed in A3, if anyone would like to check.

cth103

2010-06-20 23:56

administrator   ~0008291

I'm pretty certain that this is fixed now. Please re-open this bug if not. Thanks!

system

2020-04-19 20:13

developer   ~0021771

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2008-07-10 19:14 kjetil New Issue
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:32 cth103 Category bugs2 => bugs
2010-04-26 23:06 cth103 Note Added: 0007612
2010-04-26 23:06 cth103 Status new => confirmed
2010-04-26 23:08 cth103 Note Edited: 0007612
2010-04-26 23:08 cth103 cost => 0.00
2010-04-26 23:08 cth103 Target Version => 3.0-beta1
2010-04-27 22:52 cth103 Note Added: 0007635
2010-05-02 09:01 kjetil Note Added: 0007736
2010-05-02 11:15 cth103 Note Added: 0007737
2010-05-02 14:52 kjetil Note Added: 0007762
2010-05-14 02:32 cth103 Note Added: 0007890
2010-05-14 02:32 cth103 Status confirmed => feedback
2010-06-20 23:56 cth103 Note Added: 0008291
2010-06-20 23:56 cth103 Status feedback => resolved
2010-06-20 23:56 cth103 Resolution open => fixed
2010-06-20 23:56 cth103 Assigned To => cth103
2020-04-19 20:13 system Note Added: 0021771
2020-04-19 20:13 system Status resolved => closed