Issue 180: revision 483 crashes on some unit tests...looks related to static initializer on Xml
Status:  Fixed
Owner: ----
Closed:  Jun 2012
Reported by greg.d...@gmail.com, Jun 3, 2012
What steps will reproduce the problem?
running cpp unit tests fails on testReflect and testXml for me

What version of the product are you using? On what operating system?
hxcpp r485, haxe r4766, win7 x64. 

Please provide any additional information below.
seems to be that the static __init__ call to create the XmlType enums is return null function pointer before the calls to __global__.__hxcpp_enum_force

reverting the changes from r483 restored the Xml class back to normal for me.


Jun 3, 2012
Project Member #1 gameh...@gmail.com
I forget about this very odd way of creating enums.  I've done a 2.09.3 hotfix for this.
Status: Fixed