Re: How to debug crash on startup of 64-bit build
Re: How to debug crash on startup of 64-bit build
- Subject: Re: How to debug crash on startup of 64-bit build
- From: vincent habchi <email@hidden>
- Date: Tue, 6 Jul 2010 22:55:58 +0200
Le 6 juil. 2010 à 22:49, Jeffrey J. Early a écrit :
> Importantly, I'm not calling any code framework A that depends on framework B. Because of this, in 32-bit mode, it ended up being totally okay that framework B was missing (presumably because it never had to resolve any symbols from that framework.) However, in 64-bit mode, it produced the crash at launch time that I pasted in the previous email.
Try to have a look on the ld(1) man page, and especially weak-imports, that is symbols that are allowed to miss at runtime without error.
V.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden