I appear to have some overzealous releasing going on in my obj-C app - getting error message
\"-[myobj release]: message sent to deallocated instance
0x5633b0 is likely the address of object in question (the value of self). You can use NSLog or printf with %p to print it.
0x5633b0
self
NSLog
printf
%p