View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002341 | ardour | bugs | public | 2008-07-10 19:14 | 2020-04-19 20:13 |
| Reporter | kjetil | Assigned To | cth103 | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.1 | ||||
| Target Version | 3.0-beta1 | ||||
| Summary | 0002341: Ardour crashes when too many files are open at once, and pressing "Stop" | ||||
| Description | 1. 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 Information | I use Ardour 2.4, latest gentoo version. I was not able to build latest source. | ||||
| Tags | No tags attached. | ||||
|
|
Confirmed in A2 and A3, rev 6981. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
This should be fixed in A3, if anyone would like to check. |
|
|
I'm pretty certain that this is fixed now. Please re-open this bug if not. Thanks! |
|
|
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. |
| 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 |