]> git.donarmstrong.com Git - lilypond.git/blob - BUGS
release: 0.1.13
[lilypond.git] / BUGS
1 Document Really Ugly Bugs (coredumps assert fails, etc)
2
3 [Solaris]
4
5 Stack frame overwrite on Solaris 2.x (this will produce a seg
6 fault, signal 11).  Stacktrace
7
8         Engraver_group_engraver::Engraver_group_engraver(int)
9         Score_engraver::Score_engraver( )
10         get_group_engraver_p()
11
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)
15
16
17 [Linux Intel]
18
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.
22
23         lilypond input.ly 
24
25 and
26
27         lilypond -I. ./input.ly 
28
29 makes a difference
30
31 Typical stacktrace:
32
33         SIGSEGV
34         __libc_malloc (bytes=16384)
35         ?? ()
36         yyFlexLexer::yy_create_buffer ()
37         Includable_lexer::new_input (this=0x8209a00, s={strh_ = {
38                 :
39
40
41 I get bitten by this every once in a while, and I am very interested
42 in hints what might be wrong.