lilypond-devel
[Top][All Lists]
Advanced

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

lilypond-bin hung


From: Nicolas Sceaux
Subject: lilypond-bin hung
Date: Tue, 25 May 2004 23:37:33 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I've encountered a problem that outreach my knowledge: with the
following ly file, lilypond-bin (current CVS) hangs:

#(define foo #{ #})
#(define quux #{ #})
\score { \notes { c' } }

If I comment out the second line for instance, all is fine.
When I C-c C-c in a GDB session:

« /tmp/hang.ly » maintenant en traitement
Analyse...
Interprétation en cours de la musique...[1]
Pré-traitement des éléments graphiques... 
Program received signal SIGINT, Interrupt.
[Switching to Thread 1077093632 (LWP 11317)]
0x40269672 in mallopt () from /lib/tls/libc.so.6
(gdb) 

The last step that I can track is in grob.hh:127:
    DECLARE_SMOBS (Grob,foo);
some steps after a call to Grob::calculate_dependencies()

I cannot understand what's happening.
nicolas





reply via email to

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