Reporter | Slava Trenogin (derigel) |
---|---|
Created | Mar 2, 2012 8:46:28 PM |
Updated | Mar 2, 2012 8:52:26 PM |
Resolved | Mar 2, 2012 8:52:22 PM |
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 Branch Build “default” Version=7.0.0.237, Built=2012-03-01T08:00:10, Configuration=“Csharp InternalMode Vbnet VS1000”
Cannot access a closed pipe.
--- EXCEPTION #1/2 [ObjectDisposedException]
Message = “Cannot access a closed pipe.”
ExceptionPath = Root.InnerException
ClassName = System.ObjectDisposedException
HResult = COR_E_OBJECTDISPOSED=80131622
Source = System.Core
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Cannot access a closed pipe.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Cannot access a closed pipe.
--- EXCEPTION #1/2 [ObjectDisposedException]
Message = “Cannot access a closed pipe.”
ExceptionPath = Root.InnerException
ClassName = System.ObjectDisposedException
HResult = COR_E_OBJECTDISPOSED=80131622
Source = System.Core
StackTraceString = “
at System.IO.__Error.PipeNotOpen() at System.IO.Pipes.PipeStream.get_IsMessageComplete() at JetBrains.Util.NamedPipes.AsyncServerPipeMessageReader.<>c__DisplayClass2.<.ctor>b__0() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\NamedPipes\AsyncServerPipeMessageReader.cs:line 35 at JetBrains.Util.NamedPipes.AsyncMessageStreamReader.FireMessageReceivedIfComplete(Int32 nBytesInCurrentChunk) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\NamedPipes\AsyncMessageStreamReader.cs:line 148 at JetBrains.Util.NamedPipes.AsyncMessageStreamReader.OnBeginReadCompleted(IAsyncResult ar) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\NamedPipes\AsyncMessageStreamReader.cs:line 193
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Cannot access a closed pipe.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
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 System.IO.Pipes.PipeStream.AsyncPSCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)