Select to view content in your preferred language

internal error Hit_testable object no longer available in hit test complete callback.

642
1
04-30-2021 11:37 AM
ahassan3
Emerging Contributor

Hi, we are having this issue occur a lot in our production environment. Here is the stacktrace of the error:

Internal error: Hit_testable object no longer available in hit test complete callback.
at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)
at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)
at RuntimeCoreNet.GeneratedWrappers.CoreTask.Get()
at Esri.ArcGISRuntime.Internal.CoreTaskExtensions.TaskCompletedCallbackHandler`1.OnCompleted(Object sender, EventArgs e)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Esri.ArcGISRuntime.Internal.CoreTaskExtensions.TaskCompletedCallbackHandler`1.<CreateInternal>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Esri.ArcGISRuntime.UI.Controls.GeoView.<IdentifyLayerInternal>d__127.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
 
It seems to be like an internal esri error, any ideas on what's causing it ? 
We are using the esri sdk version 100.10 for WPF application 
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

A native call stack could help narrow this down - for more info see https://community.esri.com/t5/arcgis-runtime-sdks-blog/announcing-availability-of-arcgis-runtime-sdk....

Questions:

  • Do you have, or are you able to create any crash dumps? 
  • Are you able to repro in your dev environment with a debugger attached?
  • Can you save a dxdiag report from your deployment environment?

 

Thanks

0 Kudos