[SOLVED] NSTask launch from NSThread cause SIGABRT?!?
[SOLVED] NSTask launch from NSThread cause SIGABRT?!?
- Subject: [SOLVED] NSTask launch from NSThread cause SIGABRT?!?
- From: Allan Odgaard <email@hidden>
- Date: Thu, 4 Jul 2002 06:38:57 +0200
Okay, I knew I should have been able to spot it. For the records I
didn't call waitUntilExit on the NSTask object, so the thread would exit
with a running NSTask...
Originally I was exhausting the programs output by reading from the pipe
supplied to stdout/stderr, and somehow thought that it would be safe to
assume the task had completed when I received end-of-file here...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.