Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4?
Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4?
- Subject: Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4?
- From: Steve Checkoway <email@hidden>
- Date: Wed, 01 Feb 2006 10:10:30 -0800
Jens Krüger wrote:
There was a change in the order terminators are called in 10.4. Before
10.4 global objects were destructed in the same order they were
constructed (not good). In 10.4 objects are destructed in the reverse
order they were constructed.
Not related to this problem, there is also a problem with initializers
before 10.4. Basically, initializers are run too lazily before 10.4.
http://developer.apple.com/releasenotes/DeveloperTools/dyld.html
That is very good to know. Thank you for pointing that page out.
- Steve
_______________________________________________
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