Re: segfault with 2.17.12

2013-04-17 Thread Marek Klein
Hello, 2013/4/3 Jan Nieuwenhuizen jann...@gnu.org I made this typo \layout { music = { } { \music } and Lily segfaults on me. Thank you for the report, this has been added as http://code.google.com/p/lilypond/issues/detail?id=3323 Marek bug squad member

segfault with 2.17.12

2013-04-03 Thread Jan Nieuwenhuizen
Hi, I made this typo \layout { music = { } { \music } and Lily segfaults on me. Greetings, Jan -- Jan Nieuwenhuizen jann...@gnu.org | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.nl

Re: segfault with 2.17.12

2013-04-03 Thread David Kastrup
Jan Nieuwenhuizen jann...@gnu.org 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