NSPropertyListSerialization from a subthread
NSPropertyListSerialization from a subthread
- Subject: NSPropertyListSerialization from a subthread
- From: Nikita Zhuk <email@hidden>
- Date: Tue, 31 Jul 2007 09:28:31 +0300
Hello,
Is it safe to call +[NSPropertyListSerialization
propertyListFromData:mutabilityOption:format:errorDescription:] from
a subthread? I've been getting some crashes from inside this method
running in a subthread (crashed callstack contains basically
__CFBinaryPlistCreateObject function calling itself for 400 times
before calling CFStringCreateWithBytes and crashing with
EXC_BAD_ACCESS), and I was wondering if a thread-safety issue could
be the reason for this crash (seems very unlikely, but I just want to
be sure).
- Nikita Zhuk
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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