From: Duncan M. <du...@on...> - 2009-07-02 15:10:06
|
On 2 Jul 2009, at 14:36, Scott Thompson wrote: > Is the crash due to that the bridging of that particular call... > That is to say, if you were to use something like an NSInvocation to > avoid the bridge does that allow you to work around the crash? You're right, its the call bridging that fails. I found this link https://www.ohloh.net/p/8833/commits/39267170 that suggests that it's a known (and fixed) problem, but not yet in Leopard. It's a brilliant idea to use NSInvocation, I'd forgotten all about that stuff. Thank you for sticking with me. Duncan |