Re: running out of NSPipes
Re: running out of NSPipes
- Subject: Re: running out of NSPipes
- From: Scott Ribe <email@hidden>
- Date: Fri, 18 Apr 2008 07:21:06 -0500
- Thread-topic: running out of NSPipes
> I have the function wrapped in an autorelease pool and have tried
> explicitly allocating and releasing the NSPipe.
Sre you sure the NSPipes are being dealloc'd? Are you sure you have sent
release/autorelease enough times? NSTask probably retains the NSPipes. Are
you reusing the same NSTask? If not, is the NSTask being dealloc'd, in other
words is it being released enough and is it alloc'd within the scope your
autorelease pool?
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden