Re: New app for memory management?
Re: New app for memory management?
- Subject: Re: New app for memory management?
- From: "Michael Ash" <email@hidden>
- Date: Thu, 7 Sep 2006 07:01:11 -0400
On 9/7/06, Apparao <email@hidden> wrote:
Hi All,
Hope every one doing well.
My application is getting crashed because of releasing autorelease
object. My App had thousand lines of code, so i am unable to trace
out where it gets crashed, by using crash report or Debugger stack.
Is there any app available to show the object's balance between
alloc , copy, retain and release?.
I know about Leaks tool, but it is not much more helpful in my case.
Look up NSZombieEnabled. It can usually cause your application to
crash in a helpful manner at the moment you try to access a dead
object, rather than waiting until the situation is unrecognizable as
usually happens.
Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden