• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug? (From: Guillaume Billard <email@hidden>)

  • Prev by Date: Re: Subversion client prefs?
  • Next by Date: Re: [Xcode] Ready, Set ... Xcode 3.2?
  • Previous by thread: Crash at application launch (EXC_BAD_ACCESS, __static_initialization_and_destruction_0), how to debug?
  • Next by thread: Re: Using Snow Leopard for development (was: NSString Retain Count of 2147483647)
  • Index(es):
    • Date
    • Thread