help-gnu-music
[Top][All Lists]
Advanced

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

Re: Stack Overflow


From: Han-Wen Nienhuys
Subject: Re: Stack Overflow
Date: Thu, 2 Nov 2000 10:56:56 +0100

address@hidden writes:
> That's a guile error.  Maybe there's a problem with your guile setup,
> do you use plain guile-1.4?
> 
> > It has happened consistently with each build I have made (several
> > different versions of lilypond).  Any suggestions?  Is there any more
> > specific information I can give you to help?
> 
> Yes, you can compile guile with debugging symbols, link lilypond
> statically to guile, run lilypond in gdb and set a breakpoint in
> scm_error.  That should tell you (us) where the problem is.

GUILE installs signal handlers if you enable backtracing. What you see
is a normal stack overflow. To track it you can also remove

          (debug-enable 'backtrace)

from scm/lily.scm and run in GDB. Issuing "backtrace" when you get a
segmentation fault should tell you more.

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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