Re: alloc init thread safe?
Re: alloc init thread safe?
- Subject: Re: alloc init thread safe?
- From: David Carlisle <email@hidden>
- Date: Thu, 8 Mar 2007 21:42:23 -0700
This is exactly what I am dealing with. I am sending the first and
second message to the class CM_Analyzers in a kind of race condition
between two threads, and one thread often fails. I notice the
problem is gone if I switch off ZeroLink in debug mode. I also note
the problem, as I recall, doesn't occur after the first instance.
On Mar 8, 2007, at 6:44 PM, Rosyna wrote:
The first message to a Class is *not* threadsafe when ZeroLink is
on. This is why the problem disappears in Release mode, because
ZeroLink is always off in Release mode.
_______________________________________________
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