gnustep-dev
[Top][All Lists]
Advanced

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

Problem with NSTaskDidTerminateNotification


From: Germán Arias
Subject: Problem with NSTaskDidTerminateNotification
Date: Sat, 05 Apr 2014 00:50:52 -0600
User-agent: GNUMail (Version 1.2.1)

On PC if you build a tool that writes more than one line. for example:

NSLog(@"One");
NSLog(@"Two");
NSLog(@"Three");

And run this at launch panel, only the first line is printed. The problem is 
that NSTaskDidTerminateNotification is sent after print the first line, even 
when Task is still running. I suppose this is a bug on NSTask. See method -run: 
at PCProjectLauncher.m.

Germán.




reply via email to

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