Re: Hard calculation crashes after 60Minutes
Re: Hard calculation crashes after 60Minutes
- Subject: Re: Hard calculation crashes after 60Minutes
- From: Bill Bumgarner <email@hidden>
- Date: Sun, 31 Aug 2008 10:45:07 -0700
On Aug 31, 2008, at 8:22 AM, Caleb Strockbine wrote:
Did you set a breakpoint in malloc_error_break? If yes, what did you
find? If no, doesn't that seem like a good place to start?
Probably not. If it is crashing after 60 minutes, it is quite a bit
more likely that the problem is in all of the allocations that aren't
being freed in the other 59.99 minutes of the runtime...
Assuming this is an Objective-C application, make sure that you are
either not creating any autoreleased objects during the calculation or
that you are periodically cycling an autorelease pool on the
calculation thread. If you are doing that, then this sounds like a
straightforward leak.
b.bum
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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