]> git.donarmstrong.com Git - lilypond.git/blobdiff - README
release: 0.1.11
[lilypond.git] / README
diff --git a/README b/README
index 5b975730b59447ec4c2e3ee9a9a2214d25059092..d6881435f339a6780a612ee7ca3943f67cbbd072 100644 (file)
--- 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.