lilypond-0.1.32
[lilypond.git] / BUGS
blob3f88eb3e3895f3149a133a40c014fd294dbfd21a
1 Document Really Ugly Bugs (coredumps, assert fails, etc)
4 [Linux Intel]
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.
10         lilypond input.ly 
12 and
14         lilypond -I. ./input.ly 
16 makes a difference
18 Typical stacktrace:
20         SIGSEGV
21         __libc_malloc (bytes=16384)
22         ?? ()
23         yyFlexLexer::yy_create_buffer ()
24         Includable_lexer::new_input (this=0x8209a00, s={strh_ = {
25                 :
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
31 6.0, ie. GNU libc-2.
34 [Linux Intel]
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:
40         ios::eof (this=0x0)
41         
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
47 library versions.