In our application we have a window with a layer-backed NSView which
has a content filter applied. The view also has a CAAnimation
attached, which alters one of the filter's parameters.
Our problem is: When we repeatedly close and re-open the window, the
application crashes. (Note that the window's isReleasedWhenClosed flag
is not set!) We broke down our setup to the following code, which
always causes a crash after opening and closing the window a few times:
We've already tried removing the filter and animation before the
window closes (by listening to the NSWindowWillCloseNotification), but
this only seems to delay the crash a bit.
Does anybody have a clue what's wrong here? Thanks in advance.
Simon Haertel
_______________________________________________
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