On Aug 13, 2012, at 1:00 AM, Quincey Morris <quinceymor...@rivergatesoftware.com> wrote:
> There's nothing about the fact that the document is executing a method that > prevents it from being deallocated before the method ends. As was discussed on the objc-language list recently, the ARC spec specifically guarantees that an object's lifetime includes the entire duration of a method invocation. An object *cannot* be deallocated while one of its methods is executing. Britt, have you tried upgrading your tools? Xcode 4.1.1 is pretty old in terms of ARC bugfixes. This might be a codegen issue. --Kyle Sluder _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com