On Sep 26, 2008, at 11:12 PM, Clark Cox wrote:
On Fri, Sep 26, 2008 at 8:57 PM, <[EMAIL PROTECTED]>
wrote:
On Sep 26, 2008, at 11:22 AM, j o a r wrote:
On Sep 25, 2008, at 6:22 AM, Steve Rossi wrote:
I've deduced that he crash seems to be something timing related
which
occurs only at a
On Sep 26, 2008, at 11:22 AM, j o a r wrote:
On Sep 25, 2008, at 6:22 AM, Steve Rossi wrote:
I've deduced that he crash seems to be something timing related
which occurs only at application startup, and only under certain
conditions (i.e. reproduce occassionlly by opening an NSOpenPanel
On Sep 26, 2008, at 4:36 PM, Steve Rossi wrote:
Yes, that is correct. A separate thread is spawned which updates the
model - consequently driving UI updates based on KVO notifications.
It is the only thread that is updating the model - the main thread
does very little except respond to fairl
On Sep 25, 2008, at 6:22 AM, Steve Rossi wrote:
I've deduced that he crash seems to be something timing related
which occurs only at application startup, and only under certain
conditions (i.e. reproduce occassionlly by opening an NSOpenPanel
modal dialog before the application is fully up
hread cyclically updates the data about 8x per second by
means of a timer in the secondary thread's run loop.
I use Cocoa bindings to display the data in the UI. I'm sure the
problem is happening in the bindings,
but I'm having trouble finding where.
The actual error is : -