vs hang while cut n' paste
Hi I've got a hang in R# while doing a simple Cut n' paste operation in a source file (solution around 10 projects, all dll:s except for two test exe.s).
This happened after I get my usual close solution crash (I cannot recollect the id of the bug) and restarted the vs + loaded the solution... and started typing.
Regards,
Mario
DbgClr:
> 5440 JetBrains.ReSharper.ClipboardManager.ClipboardManager.CallNext Normal 0
5560 Highest 0
2544 System.Threading.WaitHandle.WaitAny Normal 0
4504 System.Net.Sockets.Socket.ReceiveFrom Normal 0
4604 CacheUpdate System.Threading.Monitor.Wait Normal 0
5828 Normal 0
5112 Normal 0
636 Normal 0
5192 Normal 0
5972 Normal 0
5440:
> jetbrains.resharper.idecore.dll!JetBrains.ReSharper.ClipboardManager.ClipboardManager.CallNext(int msg = , int wParam = , int lParam = ) Line 61 C#
jetbrains.resharper.idecore.dll!JetBrains.ReSharper.ClipboardManager.ClipboardManager.WndProc(System.Windows.Forms.Message m = ) Line 97 + 0xffffffed bytes C#
system.windows.forms.dll!ControlNativeWindow.OnMessage(System.Windows.Forms.Message m) + 0xb bytes
system.windows.forms.dll!ControlNativeWindow.WndProc(System.Windows.Forms.Message m) + 0xbc bytes
system.windows.forms.dll!System.Windows.Forms.NativeWindow.Callback(int hWnd, int msg, int wparam, int lparam) + 0x30 bytes
jetbrains.vsaddin.dll!JetBrains.VSAddin.TextControl.VSTextControl.MyCommandFilter.Exec(System.Guid pguidCmdGroup = {System.Guid}, uint nCmdID = 15, uint nCmdexecopt = 0, int pvaIn = 0, int pvaOut = 0) Line 588 + 0x28 bytes C#
2544:
> mscorlib.dll!System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[] waitHandles, int millisecondsTimeout, bool exitContext) + 0x41 bytes
mscorlib.dll!System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[] waitHandles) + 0xd bytes
devpartner.injector.config.dll!DevPartner.Shared.Injector.Config.InjectorEventListener.WaitForInjectorEvent() + 0x60 bytes
4504:
> system.dll!System.Net.Sockets.Socket.ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) + 0x14b bytes
system.dll!System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint remoteEP) + 0x54 bytes
jetbrains.resharper.shell.dll!JetBrains.ReSharper.Shell.SocketManager.PortListenerThread.Run() Line 131 + 0xe bytes C#
4604:
>]]> mscorlib.dll!System.Threading.Monitor.Wait(System.Object obj, int millisecondsTimeout, bool exitContext) + 0x11 bytes
jetbrains.resharper.psi.dll!JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdateThread.Run() Line 76 + 0x15 bytes C#
Please sign in to leave a comment.