Re: How do I debug weak_unregister_no_lock?
Re: How do I debug weak_unregister_no_lock?
- Subject: Re: How do I debug weak_unregister_no_lock?
- From: Timothy Wood <email@hidden>
- Date: Wed, 15 Jan 2014 00:37:15 -0800
On Jan 15, 2014, at 12:14 AM, Gideon King <email@hidden> wrote:
> I tried putting a dealloc in my class and nilling out everything, but still got the problem. I then added
> self.inspector = nil;
> self.parentSlice = nil;
> to my dealloc, and since then I have not been able to reproduce the problem at all.
Sadly, we’ve not been able to reproduce the problem either, and our “fix” is the same — manually clearing the inspector and parentSlice properties in various -dealloc methods. You can see the cases we made this change by searching for "<bug:///93163>” in the Omni frameworks.
I have an open bug to narrow this down to a reproducible test case for Apple, but have so far failed.
-tim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden