guile-devel
[Top][All Lists]
Advanced

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

Re: New to the group...


From: David Pirotte
Subject: Re: New to the group...
Date: Thu, 4 May 2006 08:33:55 +0200

On Wed, 3 May 2006 22:52:32 -0700
"Jason Meade" <address@hidden> wrote:

Hi Jason,

you have the opportunity to look at (debug-options) and change the stack size
(debug-set! stack ...), see below

        
http://www.gnu.org/software/guile/docs/docs-1.6/guile-ref/User-level-options-interfaces.html#User%20level%20options%20interfaces

> guile> (fact 70)
> ERROR: Stack overflow
> ABORT: (stack-overflow)

guile> (debug-options)
(show-file-name #t stack 20000 debug depth 20 maxdepth 1000 frames 3 indent 10 
width 79 procnames cheap)

guile> (debug-set! stack 200000)
(show-file-name #t stack 200000 debug depth 20 maxdepth 1000 frames 3 indent 10 
width 79 procnames cheap)




reply via email to

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