<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Application randomly crashed using the run time version 100.5 and 100.6 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255854#M3012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the additional info.&amp;nbsp;The `Dynamic_layer_current` mentioned above refers to&amp;nbsp;the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_UI_GraphicsRenderingMode.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_UI_GraphicsRenderingMode.htm"&gt;GraphicsRenderingMode Enumeration&lt;/A&gt;&amp;nbsp;or &lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_FeatureRenderingMode.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_FeatureRenderingMode.htm"&gt;FeatureRenderingMode Enumeration&lt;/A&gt;. The call stack appears to stop during some logic relating to labeling.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you written any code specifically relating to labeling and label classes of GraphicsOverlays or&amp;nbsp;FeatureLayers? If so are you able to share that as a standalone reproducer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, perhaps your code is opening mobile or web maps that contain layers with labels. In which case, are you able to share details of those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2019 00:43:02 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2019-10-15T00:43:02Z</dc:date>
    <item>
      <title>Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255846#M3004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to help to identify the issue with application crash randomly using runtime 100.5 and 100.6.&amp;nbsp; I didn't have this issue when the app was using runtime 10.2.7.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application is processing addresses and coordinate data to display them on the map as graphics overlay.&amp;nbsp; The data is coming almost every seconds as there is a change.&amp;nbsp; I already set the rendering mode as static for all graphics overlay.&amp;nbsp; The application randomly crashed on the production site.&amp;nbsp; I was running for 4 or 5 hours then crashed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the exception from Event Viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Faulting application name: MyMap.exe, version: 4.1.18.0, time stamp: 0x5d7a4914&lt;BR /&gt;Faulting module name: runtimecore.dll, version: 100.6.0.2513, time stamp: 0x5d570501&lt;BR /&gt;Exception code: 0xc0000005&lt;BR /&gt;Fault offset: 0x000000000156968d&lt;BR /&gt;Faulting process id: 0x74&lt;BR /&gt;Faulting application start time: 0x01d5696ec7667b54&lt;BR /&gt;Faulting application path: C:\Program Files (x86)\Mapping\MyMap.exe&lt;BR /&gt;Faulting module path: C:\Program Files (x86)\Mapping\arcgisruntime100.6\client64\runtimecore.dll&lt;BR /&gt;Report Id: 3affd698-d5ae-11e9-bb16-fb9381a577cd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application: MyMap.exe&lt;BR /&gt;Framework Version: v4.0.30319&lt;BR /&gt;Description: The process was terminated due to an unhandled exception.&lt;BR /&gt;Exception Info: System.AccessViolationException&lt;BR /&gt; at RuntimeCoreNet.GeneratedWrappers.CoreVector.CoreRT_Vector_insert(IntPtr, Int64, IntPtr, IntPtr ByRef)&lt;BR /&gt; at RuntimeCoreNet.GeneratedWrappers.CoreVector.Insert(Int64, RuntimeCoreNet.GeneratedWrappers.CoreElement)&lt;BR /&gt; at Esri.ArcGISRuntime.RuntimeCollection`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].ExecuteActionWithUndo(System.Collections.Generic.Stack`1&amp;lt;System.Action&amp;gt;, System.Action, System.Action)&lt;BR /&gt; at Esri.ArcGISRuntime.RuntimeCollection`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].SetItem(Int32, System.__Canon)&lt;BR /&gt; at Esri.ArcGISRuntime.RuntimeObservableCollection`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].SetItem(Int32, System.__Canon)&lt;BR /&gt; at MyMapControl.AddGraphicsOverlay(MyList, Esri.ArcGISRuntime.UI.GraphicsOverlay, System.String)&lt;BR /&gt; at MyMapControl.AddGraphicsOverlay(MyList)&lt;BR /&gt; at MyMapControl.PlotMapPoint()&lt;BR /&gt; at MyMapControl+&amp;lt;GeoCodeMyItem&amp;gt;d__187.MoveNext()&lt;BR /&gt; at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.__Canon ByRef)&lt;BR /&gt; at MyMapControl.GeoCodeMyItem()&lt;BR /&gt; at MyMapControl.DrawMapPoint()&lt;BR /&gt; at MyMapControl.MapRefreshChangedWorker_RunWorkerCompleted(System.Object, System.ComponentModel.RunWorkerCompletedEventArgs)&lt;BR /&gt; at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)&lt;BR /&gt; at System.Windows.Threading.DispatcherOperation.InvokeImpl()&lt;BR /&gt; at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)&lt;BR /&gt; at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)&lt;BR /&gt; at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)&lt;BR /&gt; at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)&lt;BR /&gt; at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)&lt;BR /&gt; at System.Windows.Threading.DispatcherOperation.Invoke()&lt;BR /&gt; at System.Windows.Threading.Dispatcher.ProcessQueue()&lt;BR /&gt; at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)&lt;BR /&gt; at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)&lt;BR /&gt; at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)&lt;BR /&gt; at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)&lt;BR /&gt; at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)&lt;BR /&gt; at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)&lt;BR /&gt; at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)&lt;BR /&gt; at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)&lt;BR /&gt; at System.Windows.Application.RunDispatcher(System.Object)&lt;BR /&gt; at System.Windows.Application.RunInternal(System.Windows.Window)&lt;BR /&gt; at WpfCadMap.App.Main()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to reproduce the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 15:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255846#M3004</guid>
      <dc:creator>StevenLam1</dc:creator>
      <dc:date>2019-09-13T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255847#M3005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share a reproducer? If not here, you can email &lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 16:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255847#M3005</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-09-13T16:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255848#M3006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're seeing an extremely similar issue with ArcGIS Runtime 100.6 (Xamarin Forms 4.2), our application is frequently crashing and auto restarting (many times per hour on occasion).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Faulting module name: runtimecore.dll, version 100.6.0.2513, time stamp: 0x5d5705ee.&amp;nbsp; Exception code: 0xc0000005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We didn't have this issue with the 100.2.x version we used with XF 2.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a feature in the ArcGIS Runtime which we can enable which logs out debug level activity of what calls/actions are being made by our LoB application to the map control? e.g. change base layer, add feature layer, go to Lng/Lat etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 00:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255848#M3006</guid>
      <dc:creator>BryanWilson</dc:creator>
      <dc:date>2019-10-11T00:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255849#M3007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a Xamarin Forms UWP application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug symbol files for the 100.6&amp;nbsp;WPF and UWP APIs have recently been made available: you can find details on how to use them to get a call stack in this post:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-net/blog/2019/10/08/announcing-availability-of-arcgis-runtime-sdk-for-net-symbol-files-for-debugging"&gt;https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-net/blog/2019/10/08/announcing-availability-of-arcgis-runtime-sdk-for-net-symbol-files-for-debugging&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 00:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255849#M3007</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-10-11T00:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255850#M3008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is version 100.4 of the ArcGIS Runtime still being supported by Esri?&amp;nbsp; We're going to see if the crashing happens with this version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 00:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255850#M3008</guid>
      <dc:creator>BryanWilson</dc:creator>
      <dc:date>2019-10-11T00:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255851#M3009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, will get our devs across this and feedback.&amp;nbsp; Thank you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 00:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255851#M3009</guid>
      <dc:creator>BryanWilson</dc:creator>
      <dc:date>2019-10-11T00:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255852#M3010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an update to this Michael, we've rolled back to 100.4 and we're not seeing the frequent app crashes anymore.&amp;nbsp; We'll continue with 100.6 in parallel to continue the debugging as per the article above.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side note, we too use&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;RouteTask.SolveRouteAsync() (as mentioned in the article) however we are&amp;nbsp;&lt;SPAN&gt;specifying the SpatialReference when creating MapPoint geometries to represent Stops.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 07:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255852#M3010</guid>
      <dc:creator>BryanWilson</dc:creator>
      <dc:date>2019-10-11T07:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255853#M3011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've managed to capture the stack trace for when our UWP application crashes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; runtimecore.dll!std::vector&amp;lt;int,class std::allocator&amp;lt;int&amp;gt; &amp;gt;::_Emplace_reallocate&amp;lt;int &amp;amp;&amp;gt;(int * const,int &amp;amp;) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Map_renderer::Labelable::label_class_ids(void) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Map_renderer::Dynamic_layer_current::update_entities_(class std::vector&amp;lt;class Esri_runtimecore::Geometry::Envelope_2D,class std::allocator&amp;lt;class Esri_runtimecore::Geometry::Envelope_2D&amp;gt; &amp;gt; const &amp;amp;) Unknown&lt;BR /&gt; runtimecore.dll!&amp;lt;lambda&amp;gt;(void)() Unknown&lt;BR /&gt; runtimecore.dll!std::_Func_impl_no_alloc&amp;lt;&amp;lt;lambda_afe6e24629c3913758f1a9575b5fdf4f&amp;gt;,unsigned char&amp;gt;::_Do_call() Unknown&lt;BR /&gt; runtimecore.dll!pplx::task&amp;lt;unsigned char&amp;gt;::_InitialTaskHandle&amp;lt;void,&amp;lt;lambda&amp;gt;(void),pplx::details::_TypeSelectorNoAsync&amp;gt;::_LogWorkItemAndInvokeUserLambda&amp;lt;std::function&amp;lt;unsigned char __cdecl(void)&amp;gt;&amp;gt;() Unknown&lt;BR /&gt; runtimecore.dll!pplx::task&amp;lt;unsigned char&amp;gt;::_InitialTaskHandle&amp;lt;void,&amp;lt;lambda&amp;gt;(void),pplx::details::_TypeSelectorNoAsync&amp;gt;::_Init() Unknown&lt;BR /&gt; runtimecore.dll!pplx::details::_PPLTaskHandle&amp;lt;unsigned char,pplx::task&amp;lt;unsigned char&amp;gt;::_InitialTaskHandle&amp;lt;void,&amp;lt;lambda&amp;gt;(void),pplx::details::_TypeSelectorNoAsync&amp;gt;,pplx::details::_TaskProcHandle&amp;gt;::invoke() Unknown&lt;BR /&gt; runtimecore.dll!pplx::details::_TaskProcHandle::_RunChoreBridge(void *) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Common::Core_scheduler::invoke_(struct Esri_runtimecore::Common::Core_scheduler::Queued_proc *) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Common::Core_scheduler::Queued_proc::invoke(void) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Common::Core_scheduler::bridge_proc_(void *) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Common::Windows_Threadpool_scheduler::Scheduler_param::work_callback(struct _TP_CALLBACK_INSTANCE *,void *,struct _TP_WORK *) Unknown&lt;BR /&gt; ntdll.dll!00007ff9ddaa849c() Unknown&lt;BR /&gt; ntdll.dll!00007ff9ddaa6a29() Unknown&lt;BR /&gt; kernel32.dll!00007ff9dba14034() Unknown&lt;BR /&gt; ntdll.dll!00007ff9ddaf3691() Unknown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not being an expect in the depths of the ArcGIS Runtime, I suspect the issue lies in the following area:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; runtimecore.dll!std::vector&amp;lt;int,class std::allocator&amp;lt;int&amp;gt; &amp;gt;::_Emplace_reallocate&amp;lt;int &amp;amp;&amp;gt;(int * const,int &amp;amp;) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Map_renderer::Labelable::label_class_ids(void) Unknown&lt;BR /&gt; runtimecore.dll!Esri_runtimecore::Map_renderer::Dynamic_layer_current::update_entities_(class std::vector&amp;lt;class Esri_runtimecore::Geometry::Envelope_2D,class std::allocator&amp;lt;class Esri_runtimecore::Geometry::Envelope_2D&amp;gt; &amp;gt; const &amp;amp;) Unknown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to assist with pointing us in the direction of what ArcGIS Runtime calls from the API we'd need to focus in on? (maybe &lt;A href="https://developers.arcgis.com/net/10-2/store/api-reference/html/T_Esri_ArcGISRuntime_Layers_DynamicLayer.htm" style="color: #03697a; text-decoration: none;"&gt;Esri.ArcGISRuntime.Layers&lt;SPAN&gt;.&lt;/SPAN&gt;DynamicLayer&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 23:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255853#M3011</guid>
      <dc:creator>BryanWilson</dc:creator>
      <dc:date>2019-10-14T23:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255854#M3012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the additional info.&amp;nbsp;The `Dynamic_layer_current` mentioned above refers to&amp;nbsp;the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_UI_GraphicsRenderingMode.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_UI_GraphicsRenderingMode.htm"&gt;GraphicsRenderingMode Enumeration&lt;/A&gt;&amp;nbsp;or &lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_FeatureRenderingMode.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_FeatureRenderingMode.htm"&gt;FeatureRenderingMode Enumeration&lt;/A&gt;. The call stack appears to stop during some logic relating to labeling.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you written any code specifically relating to labeling and label classes of GraphicsOverlays or&amp;nbsp;FeatureLayers? If so are you able to share that as a standalone reproducer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, perhaps your code is opening mobile or web maps that contain layers with labels. In which case, are you able to share details of those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 00:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255854#M3012</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-10-15T00:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255855#M3013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Runtime life cycle status:&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/Products/Developers/native-runtime-sdks/arcgis-runtime-sdk-for-dotNET/100-4#overview" title="https://support.esri.com/en/Products/Developers/native-runtime-sdks/arcgis-runtime-sdk-for-dotNET/100-4#overview"&gt;Esri Support ArcGIS Runtime SDK for .NET 100.4&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 00:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255855#M3013</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-10-15T00:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255856#M3014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some good news - the native call stack you provided&amp;nbsp;enabled colleagues on our labeling / rendering teams to identify an area of code that should be protected during multi-threaded access. A candidate fix has been proposed, reviewed, and merged into our development branch. All being well, it should be included in the upcoming 100.7 release in late-Q4 2019 / early-Q1 2020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 12:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255856#M3014</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-10-15T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255857#M3015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is good news - pleased we can help identify a bug &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;.&amp;nbsp; So for our LoB application we're doing a couple of things - we've got two builds running in debug mode, one with&amp;nbsp;FeatureLayers related code disabled and one with&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;GraphicsOverlays&lt;SPAN&gt;&amp;nbsp;relate code disabled.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Overnight the build with&amp;nbsp;GraphicsOverlays&lt;SPAN&gt;&amp;nbsp;related code disabled didn't crash and the build with the&amp;nbsp;FeatureLayers&amp;nbsp;disabled did crash overnight with the same issue.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;We're now focusing on which specific&amp;nbsp;GraphicsOverlays&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;layer - we have 4 being used in our app, other Fire Appliance(s) position, Buildings, Route Line (network dataset), current Location Marker &amp;amp; Destination Marker).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: #ffffff; "&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: #ffffff; "&gt;If we're able to pin point a specific&amp;nbsp;GraphicsOverlays which is giving us the trouble we can then possibly look at workarounds? - with respects to the future fix, is there a chance of a hotfix?&amp;nbsp; If not and we can't do a workaround we'll need to drop back to 100.4 (assuming 100.5 has this same issue).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: #ffffff; "&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN style="background-color: transparent;"&gt;Appreciate&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: #ffffff; "&gt;&amp;nbsp;your help on this matter.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Bryan&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 19:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255857#M3015</guid>
      <dc:creator>BryanWilson</dc:creator>
      <dc:date>2019-10-15T19:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Application randomly crashed using the run time version 100.5 and 100.6</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255858#M3016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to get the dump file and loaded in Visual Studio.&amp;nbsp; Here is the stack trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[External Code] &lt;BR /&gt; [Managed to Native Transition] &lt;BR /&gt; Esri.ArcGISRuntime.dll!RuntimeCoreNet.GeneratedWrappers.CoreVector.Remove(long position) Unknown&lt;BR /&gt; Esri.ArcGISRuntime.dll!Esri.ArcGISRuntime.RuntimeCollection&amp;lt;System.__Canon&amp;gt;.ExecuteActionWithUndo(System.Collections.Generic.Stack&amp;lt;System.Action&amp;gt; undoStack, System.Action action, System.Action undoAction) Unknown&lt;BR /&gt; Esri.ArcGISRuntime.dll!Esri.ArcGISRuntime.RuntimeCollection&amp;lt;Esri.ArcGISRuntime.UI.Graphic&amp;gt;.SetItem(int index, Esri.ArcGISRuntime.UI.Graphic item) Unknown&lt;BR /&gt; Esri.ArcGISRuntime.dll!Esri.ArcGISRuntime.RuntimeObservableCollection&amp;lt;Esri.ArcGISRuntime.UI.Graphic&amp;gt;.SetItem(int index, Esri.ArcGISRuntime.UI.Graphic item) Unknown&lt;BR /&gt;&amp;gt; CadMap.exe!WpfCadMap.WpfMapControl.AddGraphicsOverlay(WpfCadMap.CfsMasterList itm, Esri.ArcGISRuntime.UI.GraphicsOverlay gpOverlay, string symbolPath) Line 2930 C#&lt;BR /&gt; CadMap.exe!WpfCadMap.WpfMapControl.AddGraphicsOverlay(WpfCadMap.CfsMasterList itm) Line 2746 C#&lt;BR /&gt; CadMap.exe!WpfCadMap.WpfMapControl.PlotAvlDisconnectList() Line 3113 C#&lt;BR /&gt; CadMap.exe!WpfCadMap.WpfMapControl.GeoCodeCfsMasterList() Line 2348 C#&lt;BR /&gt; CadMap.exe!WpfCadMap.WpfMapControl.DrawMapPoint() Line 1601 C#&lt;BR /&gt; CadMap.exe!WpfCadMap.WpfMapControl.MapRefreshChangedWorker_RunWorkerCompleted(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e) Line 355 C#&lt;BR /&gt; System.dll!System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() Unknown&lt;BR /&gt; WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(object obj) Unknown&lt;BR /&gt; mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown&lt;BR /&gt; mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown&lt;BR /&gt; mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown&lt;BR /&gt; WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown&lt;BR /&gt; WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown&lt;BR /&gt; WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown&lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown&lt;BR /&gt; WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown&lt;BR /&gt; [Native to Managed Transition] &lt;BR /&gt; [External Code] &lt;BR /&gt; [Managed to Native Transition] &lt;BR /&gt; WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown&lt;BR /&gt; PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) Unknown&lt;BR /&gt; PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) Unknown&lt;BR /&gt; CadMap.exe!WpfCadMap.App.Main() Unknown&lt;BR /&gt; [Native to Managed Transition] &lt;BR /&gt; [External Code] &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 18:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/application-randomly-crashed-using-the-run-time/m-p/255858#M3016</guid>
      <dc:creator>StevenLam1</dc:creator>
      <dc:date>2019-11-12T18:56:27Z</dc:date>
    </item>
  </channel>
</rss>

