<?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 ArcGIS Pro 2.3.2 always crashes on exit and intermittently during use in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-3-2-always-crashes-on-exit-and/m-p/87055#M3601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently purchased a new Alienware 17 R5 "gaming" laptop to use as a mobile workstation due to the higher end CPU and GPU as compared to most off the shelf mobile workstations.&amp;nbsp; I have been getting constant crashes from ArcGIS Pro that I do not get on my Lenovo P1 laptop.&amp;nbsp; They are the same generation graphics and CPU.&amp;nbsp; Tried uninstalling and reinstalling, going to the more stable graphics driver path and have updated all drivers and firmware on the system.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows 10 Pro for Workstations Build 1903&lt;/P&gt;&lt;P&gt;Intel Core i9-8950HK CPU&lt;/P&gt;&lt;P&gt;32GB DDR4 RAM&lt;/P&gt;&lt;P&gt;Nvidia GTX1070 GPU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error as recorded in the Windows Event Viewer is below and the dump file is attached.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application: ArcGISPro.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.ArgumentOutOfRangeException&lt;BR /&gt; at System.Windows.Controls.ItemCollection.GetItemAt(Int32)&lt;BR /&gt; at System.Windows.Controls.VirtualizedCellInfoCollection.Contains(System.Windows.Controls.DataGridCell)&lt;BR /&gt; at System.Windows.Controls.DataGridCell.PrepareCell(System.Object, System.Windows.Controls.DataGridRow, Int32)&lt;BR /&gt; at System.Windows.Controls.Primitives.DataGridCellsPresenter.PrepareContainerForItemOverride(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.PrepareItemContainer(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnItemReplaced(System.Object, System.Object, Int32)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(System.Object, System.EventArgs)&lt;BR /&gt; at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(System.Object, System.EventArgs)&lt;BR /&gt; at System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Data.ListCollectionView.ProcessCollectionChangedWithAdjustedIndex(System.Collections.Specialized.NotifyCollectionChangedEventArgs, Int32, Int32)&lt;BR /&gt; at System.Windows.Controls.MultipleCopiesCollection.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Controls.MultipleCopiesCollection.set_CopiedItem(System.Object)&lt;BR /&gt; at System.Windows.Controls.Primitives.DataGridCellsPresenter.OnItemChanged(System.Object, System.Object)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.OnItemChanged(System.Object, System.Object)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.NotifyPropertyChanged(System.Windows.DependencyObject, System.String, System.Windows.DependencyPropertyChangedEventArgs, System.Windows.Controls.DataGridNotificationTarget)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.OnNotifyRowPropertyChanged(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)&lt;BR /&gt; at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)&lt;BR /&gt; at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.ClearRow(System.Windows.Controls.DataGrid)&lt;BR /&gt; at ArcGIS.Desktop.Editing.TableDataGrid.ClearContainerForItemOverride(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.ClearContainerForItem(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.UnlinkContainerFromItem(System.Windows.DependencyObject, System.Object, MS.Internal.Controls.IGeneratorHost)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.RemoveAllInternal(Boolean)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnRefresh()&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(System.Object, System.EventArgs)&lt;BR /&gt; at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Controls.ItemCollection.RefreshOverride()&lt;BR /&gt; at System.Windows.Data.CollectionView.RefreshInternal()&lt;BR /&gt; at ArcGIS.Desktop.Editing.TableDataGrid.HandleHasNewRowChanged()&lt;BR /&gt; at ArcGIS.Desktop.Editing.TableDataGrid.OnHasNewRowChanged(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)&lt;BR /&gt; at System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty, Boolean)&lt;BR /&gt; at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean)&lt;BR /&gt; at System.Windows.Data.BindingExpression.TransferValue(System.Object, Boolean)&lt;BR /&gt; at MS.Internal.Data.ClrBindingWorker.NewValueAvailable(Boolean, Boolean, Boolean)&lt;BR /&gt; at MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32, System.ComponentModel.ICollectionView, System.Object, Boolean)&lt;BR /&gt; at MS.Internal.Data.ClrBindingWorker.OnSourcePropertyChanged(System.Object, System.String)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.ComponentModel.PropertyChangedEventManager.OnPropertyChanged(System.Object, System.ComponentModel.PropertyChangedEventArgs)&lt;BR /&gt; at System.ComponentModel.PropertyChangedEventHandler.Invoke(System.Object, System.ComponentModel.PropertyChangedEventArgs)&lt;BR /&gt; at ArcGIS.Desktop.Internal.Editing.TableControlCoreViewModel+&amp;lt;&amp;gt;c__DisplayClass686_0.&amp;lt;UpdateIsEditableAsync&amp;gt;b__0()&lt;BR /&gt; at ArcGIS.Desktop.Internal.Mapping.Utilities.StartOnUIThread(System.Action)&lt;BR /&gt; at ArcGIS.Desktop.Internal.Editing.TableControlCoreViewModel+&amp;lt;UpdateIsEditableAsync&amp;gt;d__686.MoveNext()&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt; at ArcGIS.Desktop.Internal.Editing.TableControlCoreViewModel+&amp;lt;OnEditSessionChanged&amp;gt;d__685.MoveNext()&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&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 &amp;lt;Module&amp;gt;.main(System.String[])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2019 00:28:55 GMT</pubDate>
    <dc:creator>DreagonGilley</dc:creator>
    <dc:date>2019-05-03T00:28:55Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.3.2 always crashes on exit and intermittently during use</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-3-2-always-crashes-on-exit-and/m-p/87055#M3601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently purchased a new Alienware 17 R5 "gaming" laptop to use as a mobile workstation due to the higher end CPU and GPU as compared to most off the shelf mobile workstations.&amp;nbsp; I have been getting constant crashes from ArcGIS Pro that I do not get on my Lenovo P1 laptop.&amp;nbsp; They are the same generation graphics and CPU.&amp;nbsp; Tried uninstalling and reinstalling, going to the more stable graphics driver path and have updated all drivers and firmware on the system.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows 10 Pro for Workstations Build 1903&lt;/P&gt;&lt;P&gt;Intel Core i9-8950HK CPU&lt;/P&gt;&lt;P&gt;32GB DDR4 RAM&lt;/P&gt;&lt;P&gt;Nvidia GTX1070 GPU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error as recorded in the Windows Event Viewer is below and the dump file is attached.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application: ArcGISPro.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.ArgumentOutOfRangeException&lt;BR /&gt; at System.Windows.Controls.ItemCollection.GetItemAt(Int32)&lt;BR /&gt; at System.Windows.Controls.VirtualizedCellInfoCollection.Contains(System.Windows.Controls.DataGridCell)&lt;BR /&gt; at System.Windows.Controls.DataGridCell.PrepareCell(System.Object, System.Windows.Controls.DataGridRow, Int32)&lt;BR /&gt; at System.Windows.Controls.Primitives.DataGridCellsPresenter.PrepareContainerForItemOverride(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.PrepareItemContainer(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnItemReplaced(System.Object, System.Object, Int32)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(System.Object, System.EventArgs)&lt;BR /&gt; at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(System.Object, System.EventArgs)&lt;BR /&gt; at System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Data.ListCollectionView.ProcessCollectionChangedWithAdjustedIndex(System.Collections.Specialized.NotifyCollectionChangedEventArgs, Int32, Int32)&lt;BR /&gt; at System.Windows.Controls.MultipleCopiesCollection.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Controls.MultipleCopiesCollection.set_CopiedItem(System.Object)&lt;BR /&gt; at System.Windows.Controls.Primitives.DataGridCellsPresenter.OnItemChanged(System.Object, System.Object)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.OnItemChanged(System.Object, System.Object)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.NotifyPropertyChanged(System.Windows.DependencyObject, System.String, System.Windows.DependencyPropertyChangedEventArgs, System.Windows.Controls.DataGridNotificationTarget)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.OnNotifyRowPropertyChanged(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)&lt;BR /&gt; at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)&lt;BR /&gt; at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)&lt;BR /&gt; at System.Windows.Controls.DataGridRow.ClearRow(System.Windows.Controls.DataGrid)&lt;BR /&gt; at ArcGIS.Desktop.Editing.TableDataGrid.ClearContainerForItemOverride(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.ClearContainerForItem(System.Windows.DependencyObject, System.Object)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.UnlinkContainerFromItem(System.Windows.DependencyObject, System.Object, MS.Internal.Controls.IGeneratorHost)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.RemoveAllInternal(Boolean)&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnRefresh()&lt;BR /&gt; at System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.Windows.WeakEventManager.DeliverEvent(System.Object, System.EventArgs)&lt;BR /&gt; at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(System.Object, System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)&lt;BR /&gt; at System.Windows.Controls.ItemCollection.RefreshOverride()&lt;BR /&gt; at System.Windows.Data.CollectionView.RefreshInternal()&lt;BR /&gt; at ArcGIS.Desktop.Editing.TableDataGrid.HandleHasNewRowChanged()&lt;BR /&gt; at ArcGIS.Desktop.Editing.TableDataGrid.OnHasNewRowChanged(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)&lt;BR /&gt; at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)&lt;BR /&gt; at System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty, Boolean)&lt;BR /&gt; at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean)&lt;BR /&gt; at System.Windows.Data.BindingExpression.TransferValue(System.Object, Boolean)&lt;BR /&gt; at MS.Internal.Data.ClrBindingWorker.NewValueAvailable(Boolean, Boolean, Boolean)&lt;BR /&gt; at MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32, System.ComponentModel.ICollectionView, System.Object, Boolean)&lt;BR /&gt; at MS.Internal.Data.ClrBindingWorker.OnSourcePropertyChanged(System.Object, System.String)&lt;BR /&gt; at System.Windows.WeakEventManager+ListenerList`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DeliverEvent(System.Object, System.EventArgs, System.Type)&lt;BR /&gt; at System.ComponentModel.PropertyChangedEventManager.OnPropertyChanged(System.Object, System.ComponentModel.PropertyChangedEventArgs)&lt;BR /&gt; at System.ComponentModel.PropertyChangedEventHandler.Invoke(System.Object, System.ComponentModel.PropertyChangedEventArgs)&lt;BR /&gt; at ArcGIS.Desktop.Internal.Editing.TableControlCoreViewModel+&amp;lt;&amp;gt;c__DisplayClass686_0.&amp;lt;UpdateIsEditableAsync&amp;gt;b__0()&lt;BR /&gt; at ArcGIS.Desktop.Internal.Mapping.Utilities.StartOnUIThread(System.Action)&lt;BR /&gt; at ArcGIS.Desktop.Internal.Editing.TableControlCoreViewModel+&amp;lt;UpdateIsEditableAsync&amp;gt;d__686.MoveNext()&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)&lt;BR /&gt; at ArcGIS.Desktop.Internal.Editing.TableControlCoreViewModel+&amp;lt;OnEditSessionChanged&amp;gt;d__685.MoveNext()&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&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 &amp;lt;Module&amp;gt;.main(System.String[])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 00:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-3-2-always-crashes-on-exit-and/m-p/87055#M3601</guid>
      <dc:creator>DreagonGilley</dc:creator>
      <dc:date>2019-05-03T00:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.3.2 always crashes on exit and intermittently during use</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-3-2-always-crashes-on-exit-and/m-p/1113667#M47458</link>
      <description>&lt;P&gt;Does for me too.&amp;nbsp; Just received a brand new laptop with the i9 gen 11 and it crashes all the time.&lt;/P&gt;&lt;P&gt;Operating System&lt;BR /&gt;Windows 10 Pro 64-bit&lt;BR /&gt;CPU&lt;BR /&gt;Intel Core i9 @ 2.60GHz 63 °C&lt;BR /&gt;Tiger Lake 10nm Technology&lt;BR /&gt;RAM&lt;BR /&gt;31.0GB&lt;BR /&gt;Motherboard&lt;BR /&gt;Dell Inc. 01C06K (U3E1)&lt;BR /&gt;Graphics&lt;BR /&gt;VN279 (1920x1080@60Hz)&lt;BR /&gt;VN279 (1920x1080@60Hz)&lt;BR /&gt;Intel UHD Graphics (Dell)&lt;BR /&gt;4095MB NVIDIA T1200 Laptop GPU (Dell) 48 °C&lt;BR /&gt;SLI Disabled&lt;BR /&gt;Storage&lt;BR /&gt;953GB NVMe Micron 2300 NVMe 1024GB (RAID (SSD))&lt;BR /&gt;Optical Drives&lt;BR /&gt;No optical disk drives detected&lt;BR /&gt;Audio&lt;BR /&gt;Intel Smart Sound Technology for USB Audio&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 16:18:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-3-2-always-crashes-on-exit-and/m-p/1113667#M47458</guid>
      <dc:creator>SavageTrimble</dc:creator>
      <dc:date>2021-11-03T16:18:32Z</dc:date>
    </item>
  </channel>
</rss>

