Reporter |
![]() |
---|---|
Created | Mar 10, 2011 11:15:18 AM |
Updated | Jan 26, 2012 3:37:52 PM |
Resolved | Jan 26, 2012 3:37:52 PM |
Priority | Normal |
Type | Bug |
Fix versions | 6.1 |
State | Obsolete |
Assignee | Serge Baltic (baltic) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
System.InvalidOperationException : CompoundException: The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.
--- EXCEPTION #1/3 [InvalidOperationException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/3 [FinallyException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.DataFlow.Disposable+FinallyException
Data.CreationStackTrace = “-=[ Stack trace logging disabled. ]=-”
Data.ObjectId = SearchDeclarationsDescriptor
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #3/3 [LoggerException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
in Logger.cs: line 612
in Disposable.cs: line 275
in Disposable.cs: line 185
”
————————————————————————————————
The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.
--- EXCEPTION #1/3 [InvalidOperationException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/3 [FinallyException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.DataFlow.Disposable+FinallyException
Data.CreationStackTrace = “-=[ Stack trace logging disabled. ]=-”
Data.ObjectId = SearchDeclarationsDescriptor
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #3/3 [LoggerException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
in Logger.cs: line 612
in Disposable.cs: line 275
in Disposable.cs: line 185
”
(JetBrains.Util.Tests.CompoundException)
in TaskResult.cs: line 67
in IntegrationTestsClient.cs: line 316
in TestIntegrationBase.cs: line 48
in TestIntegrationBase.cs: line 99
in TestIntegrationBase.cs: line 51
in CamelHumpsSmokeTest.cs: line 42
--- EXCEPTION #1/3 [InvalidOperationException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/3 [FinallyException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.DataFlow.Disposable+FinallyException
Data.CreationStackTrace = “-=[ Stack trace logging disabled. ]=-”
Data.ObjectId = SearchDeclarationsDescriptor
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #3/3 [LoggerException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logger.LogException(Exception ex)
at JetBrains.DataFlow.Disposable.FinallyException.LogMissedDispose(String id, String message, String sOriginatingStackTrace)
at JetBrains.DataFlow.Disposable.FinalizableDisposable.Finalize()
”
————————————————————————————————
The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.
--- EXCEPTION #1/3 [InvalidOperationException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/3 [FinallyException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.DataFlow.Disposable+FinallyException
Data.CreationStackTrace = “-=[ Stack trace logging disabled. ]=-”
Data.ObjectId = SearchDeclarationsDescriptor
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #3/3 [LoggerException]
Message = “The SearchDeclarationsDescriptor lifetime has been emergency terminated on the finalizer thread upon being lost by its owner.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logger.LogException(Exception ex)
at JetBrains.DataFlow.Disposable.FinallyException.LogMissedDispose(String id, String message, String sOriginatingStackTrace)
at JetBrains.DataFlow.Disposable.FinalizableDisposable.Finalize()
”
(JetBrains.Util.Tests.CompoundException)
at JetBrains.IntegrationTestsFramework.Server.TaskResult.ThrowIfUnsuccessful()
at JetBrains.IntegrationTestsFramework.Client.IntegrationTestsClient.ExecuteOnServer(Type typeInstance, MethodBase method, TestMethodRole role)
at JetBrains.IntegrationTestsFramework.Client.TestFixtures.TestIntegrationBase.<Run>b__0(Type type, MethodBase method, TestMethodRole role)
at JetBrains.IntegrationTestsFramework.Client.TestFixtures.TestIntegrationBase.FindUnitTestMethod(Action`3 FRet)
at JetBrains.IntegrationTestsFramework.Client.TestFixtures.TestIntegrationBase.Run(Action action)
at JetBrains.ReSharper.VSIntegrationTests.CamelHumpsSmokeTest.Test01()