Debugging object lifetimes
Debugging object lifetimes
- Subject: Debugging object lifetimes
- From: Scott Ribe <email@hidden>
- Date: Mon, 06 Mar 2006 20:57:02 -0700
- Thread-topic: Debugging object lifetimes
Does Cocoa have anything like a
"appearsToBeADanglingPointerToARecentlyDeallocedObject" method???
I have a workflow app, where updates are being "flung" around the network in
an asynchronous manner and the UIs update to reflect the incoming data. I am
unable to reproduce the problem here, so I can't just run a good test case
with MallocDebug or other tools--something about 10 users at customer site
vs me trying to simulate multiple users... Anyway, it looks like I may be
managing to use NSInvocation on a dealloc'd object.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden