On 12/24/06, Mark Baily <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to