View Issue Details

IDProjectCategoryView StatusLast Update
0003251ardourbugspublic2020-04-19 20:14
Reportercth103 Assigned Topaul  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version3.0-beta1 
Summary0003251: Errors on adding track after track removal
DescriptionStart a new session, add a midi track, remove it, then add a new one. The log is filled with messages like

[ERROR]: Can not feed IO AUDIO=0:MIDI=0 with diskstream AUDIO=0:MIDI=1
Can not feed IO AUDIO=0:MIDI=0 with diskstream AUDIO=0:MIDI=1
JACK: cannot deliver port registration request
TagsNo tags attached.

Activities

cth103

2010-06-21 00:15

administrator   ~0008292

Last edited: 2010-06-21 00:46

I think this is because on removal of the MIDI track it is not being destroyed; the graph code (I think) is holding a ref.

danboid

2010-06-21 06:58

reporter   ~0008293

I'm glad you spotted this as I've seen this error a few times and wanted to report it but didn't figure out the cause

paul

2010-06-24 16:30

administrator   ~0008319

the new parallelization code was retaining references to Routes, which prevented a Route from actually being deleted. subsequent track creation attempted to create new Routes with the same name (and port names) which failed to get registered with JACK since they continued to exist from before. fixed by clearing out the graph data structure used by the parallel execution code.

cth103

2010-07-13 20:37

administrator   ~0008425

Last edited: 2010-07-14 01:07

Still happening here.

cth103

2010-07-14 02:23

administrator   ~0008427

Fixed in SVN.

system

2020-04-19 20:14

developer   ~0022138

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
2010-06-20 21:52 cth103 New Issue
2010-06-20 21:52 cth103 cost => 0.00
2010-06-20 23:11 cth103 Summary Errors on import after track removal => Errors on adding track after track removal
2010-06-20 23:11 cth103 Description Updated
2010-06-20 23:11 cth103 Status new => confirmed
2010-06-21 00:15 cth103 Note Added: 0008292
2010-06-21 00:46 cth103 Note Edited: 0008292
2010-06-21 06:58 danboid Note Added: 0008293
2010-06-24 16:30 paul Note Added: 0008319
2010-06-24 16:30 paul Status confirmed => resolved
2010-06-24 16:30 paul Resolution open => fixed
2010-06-24 16:30 paul Assigned To => paul
2010-07-13 20:37 cth103 Note Added: 0008425
2010-07-13 20:37 cth103 Status resolved => confirmed
2010-07-14 01:07 cth103 Note Edited: 0008425
2010-07-14 02:23 cth103 Note Added: 0008427
2010-07-14 02:23 cth103 Status confirmed => resolved
2020-04-19 20:14 system Note Added: 0022138
2020-04-19 20:14 system Status resolved => closed