Lisp HUG Maillist Archive

Initial stack size

Hi

I have a nasty problem that I need to fix.

The situation is the following (in LWM):

I dump an application and start it.  While I am typing in some input to 
be evaluated, I get the "stack overflow" condition asking me whether to 
extend the stack.  I say

	:c 1

i.e. double the stack size, but the #\: character remains "in the 
input" and therefore messes the parsing of whatever I was printing.

I think the simplest workaround would be to make sure that the 
application starts up with enough stack space, but I couldn't figure 
out how.

Does anybody have any ideas?

Cheers

--
Marco Antoniotti					http://bioinformatics.nyu.edu
NYU Courant Bioinformatics Group		tel. +1 - 212 - 998 3488
715 Broadway 10th FL				fax. +1 - 212 - 998 3484
New York, NY, 10003, U.S.A.


Re: Initial stack size

On Wed, 7 Jul 2004 12:41:37 -0400, Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:

> I think the simplest workaround would be to make sure that the
> application starts up with enough stack space, but I couldn't figure
> out how.
>
> Does anybody have any ideas?

  <http://www1.xanalys.com/support/lisp/kbase.nsf/0/f35acd8100dfd9ba8525670b0074a8d6?OpenDocument>

Does that help?


Updated at: 2020-12-10 08:55 UTC