Re: Main Thread Crashing in Multithreaded App

2010-08-06 Thread Quincey Morris
On Aug 6, 2010, at 19:25, Carter R. Harrison wrote: > The call I'm making to establish the 2nd thread is: > > [self performSelectorInBackground:@selector(executeQueryHelper:) > withObject:[myMutableDictionary mutableCopy]]; > > That selector runs a whole lot of stuff that I know performs solid

Re: Main Thread Crashing in Multithreaded App

2010-08-06 Thread Nick Zitzmann
On Aug 6, 2010, at 8:25 PM, Carter R. Harrison wrote: > 0 objc_msgSend > 1 __CFArrayReleaseValues > 2 _CFRelease > 3 _CFAutoReleasePoolPop > 4 -[NSAutoReleasePool drain] > 5 -[NSApplication run] > 6 NSApplicationMain > 7 main [...] > Anybody have any solid ideas on