From: fred Date: Sun, 24 Mar 2002 19:51:43 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~4237 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78952419c389d775905c6d4b1c747f0c69a955de;p=lilypond.git lilypond-0.1.11 --- diff --git a/README b/README index 5b975730b5..d6881435f3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the toplevel README to LilyPond +This is the toplevel README to LilyPond -*-Text-*- GNU LilyPond which converts music definition files into visual or @@ -81,4 +81,29 @@ might help (Without -O2 optimisation, my execs run fine on Solaris; without -O2, but with purify, it dumps core) +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.