几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】crash on ppc9release only0. adinit.dat is the reason (http://www.dimcax.com/hust/showthread.php?t=15540)

yang686526 2009-05-04 06:35 PM

【转帖】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
::odrxinitwinntcrypt();
#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


所有的时间均为北京时间。 现在的时间是 02:16 AM.