I was able to reproduce and fix this problem that went away a few weeks ago.
The mystery factor was that the crash only occurs if user clicks on the old
(right-screen side) version while in the Versions Browser, which causes its
window to resize, before restoring.
On 2012 Aug 20, at 14:14, Ke
On 2012 Aug 20, at 14:14, Kevin Perry wrote:
> Looks like the crash is happening while attempting to invoke
> -respondsToSelector:.
>
> Odds are that this is a message being sent to [self delegate], which looks
> like a deallocated object.
Thank you, Kevin. I like it.
> Is it possible that
I've hit issues with splitView delegate getting called after the delegate is
dealloced, and my setDelegate happens in the nib - normally what gets set in
the nib gets unset correctly later. I had to put in a
NSWindowWillCloseNotification observer and clear the splitView delegate there.
It's an
Looks like the crash is happening while attempting to invoke
-respondsToSelector:.
Odds are that this is a message being sent to [self delegate], which looks like
a deallocated object.
Is it possible that the split view is outliving its delegate? Typically, when a
delegate gets deallocated (or