_NSAutoreleaseNoPool missing in Snow Leopard
_NSAutoreleaseNoPool missing in Snow Leopard
- Subject: _NSAutoreleaseNoPool missing in Snow Leopard
- From: Seth Willits <email@hidden>
- Date: Sun, 30 Aug 2009 14:00:43 -0700
In Snow Leopard I started seeing this:
*** __NSAutoreleaseNoPool(): Object 0x100a49ec0 of class NSCFString
autoreleased with no pool in place - just leaking
I have no idea where this is happening so I tried to break in
_NSAutoreleaseNoPool just like the Apple documentation at http://developer.apple.com/mac/library/documentation/Performance/Conceptual/ManagingMemory/Articles/FindingLeaks.html
says to. However, it's not resolving. GDB claims there is no
_NSAutoreleaseNoPool defined. I used nm on Foundation in Snow Leopard
and there is no function. On 10.5, though, there is. So it seems it's
gone and I can't find anything similarly named.
Does anyone know what I *should* be breaking on? I'd obviously like to
track this down.
--
Seth Willits
_______________________________________________
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