Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copying a coordinate manually causes ArcGIS Pro to crash

topowright-zz opened this issue · comments

Background

Repo steps

Have a open map
click a point on the map
copy the new point out of the list
clear the list
paste that coordinate into the input box

The coordinate will show up on the map; however, ArcGIS Pro will crash

I can reproduce this issue - for some reason in this scenario the list modification was happening from the CIM thread instead of Main/UI thread, change thread affinity in PR: #513

This was addressed in the August release.