Re: App locking up in NSView call

2010-09-27 Thread Peter Ammon
On Sep 27, 2010, at 1:38 PM, Mike Silva wrote: > We have a simple application with multiple NSView subclasses (like Buttons, > TextFields, etc.) that are being updated every couple seconds with status > information. After a couple days of running continuously the application > will lock on th

Re: App locking up in NSView call

2010-09-27 Thread Mike Silva
I've attached the entire stack trace. the code should not be drawing from multiple threads. Here are the stacks of all the threads: Thread 12 (process 145): #0 0x961577da in mach_msg_trap () #1 0x96157f47 in mach_msg () #2 0x973f6dbf in __CFRunLoopRun () #3 0x973f5d34 in CFRunLoopRunSpecifi

App locking up in NSView call

2010-09-27 Thread Mike Silva
We have a simple application with multiple NSView subclasses (like Buttons, TextFields, etc.) that are being updated every couple seconds with status information. After a couple days of running continuously the application will lock on this stack trace: Thread 1 (process 145): #0 0x96185782 i