On Mon, Aug 6, 2007 6:14 AM, Stephen Chu <email@hidden> wrote:
>Or in the crash report. We ran into some Intel-only crashes with our PPC
>CFM app. The Stack trace in the reports are just numbers. We can't even
>find out what the app is doing at the time of crash.
All of those I ran into were caused by uninitialized variables.
Apparently Rosetta does not emulate the PPC behavior in such cases.
These are going to bite you when switch to Universal, so you might as
well fix them now.
Xcode's warnings in such cases seem more thorough than Code Warrior's,
so it might be worth getting your code compiled (but not necessarily
running) under Xcode just for the warnings. Otherwise it's code
walkthrough time.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden