[219] VS2005 hang (call stack included)
VS2005 hung not long after doing a check-in in SourceSafe 2005 (but not while doing it).
Here's the callstack from the 'Main' ReSharper thread:
JetBrains.ReSharper.Util.dll!JetBrains.ReSharper.Util.Concurrency.NativeManualResetEvent.WaitOne(int timeout) + 0x10 bytes
JetBrains.ReSharper.Util.dll!JetBrains.ReSharper.Util.Concurrency.ReentrantWriterPreferenceReadWriteLock.ReaderLock.Acquire() + 0xc6 bytes
JetBrains.ReSharper.Shell.dll!JetBrains.ReSharper.Shell.UIApplicationShell.AcquireReadLock() + 0x19 bytes
JetBrains.ReSharper.Shell.dll!JetBrains.ReSharper.Shell.ReadLockCookie.Init() + 0x18 bytes
JetBrains.ReSharper.Shell.dll!JetBrains.ReSharper.Shell.ReadLockCookie.Create() + 0x24 bytes
JetBrains.ReSharper.Shell.dll!JetBrains.ReSharper.Shell.Invocator.PendingAction.Execute() + 0x1d bytes
JetBrains.ReSharper.Shell.dll!JetBrains.ReSharper.Shell.Invocator.ProcessQueue() + 0x132 bytes
mscorlib.dll!System.Delegate.DynamicInvokeImpl(object[] args) + 0x5a bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackDo(System.Windows.Forms.Control.ThreadMethodEntry tme) + 0x9d bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(object obj) + 0x6b bytes
mscorlib.dll!System.Threading.ExecutionContext.runTryCode(object userData) + 0x43 bytes
mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0xa7 bytes
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x92 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallback(System.Windows.Forms.Control.ThreadMethodEntry tme) + 0x90 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbacks() + 0xb3 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) + 0x800 bytes
System.Windows.Forms.dll!System.Windows.Forms.ScrollableControl.WndProc(ref System.Windows.Forms.Message m) + 0x45 bytes
System.Windows.Forms.dll!System.Windows.Forms.ContainerControl.WndProc(ref System.Windows.Forms.Message m) + 0x13 bytes
System.Windows.Forms.dll!System.Windows.Forms.Form.WndProc(ref System.Windows.Forms.Message m) + 0x2b6 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.OnMessage(ref System.Windows.Forms.Message m) + 0xd bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.WndProc(ref System.Windows.Forms.Message m) + 0xd6 bytes
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DebuggableCallback(System.IntPtr hWnd, int msg = 49694, System.IntPtr wparam, System.IntPtr lparam) + 0x75 bytes
Please sign in to leave a comment.
Hello Alexandre,
this problem will be fixed in the build 220, we've already noticed it ourselves.
Anyway thanks for reporting.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> JetBrains.ReSharper.Util.dll!JetBrains.ReSharper.Util.Concurrency.Nat
>> iveManualResetEvent.WaitOne(int timeout) + 0x10 bytes
>>
Is this related to the other lock up issues?
Alexandre
Hello Alexandre,
I'm afraid this is a separate issue.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"