Re: _NSAutoreleaseNoPool missing in Snow Leopard
Re: _NSAutoreleaseNoPool missing in Snow Leopard
- Subject: Re: _NSAutoreleaseNoPool missing in Snow Leopard
- From: Seth Willits <email@hidden>
- Date: Sun, 30 Aug 2009 17:27:27 -0700
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.
(I did find and fix the bug already, though.)
--
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