I was getting a crash on quit resulting from a drawRect: method being called on a window that had been ordered out. I can solve the immediate problem just by bailing out of drawRect: if the window is invisible, but I wish I understood what's going on. The call stack shows a run loop observer calling CA::Transaction::commit() resulting in -[NSWindow displayIfNeeded] being called, but I don't know why displayIfNeeded would do anything with an invisible window.
_______________________________________________

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