chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Calling out to C causing hang


From: Chris Double
Subject: Re: [Chicken-users] Calling out to C causing hang
Date: Tue, 8 Apr 2003 00:37:40 +1200
User-agent: KMail/1.4.3

On Tue, 08 Apr 2003 00:01, Felix Winkelmann wrote:
> This situation can arise when the interrupt is triggered and
> at the same time the stack is exhausted.
> But normally, the minor GC after the interrupt-handling (when
> the *next* C_stack_probe() sees the need for a minor GC) should
> clean up the stack.

This may be it. I'm compiling a version now with some more logging and will 
send it in the next message.

>
> Where does the invocation of C_stack_probe() that starts the loop
> occur? In ##sys#interrupt-hook (library.c)?

I'm not sure. I'll try and find out.

Chris.




reply via email to

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