lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3323 in lilypond: segfault with 2.17.12


From: lilypond
Subject: [Lilypond-auto] Issue 3323 in lilypond: segfault with 2.17.12
Date: Wed, 17 Apr 2013 19:55:41 +0000

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

New issue 3323 by address@hidden: 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

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