chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] building on windows


From: felix winkelmann
Subject: Re: [Chicken-users] building on windows
Date: Fri, 29 Dec 2006 00:17:23 +0100

On 12/24/06, Mark Baily <address@hidden> wrote:
Is the thrashing you're talking about occurring inside the actual compiler
or inside chicken-boot.exe produced by the compiler? The infinite loop I get
is inside chicken-boot.exe.

I tried the stack size thing, but it didn't fix.


If you add something pointless (like "(void)") to stub.scm,
does it still hang? You could also try to add additional flags to
the chicken-boot invocation, like "-verbose -debug p" to see
the specific compiler pass it's hanging in (or whether different
command-line options change memory usage - which may indicate
a GC loop).


cheers,
felix




reply via email to

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