On Jan 15, 2014, at 12:14 AM, Gideon King <[email protected]> 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 protected])

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 [email protected]

Reply via email to