ArcGIS Desktop 10.5.1 crashes when validating a topology created from specific data using a 0.01 cluster tolerance.
上次发布: January 31, 2019ArcGIS for Desktop
漏洞 ID 编号
BUG-000108952
已提交
October 19, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.5.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a case of using an unreasonable XY Tolerance considering the input data. Most tools have issues if users specify the .01 DD being used here. Other tools crash too.
There are well established guidelines on how XYTolerance works in relation to the input data's Spatial Reference properties. Please see http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/feature-class-basics.htm
Following these guidelines, the crash is avoided. If there is not a 100% valid reason to use an XYTolerance larger than the default XYTolerance for the input data's default Spatial Reference... don't.
Using extremely large XYTolerances in relation to the set XYResolution can cause errors, tool failure, crashes, huge data movement and even cause features to become invalid causing incorrect analysis down the line in your workflow.
We are looking into stopping the crash through an additional Issue. Plan is to detect the issue caused by using an unreasonable XYTol and shutdown cleanly with a reasonable failure message.