On Jan 15, 2014, at 12:14 AM, Gideon King <gid...@novamind.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to