bug-lilypond
[Top][All Lists]
Advanced

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

Re: segfault with 2.17.12


From: David Kastrup
Subject: Re: segfault with 2.17.12
Date: Thu, 04 Apr 2013 01:16:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Jan Nieuwenhuizen <address@hidden> writes:

> Hi,
>
> I made this typo
>
>     \layout {
>     music = { }
>     { \music }
>
> and Lily segfaults on me.

What happens is that the lexer encounters an unexpected EOF.  It cleans
up the lexer state and delivers EOF to the parser.  However, EOF to the
parser does not make it stop in its tracks.  Instead, it wraps up its
parsing which may involve popping the lexer state which has already been
cleaned down to bottom.  Need to see how to get the synchronization of
the two not go out of kilter here.

-- 
David Kastrup




reply via email to

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