Re: alloc init thread safe?
Re: alloc init thread safe?
- Subject: Re: alloc init thread safe?
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 8 Mar 2007 13:14:21 -0800
On Mar 8, 2007, at 12:54 PM, David Carlisle wrote:
Where Class2 is a sub sub sub class of NSObject. This is what I am
calling my alloc init method, which has been giving me problems in
the Debug build. It appears that when this is called from two
threads simultaneously that sometimes it returns null instead of an
allocated object. The init methods in the hierarchy of superclasses
are fairly simple.
OK -- can you post the -init methods of the hierarchy of classes
hanging off of NSObject?
_______________________________________________
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