bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: assertion failed


From: Erik Sandberg
Subject: Re: assertion failed
Date: Fri, 22 Oct 2004 11:49:43 +0200
User-agent: KMail/1.6.2

On Friday 22 October 2004 00.49, Takács Gábor wrote:
> Hi!
>
> While creating a multi-voice sheet with LilyPond 2.2.6
> I encoutered an "assertion failed" error.
>
> I attached a simplified version of my .ly file
> that produces the error.

Thanks for your report! I have isolated the bug to a smaller score & added it 
to our bug repository (as crash-lyrics-extender.ly). 

This is the most severe bug that has been found in 2.2.6. If there will be a 
version 2.2.7, then this bug will be fixed in it. The bug is fixed in 2.3.x, 
and hence it will also be fixed in v2.4.

Erik

%important critical crash
%Takács Gábor <address@hidden>

\version "2.2.6"

\header {
texidoc = "Lilypond crashes with the following error:

@code{../flower/include/array.hh:149: T& Array<T>::elem_ref(int) const [with T 
= void*]: Assertion `i >=0&&i<size_' failed.}
"

reportedin = "2.2.6"
}

\score {
  <<
    \context Voice = voiceA \notes \relative c'' {c1 \break r \break c }
    \new Lyrics \lyricsto "voiceA" \lyrics { la __ la }
  >>
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]