I have a method that I want to run in the background. When I run it in
the app's main thread, all's well, but when I run it as an NSOperation
I get an EXC_BAD_ACCESS error. The error happens when trying to
initialize a local float array.
I know bad access errors are usually caused by trying to access a
pointer that's already been released, but if that were the case here,
wouldn't it do the same when running in the main thread?
Are there any obvious things I should check in how I'm creating the
NSOperation?
btw, I'm using NSOperationQueue to fire the operation.
J.
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com