Visual Studio 2012 Freezes with ReSharper 7.1 assembly in call stack
Vstudio 2012 / RS 7.1.3 / TC 8.0.6
Now and then Vstudio totally freezes and I must kill process to be able to work. Before killing it though, I attached devstudio and inspecting the main thread (which was using the cpu) it has a call stack like below which to mee seems like a recursion gone wrong somewhere? Is this a known issue and if so is it resolved in future versions?
Thanks.
[Managed to Native Transition]
> JetBrains.Platform.ReSharper.Util.dll!JetBrains.UI.Interop.WindowsHook.CoreHookProc(int code, System.IntPtr wParam, System.IntPtr lParam) + 0xbf bytes
[Native to Managed Transition]
[Managed to Native Transition]
JetBrains.Platform.TeamCity.Util.dll!JetBrains.UI.Interop.WindowsHook.CoreHookProc(int code, System.IntPtr wParam, System.IntPtr lParam) + 0xbf bytes
[Native to Managed Transition]
[Managed to Native Transition]
JetBrains.Platform.TeamCity.Util.dll!JetBrains.UI.Interop.WindowsHook.CoreHookProc(int code, System.IntPtr wParam, System.IntPtr lParam) + 0xbf bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0xcf bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes
Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes
PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes
WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
Please sign in to leave a comment.
Another freeze today but with a different callstack (no TeamCity to be seen this time). Unfortunately I did not log this vstudio session:
Another freeze today as well with ReSharper in callstack.This time with another call path as seen below. I was using RS cleanup and the "Resharper Code Cleanup" Window is currently in a "not responding" state according to Windows.
(Related issue in youtrack: http://youtrack.jetbrains.com/issue/NP-1053 )
Even though I have given up to receive any feedback from Jetbrains here is another vstudio2012 freeze callstack (JS infinite loop this time it seems), still using vs2012 and RS 7.1:
Hello,
Please try installing ReSharper 9.0 EAP http://confluence.jetbrains.com/display/ReSharper/ReSharper+9.0+EAP and check the issue there.
Thanks!
Running RS 9 now on vsrtudio 2013 and experiencing heavy freezes/lags when editing cshtml files.
Example of callstack of main thread while studio is unresponsive:
> JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseExpressionOrInitializerPart(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parsePropertyInitializer() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseMemberInitializer() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseMemberInitializerAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseInitializerAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeNodeType nodeType, JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.InitializerElementParseFunction parseElement, JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.ErrorHandle handleError) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseObjectInitializer() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseCreationExpressionInitializer() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseObjectCreationExpressionAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result, JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement newKeyword, JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement t) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parsePrimaryExpression() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseUnaryExpression() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionMul() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionAdd() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionShift() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionRel() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionAsIs() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionEqu() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionAnd() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionEor() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionIor() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionCand() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionCor() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionNullC() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionCondOrAssn() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseCSharpExpression() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseExpressionInitializer() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseVariableInitializer() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseLocalVariableDeclaration() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseMultipleLocalVariableDeclaration() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseDeclarationStatement() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseDeclarationOrExpressionOrLabelStatement(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseStatementAuxInternal(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseStatementAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseBlockInternal() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseBlock() Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseEmbeddedStatementNoIdentifier(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseStatementAuxInternal(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseStatementAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.ParseStatement() Unknown
JetBrains.ReSharper.Feature.Services.CSharp.dll!JetBrains.ReSharper.Feature.Services.CSharp.CodeCompletion.CSharpReparseContext.Parse(string addedText) Unknown
JetBrains.ReSharper.LiveTemplates.CSharp.dll!JetBrains.ReSharper.LiveTemplates.CSharp.Scope.CSharpScopeProvider.TestNode<JetBrains.ReSharper.Psi.CSharp.Tree.IMethodDeclaration>(JetBrains.ReSharper.Feature.Services.CSharp.CodeCompletion.CSharpReparseContext context, string text, bool strictStart) Unknown
JetBrains.ReSharper.LiveTemplates.CSharp.dll!JetBrains.ReSharper.LiveTemplates.CSharp.Scope.CSharpScopeProvider.ProvideScopePoints() Unknown
System.Core.dll!System.Linq.Enumerable.SelectManyIterator<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.IScopeProvider,JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint>(System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.IScopeProvider> source, System.Func<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.IScopeProvider,System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint>> selector) Line 423 C#
mscorlib.dll!System.Collections.Generic.List<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint>.List(System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint> collection) Line 105 C#
JetBrains.ReSharper.Feature.Services.dll!JetBrains.ReSharper.Feature.Services.LiveTemplates.LiveTemplates.LiveTemplatesManager.GetTemplatesInternal() Unknown
System.Core.dll!System.Linq.Enumerable.FirstOrDefault<JetBrains.ReSharper.Feature.Services.LiveTemplates.Templates.Template>(System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Templates.Template> source, System.Func<JetBrains.ReSharper.Feature.Services.LiveTemplates.Templates.Template,bool> predicate) Line 959 C#
JetBrains.ReSharper.LiveTemplates.dll!JetBrains.ReSharper.LiveTemplates.Execution.LiveTemplateTracker.CheckEditor(JetBrains.TextControl.ITextControl textControl) Unknown
JetBrains.ReSharper.LiveTemplates.dll!JetBrains.ReSharper.LiveTemplates.Execution.LiveTemplateTracker.TypingHandler.JetBrains.ReSharper.Psi.IAsyncCommitClient.BeforeCommit.AnonymousMethod__5() Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.Commit.AnonymousMethod__1() Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Files.PsiFiles.CommitAllDocumentsAsync(System.Action success, System.Action interrupted) Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.Commit(System.Collections.Generic.HashSet<JetBrains.ReSharper.Psi.IAsyncCommitClient> clients) Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.OnAlarm.AnonymousMethod__0() Unknown
JetBrains.Platform.Shell.dll!JetBrains.Application.IShellLocksEx.TryExecuteWithReadLock(JetBrains.Application.IShellLocks thіs, System.Action F) Unknown
JetBrains.ReSharper.Resources.dll!JetBrains.ReSharper.Resources.Shell.ReadLockCookie.TryExecute(System.Action action) Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.OnAlarm() Unknown
JetBrains.Platform.Util.dll!JetBrains.Util.Concurrency.GroupingEventHostEx.QueueAtShort.AnonymousMethod__1() Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEvent.Execute() Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.ExecuteExpiredEvents() Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.OnClockTimerTick.AnonymousMethod__4() Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.ReentrancyGuard.Execute(string name, System.Action action) Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(string name, System.Action action) Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.OnClockTimerTick() Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.ClockTimer.OnTimerTick(object sender, System.EventArgs e) Unknown
System.Windows.Forms.dll!System.Windows.Forms.Timer.OnTick(System.EventArgs e) Unknown
System.Windows.Forms.dll!System.Windows.Forms.Timer.TimerNativeWindow.WndProc(ref System.Windows.Forms.Message m) Unknown
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DebuggableCallback(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) Unknown
Hello
Please follow the instructions described in the item 7 here http://resharper-support.jetbrains.com/entries/24083148-Visual-Studio-with-ReSharper-is-slow to collect a performance snapshot of the issue and send it to us.
By the way, are you able to send us the problem solution or have a chance to reproduce the issue in a sample demo one?
Thanks!
Ok I will put it on my todo-stack and get back to you if I can repro it sooner or later depending on workload.
Thanks.