Bug Number | NIM070156 |
Submitted | Jun 30, 2011 |
Modified | Jun 11, 2020 |
Severity | Critical |
Applies To | ArcGIS for Desktop |
Version Found | 10.0 |
Prog Language | C# |
Server Platform | Windows XP |
Client Platform | Windows XP |
Database | Oracle |
Locale | N/A |
Status | Not in Current Product Plan |
Version Fixed | |
SP Fixed |
Bug NIM070156
Synopsis
A memory leak occurs in the sg.dll function SgsShapeFindRelation2 if connected to an ArcSDE feature class through a direct connection.
Additional Information
NIM062420
Alternate Solution
A workaround is to use the esriSpatialRelEnvelopeIntersects option instead to perform a coarse initial search (avoiding the offending function) and then use ITopologicalOperator.Intersect to test the intersections of the remaining geometries.