1 Document Really Ugly Bugs (coredumps, assert fails, etc)
6 LilyPond occasionally crashes while parsing the initialisation files.
7 This is a very obscure bug, and usually entering the commandline
8 differently "fixes" it.
14 lilypond -I. ./input.ly
21 __libc_malloc (bytes=16384)
23 yyFlexLexer::yy_create_buffer ()
24 Includable_lexer::new_input (this=0x8209a00, s={strh_ = {
28 I get bitten by this every once in a while, and I am very interested
29 in hints what might be wrong. This problem has only been identified
30 with libc-5.3 and libc-5.4 platforms, so you might try upgrading to
36 A problem resembling the previous: usage of libg++.2.8.x with the
37 wrong version of libc results in a coredump from the scanner while
38 reading the init files. Stacktrace:
42 yyFlexLexer::LexerInput (this=0x8294848, buf=0x82955f0 "", max_size=8192)
43 yyFlexLexer::yy_get_next_buffer (this=0x8294848)
44 My_lily_lexer::yylex (this=0x8294848)
46 Fix: follow the install instructions of libg++: match the right