chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] 'Stack overflow' on NetBSD/sparc64


From: Bruce Hoult
Subject: Re: [Chicken-users] 'Stack overflow' on NetBSD/sparc64
Date: 27 Jul 2003 21:49:29 +1200

On Sun, 2003-07-27 at 21:11, Category 5 wrote:
> Hi there.  I've just spent a bit of time trying to build chicken 1.14
> under NetBSD/sparc64 (1.6R, Apr 26 2003 snapshot; gcc 2.95.3).  The
> build process actually works just fine until after the executable is
> built.  At this point, the build wants to continue by running chicken,
> which results in the following error:
> 
>     ./chicken csi.scm -quiet -debug-level 0 -optimize-level 2
>     -include-path .  -output-file csi.c -prologue ./build.scm -uses
>     posix -uses chicken-setup -uses tcp
>     Error: stack overflow
>     *** Error code 70
> 
>     Stop.

How much stack are you allowing (probably implicitly)?  Try "ulimit -a"
(sh/ksh/bash) or "limit" (csh/tcsh)

What happens if you enter "ulimit -s unlimited" (bash) or "unlimit"
(tcsh) and then try again?

-- 
Bruce Hoult <address@hidden>





reply via email to

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