Reporter | Serge Baltic (baltic) |
---|---|
Created | Apr 10, 2012 11:54:07 PM |
Updated | Apr 11, 2012 12:02:03 AM |
Resolved | Apr 11, 2012 12:02:02 AM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Duplicate |
Assignee | Serge Baltic (baltic) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 7.0 Version=7.0.0.0, Built=2012-04-09T14:21:41, Configuration=“Csharp InternalMode Vbnet VS1000”
Safe handle has been closed
--- EXCEPTION #1/2 [ObjectDisposedException]
Message = “Safe handle has been closed”
ExceptionPath = Root.InnerException
ClassName = System.ObjectDisposedException
HResult = COR_E_OBJECTDISPOSED=80131622
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Safe handle has been closed”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = xaml
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Safe handle has been closed
--- EXCEPTION #1/2 [ObjectDisposedException]
Message = “Safe handle has been closed”
ExceptionPath = Root.InnerException
ClassName = System.ObjectDisposedException
HResult = COR_E_OBJECTDISPOSED=80131622
Source = mscorlib
StackTraceString = “
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef(Boolean& success) at System.StubHelpers.StubHelpers.SafeHandleAddRef(SafeHandle pHandle, Boolean& success) at Microsoft.Win32.UnsafeNativeMethods.ReadFile(SafePipeHandle handle, Byte* bytes, Int32 numBytesToRead, IntPtr numBytesRead_mustBeZero, NativeOverlapped* overlapped) at System.IO.Pipes.PipeStream.ReadFileNative(SafePipeHandle handle, Byte[] buffer, Int32 offset, Int32 count, NativeOverlapped* overlapped, Int32& hr) at System.IO.Pipes.PipeStream.BeginReadCore(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) at System.IO.Pipes.PipeStream.BeginRead(Byte[] buffer, Int32 offset, Int32 count, AsyncCallback callback, Object state) at JetBrains.Util.NamedPipes.AsyncMessageStreamReader.OnBeginReadCompleted(IAsyncResult ar) in w:\ReShuX2\Platform\src\Util\src\NamedPipes\AsyncMessageStreamReader.cs:line 199
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Safe handle has been closed”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = xaml
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.NamedPipes.AsyncMessageStreamReader.OnBeginReadCompleted(IAsyncResult ar) in w:\ReShuX2\Platform\src\Util\src\NamedPipes\AsyncMessageStreamReader.cs:line 209 at System.IO.Pipes.PipeStream.AsyncPSCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)