View Issue Details

IDProjectCategoryView StatusLast Update
0005033ardourbugspublic2020-04-19 20:16
Reporteraspiers Assigned Topaul  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 beta5 
Summary0005033: crash importing session saved in 2.8.12
DescriptionI created this session in ardour 2.8.12 on Ubuntu 12.04:

http://adamspiers.org/music/2.8.12-session-crashes-beta5-on-import.ardour

and every time I open it in beta5, after correcting a hyphen vs. underscore issue with the subdirectory inside interchanges/, I get the following crash:

http://pastebin.com/eHfJqxai
Additional InformationCan assist with debug and even provide ssh access if required.
TagsNo tags attached.

Activities

paul

2012-07-25 11:59

administrator   ~0013923

This is caused by the session containing 3 different tempo marks all at 1|1|0 (zero on the timeline).

Fixing this in ardour3 is ugly and will slow down tempo math significantly. For now I don't propose to change the code. You can fix the session itself by editing the .ardour file, searching for <Tempo and removing 2 of the 3 tempo definitions that are located at 1|1|0. The session will then open correctly.

Duplicate tempo definitions at the same point on the timeline seems like a special case that I don't want to burden ardour3 with, for now.

aspiers

2012-07-25 12:03

reporter   ~0013924

Thanks a lot, I'll try that!

paul

2012-07-25 13:13

administrator   ~0013926

as a half-way step, i did add code to a3 that will detect this during session loading and report the nature of the problem.

paul

2012-07-30 21:33

administrator   ~0013940

i don't believe there is anything more to be done here.

system

2020-04-19 20:16

developer   ~0023126

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
2012-07-24 23:49 aspiers New Issue
2012-07-25 11:59 paul Note Added: 0013923
2012-07-25 12:03 aspiers Note Added: 0013924
2012-07-25 13:13 paul Note Added: 0013926
2012-07-30 21:33 paul cost => 0.00
2012-07-30 21:33 paul Note Added: 0013940
2012-07-30 21:33 paul Status new => resolved
2012-07-30 21:33 paul Resolution open => fixed
2012-07-30 21:33 paul Assigned To => paul
2020-04-19 20:16 system Note Added: 0023126
2020-04-19 20:16 system Status resolved => closed