This is a serious problem; thanks for bringing it to our attention.
Would it be possible for you to create a smaller example of this crash?
There are some guidelines at
http://lilypond.org/web/devel/participating/bugs
Thanks,
- Graham
Will Partain wrote:
I'm not top posting.
Hi; I'm seeing segmentation faults on the 2.10.13 variant that
has just come out on Fedora Extras for FC6 (on x86_64). I did
not see this on the previous version, which I believe was 2.10.8.
Anyway, a seg fault is always a bug :-( Sample source attached.
Sample run:
% lilypond crash.ly
GNU LilyPond 2.10.13
Processing `crash.ly'
Parsing...
Interpreting music... [8]zsh: 9876 segmentation fault
Keep up the good work,
Will
------------------------------------------------------------------------
\version "2.10.8"
\include "english.ly"
\paper {
ragged-right=##t
tagline = ""
indent = 0\cm
}
\header {
title = "Crash me"
}
global={
\key ef \major
\time 4/4
}
tuneMusic=\relative c'' {
g4 f g bf g bf g f ef ef f g bf c bf2
c4 bf c ef d bf c af bf g f ef f g g2
}
VerseOne=\lyricmode {
\set stanza = "1."
test test test test test -- test test -- test test test test test test -- test
-- test
test -- test test'er test test test test -- test test test test test test --
test test.
}
\score {
{
\new ChoirStaff <<
\new Staff <<
\new Voice = tune { << \global \tuneMusic >> }
>>
\new Lyrics \lyricsto tune \VerseOne
>>
\new ChoirStaff <<
\new Staff <<
\new Voice = tune { << \global \tuneMusic >> }
>>
\new Lyrics \lyricsto tune \VerseOne
>>
}
}
------------------------------------------------------------------------
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond