Never ending task
Never ending task
- Subject: Never ending task
- From: Chad Armstrong <email@hidden>
- Date: Mon, 22 Sep 2003 02:21:40 -0500
I have an application which is displaying some odd behavior. In my
app, it runs on NSTask, and then waits for the first task to terminate
(using a [myTask waitUntilExit];) before running the rest of the
application. The odd problem is that this sometimes work just fine,
and other times it seems to lock up at the [mytask waitUntilExit] part
and just wait forever before continuing on. It DOES seem to be
completing the task, however, it just doesn't indicate it always.
Other times it will take a few seconds before it continues on properly.
Is there any explanation on what might be going on, and how I might be
able to fix it?
Regards,
Chad Armstrong
email@hidden
_______________________________________________
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.