Re: SIGBUS with NSTask
Re: SIGBUS with NSTask
- Subject: Re: SIGBUS with NSTask
- From: Andreas Mayer <email@hidden>
- Date: Sun, 13 Oct 2002 14:53:04 +0200
Am Sonntag, 13.10.02 um 01:39 Uhr schrieb Yann Bizeul:
Why should I :
myTask = [[[ NSTask alloc ] init ] retain ]
...
[ myTask release ]
to get the thing work ? And Is it really working, without leak ?
No, you should not need to retain the task.
I don't know why you get a SIGBUS though. :-/ Never used waitUntilExit
myself.
bye. Andreas.
_______________________________________________
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.