This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile on SGI machines


>>>>> "Bernard" == Bernard URBAN <Bernard.Urban@meteo.fr> writes:

Bernard> On a SGI (OS: IRIX64 6.5, config.guess says mips-sgi-irix6.5), 
Bernard> guile (snapshot 2 days ago)
Bernard> easily got the error "Stack overflow".

There is also an stack size debug option. You could try keeping stack
check enabled and then increasing the stack size.

guile> (debug-options 'full)
stack		20000	Stack size limit (measured in words; 0 = no check).
guile> (debug-set! stack 40000)
(stack 40000 debug depth 20 maxdepth 1000 frames 3 indent 10 procnames cheap)

This should cure problems where it is only the stack usage that has
increased.

---------------------------+--------------------------------------------------
Christian Lynbech          | Ericsson Telebit A/S                       
Fax:   +45 8628 8186       | Fabrikvej 11, DK-8260 Viby J
Phone: +45 8628 8177 + 28  | email: chl@tbit.dk --- URL: http://www.tbit.dk
---------------------------+--------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic@hal.com (Michael A. Petonic)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]