On Wed, 3 May 2006 22:52:32 -0700
"Jason Meade" <[EMAIL PROTECTED]> 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)
_______________________________________________
Guile-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-devel