Hi, I've recently started working on a large project in Lily on OS X (10.4.11).
I started using 2.10.33 which was fine but failed with a bus error (always a different number) after the score reached a certain length (commenting out the last few bars of a part stopped the error from happening). Invoking with -V seemed to solve the problem and I've been able to carry on typsetting a number of pages more of the score. To solve a spacing problem I wanted to update to 2.11.50 (which I realise is the development release but I understand you're quite close to a 2.12 release?), anyways every file now fails with a bus error, even the standard test file included with the Mac lilypond release. Is this a fault with my local installation or a bug in Lilypond? For the moment I'll rollback to 2.10 but ideally I'd like to make use of the new features in 2.11. I'm happy to post the full score I'm working on but it's split over a few files and is already about 500 lines long so I won't unless I've posted below the sample file I used and the output from compiling this under 2.11.50 with -V if that's useful. Any advice gladly recevied :) Mark P.S. I've just tried rolling back to 2.10 and it no longer errors even without the -V flag. %{ Welcome to LilyPond =================== Congratulations, LilyPond has been installed successfully. Now to take it for the first test run. 1. Save this file 2. Select Compile > Typeset file from the menu. The file is processed, and 3. The PDF viewer will pop up. Click one of the noteheads. That's it. For more information, visit http://lilypond.org . %} \header{ title = "A scale in LilyPond" } \relative { c d e f g a b c } \version "2.11.50" % necessary for upgrading to future LilyPond versions. ===== 2.11.50 on the above sample file =========================== tadige:/Volumes/G&S Videos 1/Mikado mark$ lilypond -V Test\ 2.11.ly GNU LilyPond 2.11.50 warning: Relocation: from PATH=/Users/mark/Projects/WLA/wla_dx_9.4/binaries:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/i386-apple-darwin-current:/Applications/Lilypond.app/Contents/Resources/bin:/usr/X11R6/bin argv0=lilypond PATH=/Applications/Lilypond.app/Contents/Resources/bin (prepend) Setting PATH to /Applications/Lilypond.app/Contents/Resources/bin:/Users/mark/Projects/WLA/wla_dx_9.4/binaries:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/i386-apple-darwin-current:/Applications/Lilypond.app/Contents/Resources/bin:/usr/X11R6/bin warning: Relocation: compile datadir=, new datadir=/Applications/Lilypond.app/Contents/Resources/share/lilypond//current warning: Relocation: framework_prefix=/Applications/Lilypond.app/Contents/Resources/bin/.. Setting INSTALLER_PREFIX to /Applications/Lilypond.app/Contents/Resources/bin/.. Relocation file: /Applications/Lilypond.app/Contents/Resources/bin/../etc/relocate//fontconfig.reloc Setting FONTCONFIG_FILE to /Applications/Lilypond.app/Contents/Resources/bin/../etc/fonts/fonts.conf Setting FONTCONFIG_PATH to /Applications/Lilypond.app/Contents/Resources/bin/../etc/fonts Relocation file: /Applications/Lilypond.app/Contents/Resources/bin/../etc/relocate//gs.reloc warning: no such directory: /Applications/Lilypond.app/Contents/Resources/bin/../share/ghostscript/8.57/fonts for GS_FONTPATH warning: no such directory: /Applications/Lilypond.app/Contents/Resources/bin/../share/gs/fonts for GS_FONTPATH warning: no such directory: /Applications/Lilypond.app/Contents/Resources/bin/../share/ghostscript/8.57/Resource for GS_LIB GS_LIB=/Applications/Lilypond.app/Contents/Resources/bin/../share/ghostscript/8.57/lib (prepend) Setting GS_LIB to /Applications/Lilypond.app/Contents/Resources/bin/../share/ghostscript/8.57/lib Relocation file: /Applications/Lilypond.app/Contents/Resources/bin/../etc/relocate//guile.reloc GUILE_LOAD_PATH=/Applications/Lilypond.app/Contents/Resources/bin/../share/guile/1.8 (prepend) Setting GUILE_LOAD_PATH to /Applications/Lilypond.app/Contents/Resources/bin/../share/guile/1.8 Relocation file: /Applications/Lilypond.app/Contents/Resources/bin/../etc/relocate//libtool.reloc DYLD_LIBRARY_PATH=/Applications/Lilypond.app/Contents/Resources/bin/../lib (prepend) Setting DYLD_LIBRARY_PATH to /Applications/Lilypond.app/Contents/Resources/bin/../lib Relocation file: /Applications/Lilypond.app/Contents/Resources/bin/../etc/relocate//pango.reloc Setting PANGO_RC_FILE to /Applications/Lilypond.app/Contents/Resources/bin/../etc/pango/pangorc Setting PANGO_PREFIX to /Applications/Lilypond.app/Contents/Resources/bin/../ Setting PANGO_MODULE_VERSION to 1.6.0 Setting PANGO_SO_EXTENSION to .so PATH=/Applications/Lilypond.app/Contents/Resources/bin/../bin (prepend) Setting PATH to /Applications/Lilypond.app/Contents/Resources/bin/../bin:/Applications/Lilypond.app/Contents/Resources/bin:/Users/mark/Projects/WLA/wla_dx_9.4/binaries:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/i386-apple-darwin-current:/Applications/Lilypond.app/Contents/Resources/bin:/usr/X11R6/bin Setting GUILE_MIN_YIELD_1 to 65 Setting GUILE_MIN_YIELD_2 to 65 Setting GUILE_MIN_YIELD_MALLOC to 65 Setting GUILE_INIT_SEGMENT_SIZE_1 to 10485760 Setting GUILE_MAX_SEGMENT_SIZE to 104857600 LILYPOND_DATADIR="/usr/share/lilypond/2.11.50" LOCALEDIR="/usr/share/locale" Effective prefix: "/Applications/Lilypond.app/Contents/Resources/share/lilypond/current" FONTCONFIG_FILE="/Applications/Lilypond.app/Contents/Resources/bin/../etc/fonts/fonts.conf" FONTCONFIG_PATH="/Applications/Lilypond.app/Contents/Resources/bin/../etc/fonts" GS_LIB="/Applications/Lilypond.app/Contents/Resources/bin/../share/ghostscript/8.57/lib" GUILE_LOAD_PATH="/Applications/Lilypond.app/Contents/Resources/bin/../share/guile/1.8" PANGO_RC_FILE="/Applications/Lilypond.app/Contents/Resources/bin/../etc/pango/pangorc" PANGO_PREFIX="/Applications/Lilypond.app/Contents/Resources/bin/../" PATH="/Applications/Lilypond.app/Contents/Resources/bin/../bin:/Applications/Lilypond.app/Contents/Resources/bin:/Users/mark/Projects/WLA/wla_dx_9.4/binaries:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/teTeX/bin/i386-apple-darwin-current:/Applications/Lilypond.app/Contents/Resources/bin:/usr/X11R6/bin" [/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/lily.scm] [/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/lily-library.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/file-cache.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-event-classes.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-music-types.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/output-lib.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/c++.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/chord-ignatzek-names.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/chord-entry.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/chord-generic-names.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/stencil.scm][/Applications/Lilypond.app/Contents/Resources/ share/lilypond/current/scm/markup.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/music-functions.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/part-combiner.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/autochange.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-music-properties.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/auto-beam.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/chord-name.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/parser-ly-from-scheme.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/ly-syntax-constructors.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-context-properties.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/ scm/translation-functions.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/script.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/midi.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/layout-beam.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/parser-clef.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/layout-slur.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/font.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/encoding.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/fret-diagrams.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-markup-commands.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-grob-properties.scm][/Applications/Lilypond.app/Content s/Resources/share/lilypond/current/scm/define-grobs.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-grob-interfaces.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/define-stencil-commands.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/titling.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/paper.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/backend-library.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/x11-color.scm][/Applications/Lilypond.app/Contents/Resources/share/lilypond/current/scm/safe-lily.scm] Initializing FontConfig... adding font directory: /Applications/Lilypond.app/Contents/Resources/share/lilypond/current/fonts/otf adding font directory: /Applications/Lilypond.app/Contents/Resources/share/lilypond/current/fonts/type1Building font database. Bus error __________________________________________________________ Not happy with your email address?. Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user