Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Crash in VaCodeWindowMargin while debugging C++
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

andrewf
New Member

USA
3 Posts

Posted - Dec 11 2017 :  9:33:23 PM  Show Profile  Reply with Quote
Just installed public version VS2017 15.5.1 and VA 2238. devenv is consistently crashing when I am debugging native C++ code and stepping in and out of functions. Looks like VA is trying to create some window. From the callstack:

WholeTomatoSoftware.VisualAssist.NavBar.VaCodeWindowMargin.a
WholeTomatoSoftware.VisualAssist.NavBar.VaCodeWindowMargin.BuildWindow

Is this the Win 10 Fall Creator edition bug with CreateWindowEx() that this page is talking about: https://www.wholetomato.com/downloads/default.asp ?

I can disable VA until there is a fix but I was hoping there is a cheaper workaround (while VA is enabled)

---

System info and callstack are below. 2.6G .DMP file is available on demand.

---
License: Microsoft Office Team 0185 (1-user license) Support ends 2018.06.24
VA_X.dll file version 10.9.2238.2 built 2017.11.10
DevEnv.exe version 15.0.27130.2003 Enterprise
msenv.dll version 15.0.27130.2003
Comctl32.dll version 6.10.16299.98
Windows 10 10.0 Build 16299.98

---

Callstack:

[External Code] Annotated Frame
[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] Annotated Frame
[Managed to Native Transition] Annotated Frame
> mscorlib.dll!System.Threading.Thread.Sleep(int millisecondsTimeout) Line 725 C# Symbols loaded.
mscorlib.dll!System.Threading.Thread.Sleep(System.TimeSpan timeout) Line 735 C# Symbols loaded.
VaMef.dll!WholeTomatoSoftware.VisualAssist.NavBar.VaCodeWindowMargin.a(System.IntPtr A_0) Unknown No symbols loaded.
VaMef.dll!WholeTomatoSoftware.VisualAssist.NavBar.VaCodeWindowMargin.BuildWindowCore(System.Runtime.InteropServices.HandleRef hwndParent) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Interop.HwndHost.BuildWindow(System.Runtime.InteropServices.HandleRef hwndParent) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Interop.HwndHost.BuildOrReparentWindow() Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Interop.HwndHost.OnSourceChanged(object sender, System.Windows.SourceChangedEventArgs e) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.SourceChangedEventArgs.InvokeEventHandler(System.Delegate genericHandler, object genericTarget) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs e) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.PresentationSource.UpdateSourceOfElement(System.Windows.DependencyObject doTarget, System.Windows.DependencyObject doAncestor, System.Windows.DependencyObject doOldParent) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.PresentationSource.OnVisualAncestorChanged(System.Windows.DependencyObject uie, System.Windows.Media.AncestorChangedEventArgs e) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.OnVisualAncestorChanged(object sender, System.Windows.Media.AncestorChangedEventArgs e) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.Media.Visual.ProcessAncestorChangedNotificationRecursive(System.Windows.DependencyObject e, System.Windows.Media.AncestorChangedEventArgs args) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.Media.Visual.ProcessAncestorChangedNotificationRecursive(System.Windows.DependencyObject e, System.Windows.Media.AncestorChangedEventArgs args) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.Media.Visual.ProcessAncestorChangedNotificationRecursive(System.Windows.DependencyObject e, System.Windows.Media.AncestorChangedEventArgs args) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.Media.Visual.ProcessAncestorChangedNotificationRecursive(System.Windows.DependencyObject e, System.Windows.Media.AncestorChangedEventArgs args) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.Media.Visual.FireOnVisualParentChanged(System.Windows.DependencyObject oldParent) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.Media.Visual.AddVisualChild(System.Windows.Media.Visual child) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.TemplateChild.set(System.Windows.UIElement value) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.UseContentTemplate.BuildVisualTree(System.Windows.FrameworkElement container) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.StyleHelper.ApplyTemplateContent(System.Windows.UncommonField<System.Collections.Specialized.HybridDictionary[]> dataField, System.Windows.DependencyObject container, System.Windows.FrameworkElementFactory templateRoot, int lastChildIndex, System.Collections.Specialized.HybridDictionary childIndexFromChildID, System.Windows.FrameworkTemplate frameworkTemplate) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkTemplate.ApplyTemplateContent(System.Windows.UncommonField<System.Collections.Specialized.HybridDictionary[]> templateDataField, System.Windows.FrameworkElement container) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.ApplyTemplate() Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Border.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Border.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.DockPanel.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.Measure(System.Windows.Size availableSize, System.Windows.Controls.Orientation orientation, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.PlatformUI.SplitterMeasureData> measureData, bool remeasureElements) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.MeasureOverride(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.DockPanel.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.Measure(System.Windows.Size availableSize, System.Windows.Controls.Orientation orientation, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.PlatformUI.SplitterMeasureData> measureData, bool remeasureElements) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.MeasureOverride(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.DockPanel.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.Measure(System.Windows.Size availableSize, System.Windows.Controls.Orientation orientation, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.PlatformUI.SplitterMeasureData> measureData, bool remeasureElements) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.MeasureOverride(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.DockPanel.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.Measure(System.Windows.Size availableSize, System.Windows.Controls.Orientation orientation, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.PlatformUI.SplitterMeasureData> measureData, bool remeasureElements) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.SplitterPanel.MeasureOverride(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Border.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Documents.AdornerDecorator.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.WindowContentPresenter.MeasureOverride(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Window.MeasureOverrideHelper(System.Windows.Size constraint) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.Window.MeasureOverride(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) Unknown No symbols loaded.
PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.LayoutSynchronizer.Synchronize() Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.LayoutSynchronizer.LayoutSynchronizationScope.DisposeManagedResources() Unknown No symbols loaded.
Microsoft.VisualStudio.Utilities.dll!Microsoft.VisualStudio.PlatformUI.DisposableObject.Dispose(bool disposing) Unknown No symbols loaded.
Microsoft.VisualStudio.Utilities.dll!Microsoft.VisualStudio.PlatformUI.DisposableObject.Dispose() Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.View.Show() Unknown No symbols loaded.
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ShowInternal(Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ShowFlags showFlags) Unknown No symbols loaded.
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Show.AnonymousMethod__495_0() Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(System.Func<int> method, bool reportError, bool setShellErrorInfo) Unknown No symbols loaded.
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Show() Unknown No symbols loaded.
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.MarshalingWindowFrame.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame.Show.AnonymousMethod__12_0() Unknown No symbols loaded.
Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.Shell.ThreadHelper.Invoke<int>(System.Func<int> method) Unknown No symbols loaded.
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.MarshalingWindowFrame.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame.Show() Unknown No symbols loaded.
[Native to Managed Transition] Annotated Frame
vsdebug.dll!5f565198() Unknown No symbols loaded.

16 processors (x86-64, WOW64)
Language info: 1252, 0x409



Andrew

feline
Whole Tomato Software

United Kingdom
18751 Posts

Posted - Dec 12 2017 :  08:27:18 AM  Show Profile  Reply with Quote
Yes, it does look like the same crash. We are expecting a fix from Microsoft to be part of this months Patch Tuesday, so any day now, assuming you are getting and applying the updates as they are released.

Do you see any warning signs of the problem happening? I am assuming that while stepping in and out of functions you are jumping through different code files. If so, can you keep an eye out for VA failing to show its context and definition fields, which are normally shown at the top of the editor window, and are where the alt-m list appears. If you do see a "whole" appear here, instead of the expected content, this is a sign that the problem is starting to happen.

The normal advice at this point is to close and re-load the effected editor window, but this won't always work so well when debugging and stepping through. Still, is this something you can try. My Windows 10 machine is picking up a new Windows update today, when I run a check, so you may be able to go directly to the update.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000