Gerrit P. Haase schrieb am 2001-09-23, 1:49:

>Hi,
>
>I started lilypond.exe with gdb.
>Now, the log:
>$ gdb -nw lilypond.exe
>GNU gdb 5.0 (20010428-1)
>[...]
>(gdb) run
>Starting program: /perl/stuff/sound/lilybuild/lilypond-1.5.11/lily/out/lilypond.exe
>GNU LilyPond 1.5.11
>Program received signal SIGSEGV, Segmentation fault.
>0x100150b0 in _size_of_stack_reserve__ ()
>
>Any hints please,

I found this at the cygwin archives:
>If i try to run the gcl executable under gdb i get the message that
>the process received SIGSEGV in _size_of_stack_reserve()

"size_of_stack_reserve" is what gdb uses when it doesn't know the address
of a function.

Compile the program with -g and make sure it is not stripped and you will
be able to get a more meaningful stack trace.


I thought lilypond builds with debugging as default?

Gerrit


-- 
=^..^=

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to