gnustep-dev
[Top][All Lists]
Advanced

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

NSZombie and original object class


From: Stefan Urbanek
Subject: NSZombie and original object class
Date: Sat, 20 Aug 2005 18:46:26 +0200

Hi,

I was tracing the bug in stexec tool by NSZombiesEnabled=YES and I got:

2005-08-20 18:43:56.000 stexec[8898] Deallocated object (0xb7f87e40)
sent instanceMethodForSelector:

I would like to see the original class of the object, not only 'object'.
I have looked into the NSObject.m and put some ligging there. The class
'c' is put into the zombieMap, however when fetching from the map, zero
is returned (c == 0). It looks like the value is removed from the zombie
map.

Where the problem should be?

Thanks,

Stefan






reply via email to

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