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




_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to