bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bus error


From: Dan Eble
Subject: bus error
Date: Thu, 11 Dec 2008 00:09:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4.

This input causes a bus error.  If I remove the midi, it does not.

\version "2.11.1"

\score
{
  \relative c' { c }

  \midi { }
}

Here is a backtrace.

$ gdb /Applications/LilyPond.app/Contents/Resources/bin/lilypond
GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct  2 04:11:19 UTC 2007)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared
libraries ................ done

(gdb) run 440.ly
Starting program: /Applications/LilyPond.app/Contents/Resources/bin/lilypond
440.ly
Reading symbols for shared libraries
+++++++++++++++...............................................................
...............
done
GNU LilyPond 2.11.65
Reading symbols for shared libraries . done
Processing `440.ly'
Parsing...
Interpreting music... 
MIDI output to `440.midi'...
Layout output to `440.ps'...
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
0x0014bd48 in Page_breaking::system_count_bounds ()
(gdb) backtrace
#0  0x0014bd48 in Page_breaking::system_count_bounds ()
#1  0x0014cfcc in Page_breaking::max_system_count ()
#2  0x00141348 in Optimal_page_breaking::solve ()
#3  0x001492e0 in ly_optimal_breaking ()
#4  0x0057aff0 in deval ()
#5  0x0057cbf4 in deval ()
#6  0x00582da8 in scm_dapply ()
#7  0x0015f4a4 in Paper_book::pages ()
#8  0x0015d484 in ly_paper_book_pages ()
#9  0x0057aff0 in deval ()
#10 0x0057c978 in deval ()
#11 0x0057cbf4 in deval ()
#12 0x00582da8 in scm_dapply ()
#13 0x0015fd7c in Paper_book::output ()
#14 0x0004dfc0 in ly_book_process ()
#15 0x00593fb0 in scm_gsubr_apply ()
#16 0x00582be0 in scm_dapply ()
#17 0x0057c5b8 in deval ()
#18 0x0016b314 in ly_parse_scm ()
#19 0x00259848 in Lily_lexer::yylex ()
#20 0x0025eaf8 in yyparse ()
#21 0x000ee7bc in Lily_parser::parse_file ()
#22 0x000e9edc in ly_parse_file ()
#23 0x0057aff0 in deval ()
#24 0x00582da8 in scm_dapply ()
#25 0x005d97d4 in scm_c_catch ()
#26 0x005d992c in scm_catch_with_pre_unwind_handler ()
#27 0x00593fb0 in scm_gsubr_apply ()
#28 0x00582be0 in scm_dapply ()
#29 0x0057c5b8 in deval ()
#30 0x0057ade0 in deval ()
#31 0x00582da8 in scm_dapply ()
#32 0x00ae11e0 in scm_srfi1_for_each ()
#33 0x0057d4b8 in deval ()
#34 0x0057ade0 in deval ()
#35 0x0057cbf4 in deval ()
#36 0x00582da8 in scm_dapply ()
#37 0x00104fa4 in main_with_guile ()
#38 0x005981b4 in invoke_main_func ()
#39 0x0056a724 in c_body ()
#40 0x005d97d4 in scm_c_catch ()
#41 0x0056ab44 in scm_i_with_continuation_barrier ()
#42 0x0056ac04 in scm_c_with_continuation_barrier ()
#43 0x005d86dc in scm_i_with_guile_and_parent ()
#44 0x00598158 in scm_boot_guile ()
#45 0x0010346c in main ()
(gdb) 
-- 
Dan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]