1 Document Really Ugly Bugs (coredumps, assert fails, etc)
5 Stack frame overwrite on Solaris 2.x (this will produce a seg
6 fault, signal 11). Stacktrace
8 Engraver_group_engraver::Engraver_group_engraver(int)
9 Score_engraver::Score_engraver( )
10 get_group_engraver_p()
12 We don't know a fix or workaround, but compiling without optimisation
13 might help (Without -O2 optimisation, my execs run fine on Solaris;
14 without -O2, but with purify, it dumps core)
19 LilyPond occasionally crashes while parsing the initialisation files.
20 This is a very obscure bug, and usually entering the commandline
21 differently "fixes" it.
27 lilypond -I. ./input.ly
34 __libc_malloc (bytes=16384)
36 yyFlexLexer::yy_create_buffer ()
37 Includable_lexer::new_input (this=0x8209a00, s={strh_ = {
41 I get bitten by this every once in a while, and I am very interested
42 in hints what might be wrong.