Reporter | Sergey Coox (coox) |
---|---|
Created | Oct 12, 2010 5:04:10 PM |
Updated | Apr 11, 2012 12:02:01 AM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Serge Baltic (baltic) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
6.0 EAP Version=6.0.2008.9, Built=2010-10-12T12:36:02, 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 = cs
Data.VsVersion = 10.0.30319.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 c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\NamedPipes\AsyncMessageStreamReader.cs:line 189
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Safe handle has been closed”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.VsVersion = 10.0.30319.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.NamedPipes.AsyncMessageStreamReader.OnBeginReadCompleted(IAsyncResult ar) in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\NamedPipes\AsyncMessageStreamReader.cs:line 199 at System.IO.Pipes.PipeStream.AsyncPSCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)