bug-lilypond
[Top][All Lists]
Advanced

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

Re: crash on FC6 2.10.13, but not on 2.10.8


From: Graham Percival
Subject: Re: crash on FC6 2.10.13, but not on 2.10.8
Date: Tue, 30 Jan 2007 15:58:25 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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