discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: memory leak


From: Sheldon Gill
Subject: Re: memory leak
Date: Thu, 30 Nov 2006 18:05:23 +0800
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

Marc Brünink wrote:
David Wetzel wrote:
Marc Brünink wrote:

today I discovered a memory leak in one of our frameworks. I searched till I went mad, but didn't find anything.
Has anyone a suggestion how to track this one down?


Try something like:

NSLog(@"session dealloc DebugAllocation\n%s", GSDebugAllocationList(NO));

and your will see how many objects you have alive.

Wow. This one is cool. Deep inside I knew GNUstep would have something like this :-) Great.
Did not find the bug yet, but this one will surely help. Thanks.
If anyone want to try this at home :-) you should call
GSDebugAllocationActive(YES);
too. Just mentioned for completeness.


Do we have a "HowTo debug", yet?

There is "Debugging" in Documentation/General and there is also gnustep-zones in Documentation.

Also look at Headers/Foundation/NSDebug.h


Regards,
Sheldon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]