Ok, this is long but I think I've maybe found an answer to something. I'm
guessing I'm somehow rarely triggering a bug in Cocoa.
I've had a couple of these exceptions, and this may be more helpful. So
[AQConnTabController initWithNibName:bundle:windowController:] creates a
NSObjectController
On Oct 4, 2011, at 17:59 , Seth Willits wrote:
> There aren't any bindings setup at the point it crashes. The controller is
> connected to absolutely nothing. It literally is
>
> controller = [[NSObjectController alloc] initWithContent:nil];
> ... unrelated things ...
>
> [self view];
>
> In a
On Oct 4, 2011, at 5:18 PM, William Squires wrote:
> Sounds like you're inadvertently depending on the order of loading somehow.
> Are you setting up all your bindings in awakeFromNib:? Or do you have any
> bindings (set in IB) which refer to something the controller object may have
> to load f
Sounds like you're inadvertently depending on the order of loading somehow. Are
you setting up all your bindings in awakeFromNib:? Or do you have any bindings
(set in IB) which refer to something the controller object may have to load
first? Just a thought.
On Oct 3, 2011, at 8:29 PM, Seth Will
On Oct 3, 2011, at 8:56 PM, Quincey Morris wrote:
> On Oct 3, 2011, at 18:29 , Seth Willits wrote:
>
>> I've been receiving reports of this rare but persistent crash over the past
>> few years, and I've never been able to reproduce it or figure out what's
>> causing it.
>
> One thing you coul
On Oct 3, 2011, at 18:29 , Seth Willits wrote:
> I've been receiving reports of this rare but persistent crash over the past
> few years, and I've never been able to reproduce it or figure out what's
> causing it.
One thing you could do, if you have an actual crash dump to examine, is to work
I've been receiving reports of this rare but persistent crash over the past few
years, and I've never been able to reproduce it or figure out what's causing it.
They often look exactly like the stack trace below, but sometimes it's
different, happening at a different time. The thing they all ha