[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I can crash 2.2.1 on Debian Woody!
From: |
Steve Shorter |
Subject: |
I can crash 2.2.1 on Debian Woody! |
Date: |
Tue, 18 May 2004 14:44:05 -0400 |
User-agent: |
Mutt/1.4i |
Howdy!
I have a smallish .ly file that will crash lilypond 2.2.1 on Debian
Woody.
Is this a bug or is there somthing wrong with the source file. It parses
without any other errors or warinings.
lilypond crashes with this output
Calculating line breaks... Global shortest duration is 1/8
[/usr/share/lilypond/2.2.1/fonts/afm/feta-nummer10.afm][/usr/share/lilypond/2.2.1/fonts/tfm/feta-nummer10.tfm][3][6][9][12][15]
Optimal demerits: 0.479352
Element count 599.[0][lilypond-bin: ../flower/include/array.hh:149: void *&
Array<void *>::elem_ref(int) const: Assertion `i >=0&&i<size_' failed.
lilypond: warning: `lilypond-bin' failed (signal 6) (ignored)
lilypond: error: LilyPond crashed (signal 6).
lilypond: error: Please submit a bug report to address@hidden
Traceback (most recent call last):
File "/usr/bin/lilypond", line 871, in ?
run_lilypond (files, dep_prefix)
File "/usr/bin/lilypond", line 288, in run_lilypond
ly.exit (status)
File "/usr/share/lilypond/2.2.1/python/lilylib.py", line 130, in exit
raise _ ('Exiting (%d)...') % i
Exiting (6)...
Cleaning /tmp/@23910.0lilypond...
this is the source file
\version "2.2.1"
one = \context Voice=one \notes \relative c'' {
\voiceOne
\stemUp
\partial 4 g4 |
e'2 c4 |
g4 c e |
g4 f d |
b2 g4 |
g2 c4 |
c4 b c |
d2. |
s2. |
e2 c4 |
g4 c e |
g4 fis f |
d4 b g |
c2 e4 |
a,4 d b |
c2 e4 |
c4 r4 s4 \bar ":|" |
}
two = \context Voice=two \notes \relative c'' {
\voiceTwo
\stemUp
\partial 4 s4 |
s2. |
s2. |
s2. |
s2. |
s2. |
s2. |
r4 g g |
g g g |
s2. |
s2. |
s2. |
s2. |
s2. |
s2. |
\stemDown
s2. |
e4 s2 |
}
three = \context Voice=three \notes \relative c' {
\voiceThree
\stemDown
\partial 4 s4 |
c2. |
e2. |
d2. |
f2. |
e2. |
e4 d c |
b2. |
s2. |
c2. |
e2. |
d2. |
f2. |
e4 g c, |
f2 g4 |
c,4 e g |
c,4 r s |
}
\score {
\notes { \time 3/4 \key c\major \clef treble
\context Staff <<
\one
\two
\three
>>
}
}
- I can crash 2.2.1 on Debian Woody!,
Steve Shorter <=