X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=BUGS;h=40be3fcf2895f97369cf4522f400cb4e46261e4f;hb=eb51afef3e13a459b68987e975f2cf2c7bb2877c;hp=c5f7e685f6bf20307828f7b2887d27f2ac5b053d;hpb=1a66290a98e7de8d6d41485b5b71a9f7e1fe35c7;p=lilypond.git diff --git a/BUGS b/BUGS index c5f7e685f6..40be3fcf28 100644 --- a/BUGS +++ b/BUGS @@ -1,47 +1,33 @@ -Document reintroduced deficiencies. - -* placement of bar-numbers - -**************** -vi1=\melodic{ - \meter 4/4; - \octave c''; - - B8 G G G16 A B8 G G G16 A | - -} - -vi2=\melodic{ - \meter 4/4; - \octave c''; - - r16 -} - -%{ -bc=\melodic{ - \clef "bass"; - \meter 4/4; - \octave c; - - G1 | -} -%} - -\score{ - < \multi 3; - \vi1 - \vi2 - - > - - \paper{ - geometric=1.2; - unitspace=8.\mm; - linewidth=18.\cm; - gourlay_maxmeasures=4.; - gourlay_energybound = 70000.; - basicspace = 2.8\pt; - } -} -*************************** +Document Really Ugly Bugs (coredumps, assert fails, etc) + + +[Linux Intel] + +LilyPond occasionally crashes while parsing the initialisation files. +This is a very obscure bug, and usually entering the commandline +differently "fixes" it. + + lilypond input.ly + +and + + lilypond -I. ./input.ly + +makes a difference + +Typical stacktrace: + + SIGSEGV + __libc_malloc (bytes=16384) + ?? () + yyFlexLexer::yy_create_buffer () + Includable_lexer::new_input (this=0x8209a00, s={strh_ = { + : + + +I get bitten by this every once in a while, and I am very interested +in hints what might be wrong. This problem has only been identified +with libc-5.3 and libc-5.4 platforms, so you might try upgrading to +6.0, ie. GNU libc-2. + +