bug-guile
[Top][All Lists]
Advanced

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

Re: primitive-exit doesn't _exit


From: Kevin Ryde
Subject: Re: primitive-exit doesn't _exit
Date: Mon, 10 Feb 2003 08:08:43 +1000
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-pc-linux-gnu)

Andrew Pimlott <address@hidden> writes:
>
> I think there needs to be some way to _exit.  primitive-exit seems
> like the natural way to me, but if not there, perhaps in a new
> function.

Just to chuck in my two cents worth, I too think it'd be good to have
a _exit available.  This would help guile-gtk, since gtk recommends
that _exit be used in a child process after forking.

But I don't know if it should be primitive-exit doing this or a new
function.  I guess it depends whether there's a case for wanting C
level atexit cleanups but not scheme level unwinds.




reply via email to

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