Comment #3 on issue 3297 by [email protected]: Patch: Make lexer more
robust against unexpected EOF in main input
http://code.google.com/p/lilypond/issues/detail?id=3297
OK I did some digging and I am getting it seems 'stack underflow' messages.
The best I can do is to cat all the log files and if you grep for 'error:'
you can see the messages and you can tell which regression .ly file it is
for example
note-head-style.ly gives me a slew of
error: start-condition stack underflow >>
display-lily-tests.ly gives me
<string>:1:19: error: Unfinished main input
{ { a b } { c d }
}
<string>:1:19: error: start-condition stack underflow
{ { a b } { c d }
}
and so on.
It's hard to see which specific files are causing problems because I am
using lots of cores and it is failing on some but not all.
--
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