Re: NSOperations leaking ports
Re: NSOperations leaking ports
- Subject: Re: NSOperations leaking ports
- From: Jens Alfke <email@hidden>
- Date: Tue, 12 Feb 2008 07:39:20 -0800
On 11 Feb '08, at 11:13 PM, Michael Hanna wrote:
I find that
when I run the application though, in top I have a huge number of
ports open, #PRTS(upward of 1500 after creating many NSOperations). I
have looked around my code but not sure of the best place to look for
solutions to the issue.
The ports probably belong to objects that are being leaked. Try
running the 'leaks' command on your process to look for object leaks.
("man leaks" for details.)
—Jens_______________________________________________
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