Re: _NSAutoreleaseNoPool missing in Snow Leopard
Re: _NSAutoreleaseNoPool missing in Snow Leopard
- Subject: Re: _NSAutoreleaseNoPool missing in Snow Leopard
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 31 Aug 2009 09:35:28 +0200
Le 31 août 2009 à 02:27, Seth Willits a écrit :
On Aug 30, 2009, at 2:05 PM, Keith Duncan wrote:
Does anyone know what I *should* be breaking on? I'd obviously
like to track this down.
A fallback option is to break on NSLog/printf to see where that
message is being output from, but you could be using those
frequently elsewhere depending on what you're writing.
Yeah, I tried to break on NSLog and it didn't break on that. Given
the format of the message (extra display of the time etc) which only
occurs with NSLog I didn't try printf, but I suppose I should have
anyway.
On Aug 30, 2009, at 2:35 PM, Kyle Sluder wrote:
Check the 10.6 Foundation release notes. A lot of this stuff was
removed with no replacement.
Hmm. Ok, so I just looked and the release notes say it's now simply
named __NSAutoreleaseNoPool, but that is again not in the symbol
list and does not work if I try to break on it with the debugger.
That was actually what I tried first until I remembered the extra
underscore typically being added. I then moved on to no underscores
even.
It is in CoreFoundation with two underscores, not in Foundation.
_______________________________________________
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