[fdo-trac] #774: [FDO VC10 Porting]Fixed an invalid debug assertion
failure in Sandbox/V100
FDO
trac_fdo at osgeo.org
Thu Sep 1 02:43:51 EDT 2011
#774: [FDO VC10 Porting]Fixed an invalid debug assertion failure in Sandbox/V100
-------------------------------------+--------------------------------------
Reporter: silvia | Owner: Silvia Yu
Type: task | Status: new
Priority: major | Milestone: 3.7.0
Component: Thirdparty Components | Version: 3.7.0
Severity: 3 | Keywords: FDO VC10 Porting
External_id: |
-------------------------------------+--------------------------------------
This changelist fixed an invalid null pointer debug assertion failure in
xalan-c, which is caused by implementation change in xutility(VC10). They
added a _DEBUG_POINTER(_Dest) check in VC10 in copy function.
The assertion happens when coping a 0 length arrary to a 0 length array.
That operation did nothing. The fixing is preventing that copying
operation and skip the actual STL copy.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/774>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list