Re: Crash in Thread 2
Re: Crash in Thread 2
- Subject: Re: Crash in Thread 2
- From: Scott Ribe <email@hidden>
- Date: Tue, 24 Mar 2009 11:48:37 -0600
- Thread-topic: Crash in Thread 2
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 debugging techniques apply:
NSZombieEnabled, MallocDebug, Instruments, etc.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden