bug-lilypond
[Top][All Lists]
Advanced

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

Here is the stack dump as requested.


From: Peter Teeson
Subject: Here is the stack dump as requested.
Date: Fri, 2 May 2003 14:44:49 -0400

On Thursday, May 1, 2003, at 04:06 PM, Han-Wen Nienhuys wrote:
Don't do this. This will be a grandiose waste of time, and is unlikely
to work.

You've rebuilt 1.6.6 from source (using some kind of rebuild command),
right?  Go into the source directory, edit config.make, add "-g" to
the CXXFLAGS variable, and do

    make clean ; make all

now, a binary with symbols should appear in lily/out/lilypond


[Gandalf:src/lilypond-1.6.6-2/lilypond-1.6.6] pteeson% cd /sw/src/lilypond-1.6.6-2/lilypond-1.6.6/lily/out [Gandalf:lilypond-1.6.6/lily/out] pteeson% lilypond /users/pteeson/test.ly
GNU LilyPond 1.6.6
Now processing: `/users/pteeson/test.ly'
Parsing...
Interpreting music...[1]../flower/include/array.hh:149: failed assertion `i >=0&&i<size_'
Abort
[Gandalf:lilypond-1.6.6/lily/out] pteeson% gdb lilypond
GNU gdb 5.3-20021014 (Apple version gdb-250) (Sat Dec 7 02:14:27 GMT 2002)
Copyright 2002 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-macos10".
Reading symbols for shared libraries .. done
(gdb) r /users/pteeson/test.ly
Starting program: /sw/src/lilypond-1.6.6-2/lilypond-1.6.6/lily/out/lilypond /users/pteeson/test.ly
[Switching to process 26938 thread 0xb03]
Reading symbols for shared libraries . done
Reading symbols for shared libraries ....... done
GNU LilyPond 1.6.6
Now processing: `/users/pteeson/test.ly'
Parsing...
Interpreting music...[1]../flower/include/array.hh:149: failed assertion `i >=0&&i<size_'

Program received signal SIGABRT, Aborted.
0x9001b52c in kill ()
(gdb) bt
#0  0x9001b52c in kill ()
#1  0x9005ceec in abort ()
#2  0x00204b28 in __eprintf ()
#3 0x00266264 in void binary_search_bounds<char>(Link_array<char> const&, char const*, int (*)(char* const&, char* const&), int*, int*) (address@hidden, key=0x190769e "\r}\r", compare=0x2661cc <Link_array<char>::default_compare(char* const&, char* const&)>, lo=0xbfffef80, hi=0xbfffef84) at ../flower/include/array.hh:149 #4 0x0016be9c in Source_file::get_line(char const*) const (this=0x0, pos_str0=0x0) at source-file.cc:268 #5 0x00169090 in Source_file::file_line_column_string(char const*) const (this=0x18df610, context_str0=0x190769e "\r}\r") at ../flower/include/string.hh:216 #6 0x0009109c in Input::location_string() const (this=0x0) at input.cc:105 #7 0x0014e6c8 in Score::run_translator(Music_output_def*) (this=0x1906a20, odef=0x1906fe0) at score.cc:130 #8 0x0014eb94 in Score::process() (this=0x1906fe0) at ../flower/include/parray.hh:65 #9 0x0008af44 in Input_file_results::do_scores() (this=0xbffff500) at input-file-results.cc:136 #10 0x0008c630 in Input_file_results::Input_file_results(String, String) (this=0xbffff500, init_string={strh_ = {data = 0x18dd2b0}}, file_string={strh_ = {data = 0x18dd2d0}}) at input-file-results.cc:177 #11 0x0008b56c in Input_file_results::Input_file_results(String, String) (this=0x0, init_string=Cannot access memory at address 0x0
) at ../flower/include/string-handle.icc:22
#12 0x0008ea0c in do_one_file(String, String) (init_string={strh_ = {data = 0x18dd2b0}}, file_string={strh_ = {data = 0x18dd2d0}}) at ../flower/include/string-handle.icc:22 #13 0x000c6f18 in main_prog(void*, int, char**) () at ../flower/include/string-handle.icc:22
#14 0x019d2aac in invoke_main_func (body_data=0xbffff9e0) at init.c:625
#15 0x019f8b98 in scm_internal_lazy_catch (tag=25772832, body=0x19d2a7c <invoke_main_func>, body_data=0xbffff9e0, handler=0x270a <A2_engraver::process_acknowledged_grobs()+670>, handler_data=0x30262669) at throw.c:283 #16 0x019d2a58 in scm_boot_guile_1 (base=0xbffff9f0, closure=0xbffff9e0) at init.c:600 #17 0x019d278c in scm_boot_guile (argc=0, argv=0x0, main_func=0, closure=0x270a) at init.c:443
#18 0x000cb748 in main (argc=2, argv=0xbffffc5c) at main.cc:518
#19 0x00002044 in _start (argc=2, argv=0xbffffc5c, envp=0xbffffc68) at /SourceCache/Csu/Csu-45/crt.c:267
#20 0x00001ec4 in start ()
(gdb)





reply via email to

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