Re: Release build won't run
Re: Release build won't run
- Subject: Re: Release build won't run
- From: David Dunham <email@hidden>
- Date: Fri, 10 Feb 2006 20:55:33 -0800
Steve
I finally built a Release Universal build of our app today (after
making lots of endian changes) and it won't run. Xcode reports it
exits with signal 10 (SIGBUS). I stuck a printf at the very top of
main and it doesn't even get there. I'm at a complete loss. If I run
it from Finder, the .crash.log contains nothing useful to me. Does
anyone have any clues as to what my next step might be to figure this
out?
If you have a C++ application, and an exception is thrown in one of
the static constructors, it's very likely you won't get to the top of
main(), and you might not even get a stack trace.
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden