"Phil Holmes" <em...@philholmes.net> writes:

> \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"
>
> Crashes 2.12, 2.14 and 2.15.10 on my Windows system.

That would appear to explode even before getting to the \score, so
likely a file just consisting of
\include "gregorian.ly"
would trigger the problem.

While my executable (Linux 32bit) is not quite the one from master, it
does fine on that file.

Likely a useful point for comparison would be a Linux 64bit executable,
if someone is running that.

-- 
David Kastrup


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to