Re: NSDocumentTitlebarPopoverViewController zombie on Yosemite

2015-06-10 Thread Martin Wierschin
I filed this myself some time ago, and my report was marked as a duplicate of rdar://19790930 . I worked around this crasher by swizzling -[NSDocumentTitlebarPopoverViewController invalidate] with something like this: - (void) invalidate { // This is essentially [self valueForKey:@"vie

Re: NSDocumentTitlebarPopoverViewController zombie on Yosemite

2015-05-29 Thread Matthew LeRoy
Good to know. Duplicate radar filed, rdar://problem/21145343. We saw the same issue starting with 10.10.3 and continuing through current 10.10.4 builds. Write up a radar and reference radar://problem/20368338 as a duplicate instance. -- Gary L. Wade (Sent from my iPhone) http://www.garywade.com/

Re: NSDocumentTitlebarPopoverViewController zombie on Yosemite

2015-05-28 Thread Gary L. Wade
We saw the same issue starting with 10.10.3 and continuing through current 10.10.4 builds. Write up a radar and reference radar://problem/20368338 as a duplicate instance. -- Gary L. Wade (Sent from my iPhone) http://www.garywade.com/ > On May 28, 2015, at 11:34 AM, Matthew LeRoy wrote: > > Hi

NSDocumentTitlebarPopoverViewController zombie on Yosemite

2015-05-28 Thread Matthew LeRoy
Hi, Anybody know anything about NSDocumentTitlebarPopoverViewController, and/or why I’m getting application crashes due to a zombie’d instance thereof? Document-based app, Deployment Target and SDK both 10.8. Built using Xcode 5.1.1 (5B1008) on Yosemite 10.10.3; running on the same system. Here