On Tue, Jul 6, 2010 at 9:47 AM, Jeffrey J. Early <jeff...@jeffreyearly.com> wrote: > I just transitioned my (primarily Cocoa based) code from building 32-bit > i386/PPC, to also include x86_64. Unfortunately, when launching the 64-bit > version I'm getting a crash at launch and I can't figure out how to debug it. > Stack trace at the bottom of the email.
Paging bbum… In the meantime, do you have any +load or +initialize methods, or any __attribute__((constructor)) functions or C++ static constructors? Given the stack trace, I'd be more concerned about the ObjC methods. --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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com