guile-user
[Top][All Lists]
Advanced

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

Re: How to increase the stack size?


From: Matthias Koeppe
Subject: Re: How to increase the stack size?
Date: Thu, 21 Feb 2002 18:27:13 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.80 (sparc-sun-solaris2.7)

Joris van der Hoeven <address@hidden> writes:

> I just rewrote a TeXmacs->LaTeX converter in Guile/Scheme.
> Everything worked fine until I wanted to convert a paragraph
> of 1000 characters, which yielded a "Stack overflow".
> This seems to mean that the default stack size is
> ridiculously small 

Indeed it is.  

Try (debug-set! stack 10000000).

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe



reply via email to

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