bug-lilypond
[Top][All Lists]
Advanced

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

Re: Crash on my first attempt to run lilypond 1.6.6-2


From: Peter Teeson
Subject: Re: Crash on my first attempt to run lilypond 1.6.6-2
Date: Wed, 30 Apr 2003 08:07:05 -0400


On Tuesday, April 29, 2003, at 05:59 PM, Han-Wen Nienhuys wrote:
It's definitely not a problem with your input, so thanks for your
report. Unfortunately, I don't have a mac, so I can't really track
this down. You will have to help a bit:

I'm delighted to do so. A good opportunity to refresh my long dormant Unix knowledge. FYI I did a Rebuild in Fink Commander just to be sure the binaries were correct.
But it makes no difference.

I have the full Apple Developer Tools installed and will be glad to work with you on this.

can you run lilypond (the binary, not ly2dvi) in gdb, and send a stacktrace? Ie.,

verify that

  lilypond test.ly

also crashes, and then run

Last login: Wed Apr 30 07:52:04 on ttyp1
Welcome to Darwin!
[Gandalf:~] pteeson% lilypond test.ly
GNU LilyPond 1.6.6
Now processing: `test.ly'
Parsing...
Interpreting music...[1]../flower/include/array.hh:149: failed assertion `i >=0&&i<size_'
Abort

  gdb /usr/bin/lilypond
  r test.ly
  <.. crash ..>
  bt
[Gandalf:~] pteeson% gdb /sw/bin/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 test.ly
Starting program: /sw/bin/lilypond test.ly
[Switching to process 26272 thread 0xb03]
Reading symbols for shared libraries . done
Reading symbols for shared libraries ....... done
GNU LilyPond 1.6.6
Now processing: `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 ?? ()
#3  0x00266264 in dyld_stub_strcoll ()
#4  0x0016be9c in ?? ()
#5  0x00169090 in ?? ()
#6  0x0009109c in ?? ()
#7  0x0014e6c8 in ?? ()
#8  0x0014eb94 in ?? ()
#9  0x0008af44 in ?? ()
#10 0x0008c630 in ?? ()
#11 0x0008b56c in ?? ()
#12 0x0008ea0c in ?? ()
#13 0x000c6f18 in ?? ()
#14 0x0053caac in invoke_main_func (body_data=0xbffff000) at init.c:625
#15 0x00562b98 in scm_internal_lazy_catch (tag=4186752, body=0x47157e, body_data=0x2661cc, handler=0x270a, handler_data=0x30262669) at throw.c:283 #16 0x0053ca58 in scm_boot_guile_1 (base=0x47157e, closure=0xbffffa60) at init.c:600 #17 0x0053c78c in scm_boot_guile (argc=0, argv=0x0, main_func=0, closure=0x270a) at init.c:443
#18 0x000cb748 in ?? ()
#19 0x00002044 in ?? ()
#20 0x00001ec4 in ?? ()
(gdb) q
The program is running.  Exit anyway? (y or n) y
[Gandalf:~] pteeson%





reply via email to

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