Status: Accepted
Owner: ----
Labels: Type-Crash

New issue 3323 by [email protected]: segfault with 2.17.12
http://code.google.com/p/lilypond/issues/detail?id=3323

Reported by Jan Nieuwenhuizen:
http://lists.gnu.org/archive/html/bug-lilypond/2013-04/msg00008.html

I made this typo

    \layout {
    music = { }
    { \music }

and Lily segfaults on me.

Commented by David Kastrup:
http://lists.gnu.org/archive/html/bug-lilypond/2013-04/msg00010.html

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.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to