Re: Crash on Intel machine
Re: Crash on Intel machine
- Subject: Re: Crash on Intel machine
- From: Joar Wingfors <email@hidden>
- Date: Thu, 1 Mar 2007 12:21:08 +0100
On Mar 1, 2007, at 11:12 AM, Kish wrote:
Yes, I'm creating my own thread in-order to update the UI while
importing process is going on (like iTunes). The problem is
appearing every time once the importing process is over.
So, most likely a threading issue then. Have you reviewed the
particulars about using Cocoa in a multi-threaded environment? The
rule of thumb is that you shouldn't use anything from Cocoa (any API
really) from a non-main thread unless you're absolutely sure that
it's OK, and that you're taking the correct precautions.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
Multithreading/articles/CocoaSafety.html>
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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