Re: Advice about crash requested

2009-11-19 Thread Chris Idou
This will help if I'm ever able to repeat it. Right now its just a user report and I can't repeat it. From: Sean McBride To: Jens Alfke ; Chris Idou Cc: cocoa-dev@lists.apple.com Sent: Fri, 20 November, 2009 12:03:33 PM Subject: Re: Advice a

Re: Advice about crash requested

2009-11-19 Thread Sean McBride
On 11/19/09 4:54 PM, Jens Alfke said: >On Nov 19, 2009, at 4:18 PM, Chris Idou wrote: > >> Thread 0 Crashed: Dispatch queue: com.apple.main-thread >> 0 libobjc.A.dylib 0x7fff85a4210a objc_msgSend + 22 >> 1 com.apple.AppKit 0x7fff8169871e -[NSImageCell >(NSPr

Re: Advice about crash requested

2009-11-19 Thread Rob Keniger
On 20/11/2009, at 10:54 AM, Jens Alfke wrote: > Turning on NSZombieEnabled might help shed some light on this. There's a "So, > You've Crashed In objc_msgsend" FAQ out there on teh interwebz somewhere that > goes into more detail on troubleshooting. I didn't think you could use NSZombieEnable

Re: Advice about crash requested

2009-11-19 Thread Jens Alfke
On Nov 19, 2009, at 4:18 PM, Chris Idou wrote: > Thread 0 Crashed: Dispatch queue: com.apple.main-thread > 0 libobjc.A.dylib 0x7fff85a4210a objc_msgSend + 22 > 1 com.apple.AppKit 0x7fff8169871e > -[NSImageCell(NSPrivateAnimationSupport) _stopAnimation] + 4

Re: Advice about crash requested

2009-11-19 Thread Chris Idou
: Advice about crash requested On Nov 19, 2009, at 4:18 PM, Chris Idou wrote: > I've got a user getting the following crash, and I don't know what to make of > it because it all happens in Apple code. Has anyone got any advice? What are you doing on Thread 2 ([FilerExecutor main])?

Re: Advice about crash requested

2009-11-19 Thread David Duncan
On Nov 19, 2009, at 4:18 PM, Chris Idou wrote: > I've got a user getting the following crash, and I don't know what to make of > it because it all happens in Apple code. Has anyone got any advice? What are you doing on Thread 2 ([FilerExecutor main])? -- David Duncan Apple DTS Animation and Pri