[fdo][FDO276][New] ArcSDE: Crash when freeing fetched geometry values
Gavin Cramer
gavin.cramer at autodesk.com
Wed Nov 8 17:44:24 EST 2006
You can view the artifact detail at the following URL:
https://fdo.osgeo.org/servlets/Scarab/id/FDO276
Type
Defect
Artifact ID
FDO276 (ArcSDE: Crash when freeing fetched geometry values)
Reported by
Gavin Cramer
gavincramer (gavin.cramer at autodesk.com)
New artifact details:
---------------------------------------------------------
- Summary set to new value
ArcSDE: Crash when freeing fetched geometry values
- Artifact Status set to new value
New
- Artifact created
- Description set to new value
ArcSDE' internal clean-up routine corrupts the heap when it frees geometry values.
The geometry values are stored in memory as FdoByteArray type. However, ArcSDE's "ArcSDEReader::ColumnDefinition::ClearCache()" method casts them to "unsigned char *" and calls che C++ 'delete' operator. It should call "Release()".
- Defect Severity set to new value
High
---------------------------------------------------------
This message was automatically generated by Project Tracker.
More information about the Fdo_issues
mailing list