make-w32
[Top][All Lists]
Advanced

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

Re: WINDOWS32 "Signal 127" due to a path in quotes bug


From: Earnie Boyd
Subject: Re: WINDOWS32 "Signal 127" due to a path in quotes bug
Date: Tue, 2 Aug 2005 11:18:04 +0000

On 3:42:31 am 2005-08-02 Eli Zaretskii <address@hidden> wrote:
>
> Windows _does_ have the notion of process groups; what it doesn't have
> is the concept of signals.  Signals are emulated on Windows.
>
> So the issue here is how are the emulated signals delivered to several
> programs that run concurrently.  I'm guessing that SIGINT is delivered
> only to the program that Windows considers to be currently in the
> foreground, but not to the others.
>
> My hope is that the exit status of the interrupted program somehow
> tells that it was interrupted.  If so, we could propagate that
> knowledge back into Make, and handle it correctly.
>
> But I need time to investigate all this, and that won't happen until
> the next weekend.
>

You can start here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/generateconsolectrlevent.asp

Earnie





reply via email to

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