Re: _NSAutoreleaseNoPool missing in Snow Leopard
Re: _NSAutoreleaseNoPool missing in Snow Leopard
- Subject: Re: _NSAutoreleaseNoPool missing in Snow Leopard
- From: Julien Jalon <email@hidden>
- Date: Mon, 31 Aug 2009 00:00:45 +0200
It's __ (2 underscores) and not _
--
Julien from his iPhone
Le 30 août 2009 à 23:00, Seth Willits <email@hidden> a écrit :
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
_______________________________________________
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