Re: Cocoa class extension best practice
Re: Cocoa class extension best practice
- Subject: Re: Cocoa class extension best practice
- From: Steve Mills <email@hidden>
- Date: Wed, 16 Oct 2013 09:09:40 -0500
On Oct 16, 2013, at 03:25:45, Greg Parker <email@hidden> wrote:
> On sufficiently-recent OS versions, the runtime will silently push an autorelease pool if you autorelease without one. This can lead to unrecognized leaks if this happens on a long-lived thread. On some of those OS versions you can run with environment variable OBJC_DEBUG_MISSING_POOLS=YES to get a log message when this happens.
Can you say exactly *which* OS versions? I'm on 10.8.5 12f45. I tried adding that environment variable, but saw nothing different in the output.
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157
_______________________________________________
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