View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008299 | ardour | bugs | public | 2020-07-09 15:43 | 2020-09-29 00:51 |
Reporter | iur.n | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | new | Resolution | open | ||
Platform | Ubuntu | OS | Linux | OS Version | (any) |
Product Version | 6.0 | ||||
Summary | 0008299: Program aborted due to assertion in evoral/Note.cc | ||||
Description | Program aborted due to assertion in evoral/Note.cc From logs: ardour-6.0.9: ../libs/evoral/Note.cc:48: Evoral::Note<Time>::Note(uint8_t, Time, Time, uint8_t, uint8_t) [with Time = Temporal::Beats; uint8_t = unsigned char]: Assertion `length() == l' failed. Next time maybe I'll catch the coredump The Ardour is built from master | ||||
Tags | No tags attached. | ||||
|
I was able to duplicate this crash in 6.0.3, Linux, built from source. Three things seem to need to occur for this to happen. a) you need a region that's not aligned to the time measure of the composition, b) you need to have snap turned on, and c) you need to place a snapped note that ultimately would have its start occur before the beginning of the region. |