Perplexing crash in iOS app, on observing an NSOperation

2012-07-16 Thread Gavin Stokes
I added some new operation-handling in my app, and it's now crashing quite frequently in background threads with EXC_BAD_ACCESS and this: 1 Foundation0x306cdd46 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 438 2 Foundation

Re: Perplexing crash in iOS app, on observing an NSOperation

2012-07-16 Thread Gavin Stokes
Never mind. I was double-releasing an operation. Thanks anyway! ___ 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