bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond crashes in Windows with Gregorian music


From: David Kastrup
Subject: Re: Lilypond crashes in Windows with Gregorian music
Date: Mon, 03 Oct 2011 18:13:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Reinhold Kainhofer <address@hidden> writes:

> Am Montag, 3. Oktober 2011, 17:05:53 schrieb Phil Holmes:
>> \include "gregorian.ly"
>> \score {
>>   <<
>>     \new VaticanaVoice = "cantus" {
>>       c'
>>     }
>> 
>> }
>> 
>> Windows Vista 64 bit.
>> 
>> Lilypond allocates memory like it's going out of fashion, getting to about
>> a Gig after 14 seconds.  It then crashes.  The output is:
>> 
>> GNU LilyPond 2.14.2
>> Processing `D:/Music/BAMusic/Gregorian.ly'
>> Parsing...
>> D:/Music/BAMusic/gregorian.ly:1:9: error: out of dynamic memory in
>> yy_create_buffer()
>> \include
>>          "gregorian.ly"
>
> Did you notice that your input file is called "Gregorian.ly", which in 
> windows 
> is the same as "gregorian.ly". So here you are actually including the input 
> file over and over again, rather than LilyPond's gregorian chant 
> definitions...

Ah, right.  I've been used to diagnosing this for "input stack size
exceeded" in TeX (very popular is naming a LaTeX file pstricks.tex in
order to make the first experiments with PStricks, then use
\usepackage{pstricks} which includes pstricks.sty which unfortunately
behind the scenes does \input pstricks.tex which should normally load
the original plain TeX file from deep within the directory search path,
but prefers loading the user file instead...).

But the "64bit" red herring distracted me.

-- 
David Kastrup




reply via email to

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