crash on ppc(release only). adinit.dat is the reason?
crash on ppc(release only). adinit.dat is the reason?
i have a very strange crash. it is reprodused only on macos power pc, xcode 2.4 and release configuration only, also only on files that have an arc length dimension.
stack is here:
exception: exc_bad_access (0x0001)
codes: kern_protection_failure (0x0002) at 0x00000004
thread 0 crashed:
0 com.my.myapp 0x00566fb8 exprotocolextension::uninitialize() + 20
1 com.my.myapp 0x0057d160 odstring::~odstring [in-charge]() + 88
2 com.my.myapp 0x0056591c dxfreader::startimport()
i suppose that the reason is in adinit.dat file. because when i comment its finding everything works correctly...
here is the code:
code:
#ifdef _msc_ver
:

drxinitwinntcrypt();
#else
std::string adinitpath = getadinitdat();
odstring inifile = svcs.findfile(adinitpath.c_str());
if (!inifile.isempty())
odcharmapper::initialize(inifile);
#endif
getadinitdat() returns a string in format "myproject/dxf/adinit.dat"
how can i fix this crash?
the file which crashes my app is attached.
attached files