[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 1624 in lilypond: Segfault with stabel and development versions
From: |
lilypond |
Subject: |
Issue 1624 in lilypond: Segfault with stabel and development versions |
Date: |
Tue, 19 Apr 2011 12:23:13 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical
New issue 1624 by address@hidden: Segfault with stabel and
development versions
http://code.google.com/p/lilypond/issues/detail?id=1624
Reported by ornello:
The code below causes a segfault
\layout {
\context {
\Voice
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
}
}
{
e'16 ~ < e' b' > 4
}
Reproducible on both 2.13.3 and 2.13.59
He adds:
I think there is a wrong index in completion-note-heads-engraver.cc, line
223:
Pitch *p_last
= unsmob_pitch (tie_note_candidate_events_[j]->get_property
("pitch"));
but should be
Pitch *p_last
= unsmob_pitch (tie_note_candidate_events_[i]->get_property
("pitch"));
- Issue 1624 in lilypond: Segfault with stabel and development versions,
lilypond <=
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/19
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/19
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/19
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/25
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/25
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/26
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/29
- Re: Issue 1624 in lilypond: Segfault with stabel and development versions, lilypond, 2011/04/29