Domain: 79 (GBinReloc) Code: 4 Message: Binary relocation support is disabled. ---------------- Lilypond Path lilypond midiplayer timidity Audioplayer play Help Browser mozilla Autosave Timeout 5 Csound Command csound -dm6 Lilypond Path lilypond midiplayer timidity Audioplayer play Csound Command csound -dm6 Autosave Timeout 5 Autosave Parts 0 Help Browser mozilla I/O warning : failed to load external entity "/home/nils/.denemo/denemohistory" ** (denemo:7750): WARNING **: Could not read XML file /home/nils/.denemo/denemohistory init prefs run (denemo:7750): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow ..no. Trying systemwide file /usr/local/share/denemo/actions/Default.cmdset as xml...Hiding Builtin StemUp Hiding Builtin StemDown ** (denemo:7750): WARNING **: MIDI is not yet in map ..ok. GNU Denemo, a gtk+ frontend for GNU Lilypond (c) 1999-2005 Matthew Hiller, Adam Tee, and others This program is provided with absolutely NO WARRANTY; see the file COPYING for details. This software may be redistributed and modified under the terms of the GNU General Public License; again, see the file COPYING for details. Removing /home/nils/.denemo/crashrecovery.denemo Calling script (use-modules (srfi srfi-13)) (define Chord? (lambda () (string=? (d-GetType) "CHORD"))) (define NextChordInSelection (lambda () (if (d-NextSelectedObject) (if (Chord?) #t (NextChordInSelection)) #f ))) (define FirstChordInSelection (lambda () (if (d-GoToMark) (if (Chord?) #t) #f))) (define ApplyToSelection (lambda (command positioning_command) (begin (if (eval-string positioning_command) (begin (eval-string command) (ApplyToSelection command "(d-NextSelectedObject)")))))) (display "Denemo scheme initialization complete. ") (d-A) (d-SetGrace) (d-GoToEnd) (d-DeletePreviousObject) (d-DeletePreviousObject) (d-DeletePreviousObject) (display "Worked around initialization bug for grace notes. ") Denemo scheme initialization complete. Worked around initialization bug for grace notes. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fddb16206f0 (LWP 7750)] 0x0000000000420df6 in outputStaff () Current language: auto; currently asm (gdb) bt full #0 0x0000000000420df6 in outputStaff () No symbol table info available. #9 0x00007fddaf57a865 in scm_c_catch () from /usr/lib/libguile.so.17 No symbol table info available. #10 0x00007fddaf5195b6 in scm_i_with_continuation_barrier () from /usr/lib/lib No symbol table info available. #11 0x00007fddaf519650 in scm_c_with_continuation_barrier () from /usr/lib/lib No symbol table info available. #12 0x00007fddaf579ce3 in scm_i_with_guile_and_parent () from /usr/lib/libguil No symbol table info available. #13 0x00007fddaf540c75 in scm_boot_guile () from /usr/lib/libguile.so.17 No symbol table info available. #14 0x000000000043a0f2 in main () No locals.