Re: Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug?
Re: Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug?
- Subject: Re: Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug?
- From: Scott Ribe <email@hidden>
- Date: Fri, 28 Aug 2009 08:57:29 -0600
- Thread-topic: Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug?
> Naive question: what should I be doing, looking at, etc. to try and fix this?
Dependencies in the order of initialization of statics & globals. You're
crashing during the phase where the runtime initializes those. C makes no
guarantees about the order in which the statics & globals in different files
will be initialized.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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