Bertalan Fodor writes:

> OK, it runned at crashed at some other place.

Good.

> How can I trace it with gdb?

You start gdb with lilypond-bin, and then type: run <LILYPOND-BIN options>
Then you wait for a crash, and type: bt

So, do:

    export LILYPONDPREFIX=/netrel/build/lilypond-2.2.0/share/lilypond
    gdb -nw /netrel/build/lilypond-2.2.0/lily/out/lilypond-bin
    run -e '(ly:set-option (quote internal-type-checking) #t)' -I 
/netrel/build/lilypond-2.2.0/Documentation/user/out-www 
/netrel/src/lilypond-2.2.0/input/test  ...<rest of crasching command>...

    <wait for crash>
    bt

Jan.    


-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



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

Reply via email to