Two sets of statics mysteriously instantiated?
Two sets of statics mysteriously instantiated?
- Subject: Two sets of statics mysteriously instantiated?
- From: "Andy O'Meara" <email@hidden>
- Date: Mon, 04 Nov 2013 11:30:47 -0600
Hey everyone,
Real quick, first let me shout out to the Xcode 5 dev team for their usual hard work hitting hundreds of thousands of developer's moving target of expectations and dev needs.
As for the issue, we're using Xcode 5.0.1 on 10.8 and we just can't crack this C/C++ project mystery. Basically, we're seeing two sets of the static/global space made and initialized (confirmed by seeing a breakpoint set in a static initializer hit twice during app startup). Then at some point in execution, static references start pointing towards the second set of statics, indicated by fresh and untouched singleton data structures. We can condense the repro case down considerably in code but we haven't been able to get it reproing in a project we can submit in a radar yet.
Anyone have any ideas or leads?
Thanks in advance!
Andy O'Meara
_______________________________________________
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