mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
improve zombie documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5b7cf5f19c
commit
7c3a206280
1 changed files with 5 additions and 3 deletions
|
@ -469,10 +469,12 @@ notice and this notice are preserved.
|
|||
the object to be morphed into a Zombie ... a special object
|
||||
which will call the GNUstep specific GSLogZombie() function
|
||||
to log the method call.<br />
|
||||
You can set a breakpoint in this function and examine the
|
||||
process memory if you are running under a debugger.<br />
|
||||
If GNUstep-base was built for debugging (make debug=yes),
|
||||
you can set a breakpoint in this function and examine the
|
||||
process memory when you are running under a debugger.<br />
|
||||
As this overrides actual object deallocation, all memory
|
||||
allocated for objects will be leaked!<br />
|
||||
allocated for objects will be leaked unless the
|
||||
NSDeallocateZombies environment variable is also set.<br />
|
||||
You can use the <code>CRASH_ON_ZOMBIE</code> environment
|
||||
variable to force an abort after the message is logged.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue