]> git.donarmstrong.com Git - lilypond.git/blob - BUGS
release: 0.1.50
[lilypond.git] / BUGS
1 Document Really Ugly Bugs (coredumps, assert fails, etc)
2
3
4 \score{
5         \melodic{
6         [a8 a-2] /bla
7         }
8 }
9 koor.ly: 4: error: parse error, expecting `DIGIT' or `UNSIGNED':
10         [a8 a-2] /bla
11                      
12 koor.ly: 5: error: Have to be in Lyric mode for lyrics:
13         }
14          
15 lilypond: parser.y:765: int yyparse(void *): Assertion `((My_lily_parser *) my_lily_parser_l)->post_reqs.empty ()' failed.
16 Aborted (core dumped)
17
18
19 [GNU libc]
20
21 The GNU extension memmem() is known to be buggy on linux libc 5.0.9
22 and before. Glibc upto 2.0.5 also has problems with memmem (), but
23 these should not affect LilyPond.
24
25
26 [IRIX (5.3?)]
27
28 coredump from strstream::strstream () upon the first read of a file
29
30 [Linux Intel]
31
32 LilyPond occasionally crashes while parsing the initialisation files.
33 This is a very obscure bug, and usually entering the commandline
34 differently "fixes" it.
35
36         lilypond input.ly 
37
38 and
39
40         lilypond -I. ./input.ly 
41
42 makes a difference
43
44 Typical stacktrace:
45
46         SIGSEGV
47         __libc_malloc (bytes=16384)
48         ?? ()
49         yyFlexLexer::yy_create_buffer ()
50         Includable_lexer::new_input (this=0x8209a00, s={strh_ = {
51                 :
52
53
54 I get bitten by this every once in a while, and I am very interested
55 in hints what might be wrong.  This problem has only been identified
56 with libc-5.3 and libc-5.4 platforms, so you might try upgrading to
57 6.0, ie. GNU libc-2.
58
59
60 [Linux Intel]
61
62 A problem resembling the previous: usage of libg++.2.8.x with the
63 wrong version of libc results in a coredump from the scanner while
64 reading the init files.  Stacktrace:
65
66         ios::eof (this=0x0)
67         
68         yyFlexLexer::LexerInput (this=0x8294848, buf=0x82955f0 "", max_size=8192)
69         yyFlexLexer::yy_get_next_buffer (this=0x8294848)
70         My_lily_lexer::yylex (this=0x8294848) 
71
72 Fix: follow the install instructions of libg++: match the right
73 library versions.