bug-gnustep
[Top][All Lists]
Advanced

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

Re: NSMatrix, NSTast and NSWindow bugs.


From: Richard Frith-Macdonald
Subject: Re: NSMatrix, NSTast and NSWindow bugs.
Date: Wed, 20 Jun 2001 19:56:28 +0100

On Wednesday, June 20, 2001, at 02:05 PM, jan.trembulak@ales.as wrote:

NSTask:
    The handler of signal 'SIGHLD' is invoked only first time (static
function handleSignal, line 72)
    so that way the NSTask catch the termination of any launched
application only first time.
    The sollution is:
    (NSTask: 72)
    static void handleSignal(int sig)
    {
          hadChildSignal = YES;
          signal(SIGCHLD, handleSignal);
    }


Thanks ... I've fixed that.



reply via email to

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