查看单个帖子
旧 2009-05-04, 06:35 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】crash on ppc9release only0. adinit.dat is the reason

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
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)