View Issue Details

IDProjectCategoryView StatusLast Update
0004500ardourbugspublic2015-09-18 15:11
Reportercolinf Assigned Tocth103  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0004500: 'Collect' of discontiguous group causes crash
DescriptionThe 'Collect' entry in the context menu of group tabs causes A3 to crash with an assertion failure if the routes in the group are not already all next to each other.
Additional InformationThis happens in both the editor and mixer windows, although the actual assertion that trips is different in these two cases.

In the editor window, the assertion failure is:

ardour-3.0: ../gtk2_ardour/editor_routes.cc:841: void EditorRoutes::sync_order_keys(const std::string&): Assertion `co.size() == _model->children().size ()' failed.

In the mixer window, it is:

ardour-3.0: ../gtk2_ardour/mixer_ui.cc:439: void Mixer_UI::sync_order_keys(const std::string&): Assertion `keys.size() == rows.size()' failed.
TagsNo tags attached.

Activities

cth103

2011-11-21 22:39

administrator   ~0012168

Should be fixed in SVN 10749.

colinf

2015-09-18 15:11

updater   ~0017239

Closing old issues: these have long since been fixed.

Issue History

Date Modified Username Field Change
2011-11-21 20:07 colinf New Issue
2011-11-21 22:39 cth103 cost => 0.00
2011-11-21 22:39 cth103 Note Added: 0012168
2011-11-21 22:39 cth103 Status new => resolved
2011-11-21 22:39 cth103 Resolution open => fixed
2011-11-21 22:39 cth103 Assigned To => cth103
2015-09-18 15:11 colinf Note Added: 0017239
2015-09-18 15:11 colinf Status resolved => closed