On Jul 11, 2014, at 6:56 AM, Cosmin Apreutesei <cosmin.apreute...@gmail.com> wrote:
> The objectForKey method returns an invalid pointer on x64 (not NULL, > but the same address 0x937 for _any_ valid key), but works fine on > i386. Odds are, your dictionary is no longer there because it was dealloc'd. The fact that you did not (yet, at least) discover this bug on 32-bit is just coincidence. So check out your retain/release/autorelease handling of the dictionary. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ 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