Re: Strange "autoreleased with no pool in place" message
Re: Strange "autoreleased with no pool in place" message
- Subject: Re: Strange "autoreleased with no pool in place" message
- From: Scott Ribe <email@hidden>
- Date: Thu, 22 Apr 2010 17:25:08 -0600
FYI, your crash was not because you had no autorelease pool in place. That would just cause some objects to never be reclaimed, which for a debug-only build is not necessarily anything to worry about.
Your crash would have been because you were using [NSString stringWithFormat...] before the Cocoa runtime stuff was all initialized.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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