chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] jbogenturfa'i: "Error: stack overflow"


From: Felix
Subject: Re: [Chicken-users] jbogenturfa'i: "Error: stack overflow"
Date: Sat, 04 Dec 2010 15:04:56 +0100 (CET)

From: Alan Post <address@hidden>
Subject: [Chicken-users] jbogenturfa'i: "Error: stack overflow"
Date: Fri, 3 Dec 2010 16:39:42 -0700

> 
> May I have some guidance on what is happening here?  Am I on the
> right track by adjusting my stack size?  How do I learn how much 
> I need?  Is it reasonably to try this on another operating system
> on the chance that I need more than 32MB of stack?  What else should
> I try?

Don't bother with fiddling with the stack size, the problem here
is possibly some sort of runaway recursion. The "stack" used in compiled
code is just a special kind of heap. Do you get some sort of backtrace?
Can you pin down the location?


cheers,
felix



reply via email to

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