Re: Crash in Thread 2

2009-03-24 Thread Anders Holm
Or just a dud memory module? Sent from my iPhone ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubsc

Re: Crash in Thread 2

2009-03-24 Thread Mark Ritchie
On 24-Mar-09, at 1:06 PM, David H. Silber wrote: Where would I look for information on what happens where? What does the crash log say? (usually recorded in ~/Library/Logs/CrashReporter) M. __ Mark Ritchie Cocoa and WebObjects Developer Diamond Lake Consulting Inc. Toronto, Ontario, Canada

Re: Crash in Thread 2

2009-03-24 Thread Scott Ribe
There are a number of API calls that may create a second thread for their own background processing. Most likely, you have corrupted memory somehow in your code on the main thread, and it's (mostly) just a distraction that it eventually causes a crash in thread 2. So standard memory debu

Re: Crash in Thread 2

2009-03-24 Thread I. Savant
On Tue, Mar 24, 2009 at 1:06 PM, David H. Silber wrote: > Where would I look for information on what happens where? The crash logs? They're necessary for you (and the list) to understand what "thread 2" even is, much less have any idea how/why it crashed. Incidentally, there are a number of

Re: Crash in Thread 2

2009-03-24 Thread Bill Bumgarner
On Mar 24, 2009, at 10:06 AM, David H. Silber wrote: The crash happens in thread 2. I haven't done anything to make the application multithreaded, so I'm not sure what is supposed to be happening in the various threads. Where would I look for information on what happens where? I'm using tim

Crash in Thread 2

2009-03-24 Thread David H. Silber
Hi folks, I have an application that crashes under unknown circumstances after it has been running (mostly hidden and ignored) for several days. This most recent time it crashed when I woke the computer from sleep, but I had done that several times since starting the application. The crash happe