Application Locks Up when displaying Mapview in WPF Tabview

2071
10
02-15-2021 10:08 PM
ThomasMcMahon
New Contributor

Hi,

We're looking to update our software from 100.4 to 100.10 runtime in order to use the new locator type, but we are having an issue where if the mapview is contained within a tabview, and the tab is changed while the map is in a certain rendering state, the application will lock up for exactly 1 minute and then continue without an exception. When paused under debugger while the application is in this state, the main thread is stuck at: RuntimeCoreNet.CoreDxDevice.Pause.

Through some trial and error, we have found that this only occurs when street labels are enabled.

I can recreate this with runtimes 100.5-100.10 but not 100.4. The application uses WPF. I have included a snippet of the stack trace for the pause call

0 Kudos
10 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

Can you try to get a native call stack by following the steps in this Guide doc? https://developers.arcgis.com/net/reference/debug-using-arcgis-runtime-windows-symbol-files/

Are you able to share a repro app / code / data?

 

Thanks 

0 Kudos