dotCover does not return

Hi,

I am running dotCover against some unit tests.
Visual Studio 2012 Professional Version 11.0.50727.1, .NET frmework V 4.5.50938.
dotCover version 2.7.

A certain unit test runs correctly and returns quickly.

However when I try to run dotCover coverage on the same test from Visual Studio plugin, dotCover seems to sit and spin and does not return.
I can see in event log:
".NET Runtime version 4.0.30319.18408 - The profiler was loaded successfully.  Profiler CLSID: '{772073d7-e85b-45d2-8e41-68298f63d1c4}'.  Process ID (decimal): 5820.  Message ID: [0x2507]."


I took a dump of the 32 bit process: JetBrains.PsiFeatures.dotCover.TaskRunner.CLR4.MSIL.
The stack shows a long running thread trying to invoke our unit test code which seems to be the call which does not return.
Www.Sales.SearchResults.UnitTests.Sales.SearchResults.Domain.DynamicLandingPage.DynamicLandingPageTests.SetUp() is our call, where the code is stuck, specifically in an instantiating of an object in that code.

Then I did a dumpstack, and the code seems to be on a JetBrains.Profile.Core.x86 call.

Is there something I should do to let the coverage return quickly? Should i exclude particular namespaces?



!clrstack
0:014> !clrstack
OS Thread Id: 0x160c (14)
Child SP       IP Call Site
09f8b648 6ebb82bb [PrestubMethodFrame: 09f8b648] Www.Sales.SearchResults.UnitTests.Sales.SearchResults.Domain.DynamicLandingPage.DynamicLandingPageTests.SetUp()
09f8b988 6ebb82bb [DebuggerU2MCatchHandlerFrame: 09f8b988]
09f8b750 6ebb82bb [HelperMethodFrame_PROTECTOBJ: 09f8b750] System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
09f8ba24 020f8933 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
09f8ba6c 09fed267 System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
09f8bae0 09fed0a6 System.Reflection.MethodBase.Invoke(System.Object, System.Object[])
09f8baf8 0bba56e0 NUnit.Core.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object, System.Object[])
09f8bb4c 0bba5653 NUnit.Core.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object)
09f8bb64 0bce346d NUnit.Core.TestMethod.RunSetUp()
09f8bba4 0bce2edc NUnit.Core.TestMethod.RunTest()
09f8bcac 0bce2dc6 NUnit.Core.NUnitTestMethod.RunTest()
09f8bccc 0bce2b0c NUnit.Core.TestMethod.RunRepeatedTest()
09f8bd2c 0bce2584 NUnit.Core.TestMethod.RunTestInContext()
09f8be48 0bce1c60 NUnit.Core.TestMethod.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8bee4 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8bff4 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c0c8 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c110 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c17c 0bce15fa NUnit.Core.TestFixture.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c1cc 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c2dc 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c3b0 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c3f8 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c464 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c574 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c648 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c690 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c6fc 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c80c 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c8e0 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c928 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8c994 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8caa4 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8cb78 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8cbc0 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8cc2c 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8cd3c 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8ce10 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8ce58 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8cec4 0a1ee04b NUnit.Core.SetUpFixture.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8cf14 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d024 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d0f8 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d140 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d1ac 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d2bc 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d390 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d3d8 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d444 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d554 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d628 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d670 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d6dc 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d7ec 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d8c0 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d908 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8d974 0a1edcc6 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8da84 0a1eccb7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8db58 0a1ec144 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8dba0 0a1ebd51 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8dc0c 0a1eac7f NUnit.Core.SimpleTestRunner.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter, Boolean, NUnit.Core.LoggingThreshold)
09f8dc78 0b8a2186 JetBrains.ReSharper.UnitTestRunner.nUnit.NUnitTestRunner.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)
09f8dc94 0a5a0f1b JetBrains.ReSharper.UnitTestRunner.nUnit.BuiltInNUnitRunner.RunTests(JetBrains.ReSharper.TaskRunnerFramework.IRemoteTaskServer, System.Collections.Generic.Dictionary`2<System.String,JetBrains.ReSharper.TaskRunnerFramework.RemoteTask>, System.Collections.Generic.Dictionary`2<System.String,JetBrains.ReSharper.TaskRunnerFramework.RemoteTask>, System.Collections.Generic.List`1<System.String>, Boolean, System.Collections.Generic.List`1<System.String>)
09f8e05c 6e773e22 [HelperMethodFrame_PROTECTOBJ: 09f8e05c] System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr, System.Object[], System.Object, System.Object[] ByRef)
09f8e318 0a1dc5f8 System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(System.RuntimeMethodHandle, System.Object[], System.Object, System.Object[] ByRef)
09f8e340 0a1dac4a System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8e46c 0a1da763 System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8e4b0 0a1da653 System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8e4c4 0a1da53d System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8e528 0a1da014 System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(System.Object[])
09f8e59c 0a02555d System.Threading.Thread.CompleteCrossContextCallback(System.Threading.InternalCrossContextDelegate, System.Object[])
09f8e6ac 6e773e22 [HelperMethodFrame_PROTECTOBJ: 09f8e6ac] System.Threading.Thread.InternalCrossContextCallback(System.Runtime.Remoting.Contexts.Context, IntPtr, Int32, System.Threading.InternalCrossContextDelegate, System.Object[])
09f8e810 0a1d9e65 System.Threading.Thread.InternalCrossContextCallback(System.Runtime.Remoting.Contexts.Context, System.Threading.InternalCrossContextDelegate, System.Object[])
09f8e838 0a1d9d19 System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8e8c4 0a1d85f0 System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8e948 0a1d6aaf System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[], System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage ByRef)
09f8e9c0 0a1d68e0 System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(System.Object[])
09f8ea1c 0a02555d System.Threading.Thread.CompleteCrossContextCallback(System.Threading.InternalCrossContextDelegate, System.Object[])
09f8eb90 6e773e22 [ContextTransitionFrame: 09f8eb90]
09f8eb2c 6e773e22 [HelperMethodFrame_PROTECTOBJ: 09f8eb2c] System.Threading.Thread.InternalCrossContextCallback(System.Runtime.Remoting.Contexts.Context, IntPtr, Int32, System.Threading.InternalCrossContextDelegate, System.Object[])
09f8ec90 0a1d673d System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatch(Byte[], System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage ByRef)
09f8ecd8 0a1d4d4a System.Runtime.Remoting.Channels.CrossAppDomainSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
09f8ed98 0a1d4572 System.Runtime.Remoting.Proxies.RemotingProxy.CallProcessMessage(System.Runtime.Remoting.Messaging.IMessageSink, System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Contexts.ArrayWithSize, System.Threading.Thread, System.Runtime.Remoting.Contexts.Context, Boolean)
09f8ede8 0a1d3f4c System.Runtime.Remoting.Proxies.RemotingProxy.InternalInvoke(System.Runtime.Remoting.Messaging.IMethodCallMessage, Boolean, Int32)
09f8ef24 0a1d3911 System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(System.Runtime.Remoting.Messaging.IMessage)
09f8ef7c 0a1d2cca System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.MessageData ByRef, Int32)
09f8f230 6e773f81 [TPMethodFrame: 09f8f230] JetBrains.ReSharper.UnitTestRunner.nUnit.INUnitRunner.RunTests(JetBrains.ReSharper.TaskRunnerFramework.IRemoteTaskServer, System.Collections.Generic.Dictionary`2<System.String,JetBrains.ReSharper.TaskRunnerFramework.RemoteTask>, System.Collections.Generic.Dictionary`2<System.String,JetBrains.ReSharper.TaskRunnerFramework.RemoteTask>, System.Collections.Generic.List`1<System.String>, Boolean, System.Collections.Generic.List`1<System.String>)
09f8f26c 09fdda22 JetBrains.ReSharper.UnitTestRunner.nUnit.NUnitTaskRunner.ExecuteRecursive(JetBrains.ReSharper.TaskRunnerFramework.TaskExecutionNode)
09f8f56c 09fd1828 JetBrains.ReSharper.TaskRunnerFramework.StartupTaskRunnerHost.Execute(JetBrains.ReSharper.TaskRunnerFramework.TaskExecutionNode)
09f8f5e0 09fd16a0 JetBrains.ReSharper.TaskRunnerFramework.StartupTaskRunnerHost.ExecuteNodes(System.Collections.Generic.IEnumerable`1<JetBrains.ReSharper.TaskRunnerFramework.TaskExecutionNode>)
09f8f620 04b2a15f JetBrains.ReSharper.TaskRunnerFramework.TasksPacketHandler.ThreadProc(JetBrains.ReSharper.TaskRunnerFramework.TaskRunnerProxy, System.Collections.Generic.IEnumerable`1<JetBrains.ReSharper.TaskRunnerFramework.RemoteTaskPacket>, JetBrains.ReSharper.TaskRunnerFramework.AssemblyLoader)
09f8f67c 04b2a06c JetBrains.ReSharper.TaskRunnerFramework.TasksPacketHandler+<>c__DisplayClass2.<Accept>b__1()
09f8f690 04b29fc1 System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
09f8f6b0 02dec61b System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
09f8f774 02deb6ab System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
09f8f790 04b29e99 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
09f8f7c4 04b29d6b System.Threading.ThreadHelper.ThreadStart()
09f8f918 6e773e22 [GCFrame: 09f8f918]
09f8fafc 6e773e22 [DebuggerU2MCatchHandlerFrame: 09f8fafc]





dumpstack

 0:014> !dumpstack OS Thread Id: 0x160c (14) Current frame: clr!CMiniMdRW::FindMethodSemanticsHelper+0x3 ChildEBP RetAddr  Caller, Callee 09f86f74 6eb8a886 clr!RegMeta::GetPropertyProps+0x2d4, calling clr!CMiniMdRW::FindMethodSemanticsHelper 09f87034 6e1ce9b4  SYMSRV:  c:\symbols\JetBrains.Profiler.Core.Win.x86.pdb\4BD178149C644AD3B682AF7BBFC2A41E1\JetBrains.Profiler.Core.Win.x86.pdb not found SYMSRV:  http://msdl.microsoft.com/downloads/symbols/JetBrains.Profiler.Core.Win.x86.pdb/4BD178149C644AD3B682AF7BBFC2A41E1/JetBrains.Profiler.Core.Win.x86.pdb not found DBGHELP: C:\BuildAgent\work\ee2d272f0bd9f8aa\BinRelease\JetBrains.Profiler.Core.Win.x86.pdb - file not found *** ERROR: Symbol file could not be found.  Defaulted to export symbols for JetBrains.Profiler.Core.Win.x86.dll -  DBGHELP: JetBrains_Profiler_Core_Win_x86 - export symbols JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x24a14 09f87158 6e2237d2 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x79832, calling JetBrains_Profiler_Core_Win_x86+0x792c0 09f8716c 6e1cded2 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x23f32, calling JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x24920 09f871a0 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f871ac 6e12f5fa JetBrains_Profiler_Core_Win_x86+0x2f5fa, calling JetBrains_Profiler_Core_Win_x86+0x2b920 09f871f0 6e1d15be JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x2761e, calling JetBrains_Profiler_Core_Win_x86+0x2f560 09f871f4 6e1d15d4 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x27634 09f87224 08bd6bfd 08bd6bfd 09f873cc 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f873d0 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f8740c 6ebb7375 clr!CMiniMdRW::ExpandTableColumns+0x3f4, calling clr!_EH_epilog3_GS 09f87410 6ebb708f clr!CMiniMdRW::ExpandTables+0x78, calling clr!CMiniMdRW::ExpandTableColumns 09f87458 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f8745c 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f874d0 6e171518 JetBrains_Profiler_Core_Win_x86+0x71518, calling ntdll!RtlAllocateHeap 09f874f0 6e1706e6 JetBrains_Profiler_Core_Win_x86+0x706e6, calling JetBrains_Profiler_Core_Win_x86+0x714cf 09f8750c 6e11ce6a JetBrains_Profiler_Core_Win_x86+0x1ce6a, calling JetBrains_Profiler_Core_Win_x86+0x706c9 09f87518 6e12d06f JetBrains_Profiler_Core_Win_x86+0x2d06f, calling JetBrains_Profiler_Core_Win_x86+0x1ce60 09f8752c 6e12b9ba JetBrains_Profiler_Core_Win_x86+0x2b9ba, calling JetBrains_Profiler_Core_Win_x86+0x2d060 09f87538 6e12ba61 JetBrains_Profiler_Core_Win_x86+0x2ba61, calling JetBrains_Profiler_Core_Win_x86+0x2baf0 09f87554 6e12ab1a JetBrains_Profiler_Core_Win_x86+0x2ab1a, calling JetBrains_Profiler_Core_Win_x86+0x2b920 09f8759c 6e1cbf67 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x21fc7 09f875c0 77e5e1b2 ntdll!_SEH_epilog4_GS+0xa, calling ntdll!__security_check_cookie 09f8764c 6e7cf961 clr!CMiniMdBase::InitColsForTable+0x1b2, calling clr!__security_check_cookie 09f87664 77e6a85f ntdll!RtlpDosPathNameToRelativeNtPathName_Ustr+0x17d, calling ntdll!memcpy 09f87684 771e13e0  DBGHELP: kernel32 - public symbols           c:\symbols\wkernel32.pdb\139CA12C1AB645F6A7F2DD1A098696692\wkernel32.pdb kernel32!CloseHandleImplementation 09f87688 77e6a8d7 ntdll!RtlpDosPathNameToRelativeNtPathName_Ustr+0x330, calling ntdll!__security_check_cookie 09f87864 77e638ce ntdll!RtlpFreeHeap+0xbb1, calling ntdll!RtlLeaveCriticalSection 09f8786c 77e638aa ntdll!RtlpFreeHeap+0xb7a, calling ntdll!_SEH_epilog4 09f878cc 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f878f8 6e7711b2 clr!EEHeapFree+0x31, calling kernel32!HeapFree 09f87910 6e7711d7 clr!EEHeapFreeInProcessHeap+0x2f, calling clr!EEHeapFree 09f8791c 6e77217b clr!operator delete+0x14, calling clr!EEHeapFreeInProcessHeap 09f87950 77e638aa ntdll!RtlpFreeHeap+0xb7a, calling ntdll!_SEH_epilog4 09f87954 77e634a2 ntdll!RtlFreeHeap+0x142, calling ntdll!RtlpFreeHeap 09f87974 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f87988 6e7711b2 clr!EEHeapFree+0x31, calling kernel32!HeapFree 09f879a0 6e7711d7 clr!EEHeapFreeInProcessHeap+0x2f, calling clr!EEHeapFree 09f879ac 6e77217b clr!operator delete+0x14, calling clr!EEHeapFreeInProcessHeap 09f879bc 6eb12aa7 clr!CAssemblyCacheItem::Release+0x26, calling clr!operator delete 09f879d0 6e854ce2 clr!Wrapper,&DoTheRelease,0,&CompareDefault,2,1>::~Wrapper,&DoTheRelease,0,&CompareDefault,2,1>+0x27 09f879d4 6e7cb9a7 clr!Wrapper,&DoTheRelease,0,&CompareDefault,2,1>::~Wrapper,&DoTheRelease,0,&CompareDefault,2,1>+0x30, calling clr!_EH_epilog3 09f879f8 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f879fc 6e883ac4 clr!CAsmDownloadMgr::CreateAssembly+0xf0c, calling clr!_EH_epilog3_GS 09f87a1c 6e12b9ba JetBrains_Profiler_Core_Win_x86+0x2b9ba, calling JetBrains_Profiler_Core_Win_x86+0x2d060 09f87b8c 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f87b90 6e7cd9a7 clr!CAssembly::Initialize+0x1a6, calling clr!_EH_epilog3_GS 09f87bec 6e79e6a0 clr!PEImage::Equals+0x150, calling clr!_EH_epilog3 09f87bf4 6e7c9961 clr!PEImage::CompareImage+0xf9, calling clr!_EH_epilog3 09f87c40 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f87c58 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f87c60 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f87cc4 771e389e kernel32!SortCompareString+0x1bc, calling kernel32!LongCompareString 09f87cd4 771e38ab kernel32!SortCompareString+0x1c9, calling kernel32!__security_check_cookie 09f87d54 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f87d6c 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f87d80 6e7711b2 clr!EEHeapFree+0x31, calling kernel32!HeapFree 09f87db4 6e7cc1db clr!AssemblyLocation::`vector deleting destructor'+0x17, calling clr!operator delete 09f87dc8 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f87de0 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f87df4 6e7711b2 clr!EEHeapFree+0x31, calling kernel32!HeapFree 09f87e0c 6e7711d7 clr!EEHeapFreeInProcessHeap+0x2f, calling clr!EEHeapFree 09f87e18 6e77217b clr!operator delete+0x14, calling clr!EEHeapFreeInProcessHeap 09f87e28 6e7cc0fd clr!BindResult::`vector deleting destructor'+0x17, calling clr!operator delete 09f87e38 6e7cc0e1 clr!BindResult::Release+0x1f 09f87e48 6e7ce0e3 clr!BindToNativeImage+0x5f9 09f87e5c 6e7ce109 clr!BindToNativeImage+0x61f, calling clr!__security_check_cookie 09f87ed8 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f87f20 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f87f60 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f87fa8 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f87fac 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f87fbc 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f87fdc 6e771eb4 clr!CrstBase::Leave+0x31, calling ntdll!RtlLeaveCriticalSection 09f87fec 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f88004 6e771eb4 clr!CrstBase::Leave+0x31, calling ntdll!RtlLeaveCriticalSection 09f88014 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f8803c 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f88044 6e771f55 clr!CrstBase::Enter+0x15a, calling ntdll!RtlTryEnterCriticalSection 09f8805c 6e771eb4 clr!CrstBase::Leave+0x31, calling ntdll!RtlLeaveCriticalSection 09f8806c 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f88094 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f88098 6e7724e9 clr!ClrLeaveCriticalSection+0x11 09f880a8 6e7cb8ed clr!CLoadContext::GetNativeImage+0x157, calling clr!ClrLeaveCriticalSection 09f880e0 6e869c85 clr!CAsmDownloadMgr::RecordInfoAndProbeNativeImage+0xf1, calling clr!BindToNativeImage 09f8811c 6e9105f1 clr!CAsmDownloadMgr::DoSetup+0x2bc, calling clr!CAsmDownloadMgr::DoSetupPushToCache 09f88130 6e7b9dd9 clr!CAssemblyName::GetProperty+0xa3, calling clr!_Naming::CPropertyArray::Get 09f8813c 6e7b9df2 clr!CAssemblyName::GetProperty+0xc0, calling clr!_EH_epilog3 09f8814c 76b1afa8 KERNELBASE!lstrlenW+0x56, calling KERNELBASE!_SEH_epilog4 09f88178 76b1afa8 KERNELBASE!lstrlenW+0x56, calling KERNELBASE!_SEH_epilog4 09f8817c 6e804d5d clr!CAsmDownloadMgr::LogResult+0x7c, calling kernel32!lstrlenWStub 09f88188 6e804d73 clr!CAsmDownloadMgr::LogResult+0xa8, calling clr!__security_check_cookie 09f88320 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f8834c 6e771eb4 clr!CrstBase::Leave+0x31, calling ntdll!RtlLeaveCriticalSection 09f8835c 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f88384 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f88388 6e7724e9 clr!ClrLeaveCriticalSection+0x11 09f883a0 6e883435 clr!CAssemblyDownload::CompleteAll+0x1c2 09f883a4 6e88344d clr!CAssemblyDownload::CompleteAll+0x1de, calling clr!_EH_epilog3 09f883f0 6e883bda clr!CAssemblyDownload::DoSetup+0x176 09f883f4 6e883be4 clr!CAssemblyDownload::DoSetup+0x180, calling clr!_EH_epilog3 09f88428 6e7724e9 clr!ClrLeaveCriticalSection+0x11 09f88438 6e883be4 clr!CAssemblyDownload::DoSetup+0x180, calling clr!_EH_epilog3 09f8843c 6e8814eb clr!CAssemblyDownload::DownloadComplete+0x103, calling clr!CAssemblyDownload::DoSetup 09f8847c 6e8816a8 clr!CAssemblyDownload::KickOffDownload+0x33a, calling clr!CAssemblyDownload::DownloadComplete 09f8849c 6e8816fe clr!CAssemblyDownload::KickOffDownload+0x40e, calling clr!__security_check_cookie 09f884cc 76b21641 KERNELBASE!WaitForMultipleObjectsEx+0x158, calling ntdll!RtlDeactivateActivationContextUnsafeFast 09f884d0 76b21654 KERNELBASE!WaitForMultipleObjectsEx+0x16b, calling KERNELBASE!_SEH_epilog4 09f88500 76b2151f KERNELBASE!WaitForMultipleObjectsEx+0x36, calling ntdll!RtlActivateActivationContextUnsafeFast 09f88504 76b21641 KERNELBASE!WaitForMultipleObjectsEx+0x158, calling ntdll!RtlDeactivateActivationContextUnsafeFast 09f88554 76b21654 KERNELBASE!WaitForMultipleObjectsEx+0x16b, calling KERNELBASE!_SEH_epilog4 09f88558 771e19fc kernel32!WaitForMultipleObjectsExImplementation+0xe0, calling KERNELBASE!WaitForMultipleObjectsEx 09f885a0 6e87ef2f clr!WaitForMultipleObjectsEx_SO_TOLERANT+0x3c, calling kernel32!WaitForMultipleObjectsExImplementation 09f885b0 6e87ef5f clr!WaitForMultipleObjectsEx_SO_TOLERANT+0x8c, calling ntdll!RtlSetLastWin32Error 09f885b4 6e87ef67 clr!WaitForMultipleObjectsEx_SO_TOLERANT+0x94, calling clr!_SEH_epilog4 09f885ec 6e87ef67 clr!WaitForMultipleObjectsEx_SO_TOLERANT+0x94, calling clr!_SEH_epilog4 09f885f0 6e87ec8a clr!Thread::DoAppropriateWaitWorker+0x237, calling clr!WaitForMultipleObjectsEx_SO_TOLERANT 09f885fc 6e87ed00 clr!Thread::DoAppropriateWaitWorker+0x3d9, calling clr!ThreadStateNCStackHolder::~ThreadStateNCStackHolder 09f8867c 6e87ed7b clr!Thread::DoAppropriateWait+0x64, calling clr!Thread::DoAppropriateWaitWorker 09f88690 6e87ed96 clr!Thread::DoAppropriateWait+0x7f, calling clr!_SEH_epilog4 09f886e4 6e87ed96 clr!Thread::DoAppropriateWait+0x7f, calling clr!_SEH_epilog4 09f886e8 6e87eed5 clr!CLREventBase::WaitEx+0x128, calling clr!Thread::DoAppropriateWait 09f88700 6e772472 clr!CLREventBase::WaitEx+0x157, calling clr!_EH_epilog3 09f88730 6e772472 clr!CLREventBase::WaitEx+0x157, calling clr!_EH_epilog3 09f88734 6e883ff4 clr!CExecutionEngine::WaitForEvent+0x34, calling clr!CLREventBase::WaitEx 09f8873c 6f280163  DBGHELP: MSVCR110_CLR0400 - public symbols           c:\symbols\msvcr110_clr0400.i386.pdb\EE22EBDBCA4845EDB88475CBA66C1F0F2\msvcr110_clr0400.i386.pdb MSVCR110_CLR0400!_getptd_noexit+0x69, calling ntdll!RtlSetLastWin32Error 09f8874c 6f28016e MSVCR110_CLR0400!_getptd+0x6, calling MSVCR110_CLR0400!_getptd_noexit 09f88754 6f280196 MSVCR110_CLR0400!_LocaleUpdate::_LocaleUpdate+0x16, calling MSVCR110_CLR0400!_getptd 09f88760 6f282446 MSVCR110_CLR0400!_isleadbyte_l+0x11, calling MSVCR110_CLR0400!_LocaleUpdate::_LocaleUpdate 09f88774 6f281e90 MSVCR110_CLR0400!_input_l+0x1102, calling MSVCR110_CLR0400!isspace 09f88788 6f2821c2 MSVCR110_CLR0400!_input_l+0xf33, calling MSVCR110_CLR0400!_ungetc_nolock 09f8879c 6f282292 MSVCR110_CLR0400!_input_l+0x10d8, calling MSVCR110_CLR0400!__security_check_cookie 09f88824 6e78a5a5 clr!BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>::~BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>+0x30, calling clr!_EH_epilog3 09f88848 6e78a5a5 clr!BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>::~BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>+0x30, calling clr!_EH_epilog3 09f88850 6e7862a2 clr!SystemDomain::GetAppDomainAtId+0x68, calling clr!AppDomain::CanThreadEnter 09f88860 6e7c5fc3 clr!AssemblySink::Release+0x47, calling clr!SystemDomain::GetAppDomainAtId 09f88864 6e7c5f95 clr!AssemblySink::Release+0x94, calling clr!_EH_epilog3 09f8888c 6e7c5f95 clr!AssemblySink::Release+0x94, calling clr!_EH_epilog3 09f88890 6e783eac clr!SafeReleasePreemp+0x234 09f888c8 6e78b911 clr!SString::ConvertToUnicode+0x47, calling clr!SString::IsRepresentation 09f888d4 6e78b937 clr!SString::ConvertToUnicode+0xce, calling clr!__security_check_cookie 09f888e4 6e7c5bea clr!AssemblySpec::FindAssemblyFile+0x297, calling clr!__security_check_cookie 09f88908 6e7a1307 clr!REGUTIL::EnvGetString+0x5a, calling clr!HashiStringKnownLower80 09f88914 6e7a1335 clr!REGUTIL::EnvGetString+0xfc, calling clr!__security_check_cookie 09f88950 6e791965 clr!SString::Append+0x4f, calling clr!SString::Replace 09f88974 6e7a14fb clr!SHash > >::Lookup+0x11, calling clr!SHash > >::Lookup 09f88980 6e7a1588 clr!EEConfig::GetConfiguration_DontUse_+0x1b0, calling clr!SHash > >::Lookup 09f889a0 6f282410 MSVCR110_CLR0400!sscanf_s+0x8d 09f889a8 6e7d4ffd clr!PEImage::IsILOnly+0x71, calling clr!_EH_epilog3 09f889d0 6e7d4ffd clr!PEImage::IsILOnly+0x71, calling clr!_EH_epilog3 09f889d4 6e7bb2d4 clr!PEFile::IsILOnly+0x103, calling clr!PEImage::IsILOnly 09f889fc 6e7d2552 clr!PEFile::CheckForDisallowedInProcSxSLoadWorker+0xa6, calling MSVCR110_CLR0400!sscanf 09f88a0c 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f88a10 6e7d2593 clr!PEFile::CheckForDisallowedInProcSxSLoadWorker+0x2d4, calling clr!_EH_epilog3_GS 09f88a44 6e7c9961 clr!PEImage::CompareImage+0xf9, calling clr!_EH_epilog3 09f88a7c 6e772014 clr!SString::SString+0x52, calling clr!_EH_epilog3 09f88a9c 6e7bc7e8 clr!SString::CompareCaseInsensitive+0x131, calling clr!SString::CaseCompareHelperA 09f88abc 6e7bc827 clr!SString::CompareCaseInsensitive+0x18f, calling clr!__security_check_cookie 09f88aec 6e7c95c2 clr!PEImage::~PEImage+0xe4, calling clr!_EH_epilog3 09f88b00 6e77bb7c clr!HashMap::LookupValue+0xdf, calling clr!_EH_epilog3 09f88b18 6e7c95c2 clr!PEImage::~PEImage+0xe4, calling clr!_EH_epilog3 09f88b1c 6e7c96e2 clr!PEImage::FindByPath+0xaf, calling clr!_EH_epilog3 09f88b58 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f88be0 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f88be4 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f88bf4 6e793e3d clr!MDInternalRO::GetAssemblyProps+0x7b, calling clr!CMiniMdTemplate::getNameOfAssembly 09f88c14 6e793dd4 clr!PEAssembly::GetSimpleName+0x40 09f88c34 6e793df4 clr!PEAssembly::GetSimpleName+0x6d, calling clr!_EH_epilog3 09f88c58 6e771156 clr!EEHeapAlloc+0x2c, calling ntdll!RtlAllocateHeap 09f88c70 6e771191 clr!EEHeapAllocInProcessHeap+0x5b, calling clr!EEHeapAlloc 09f88cb0 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f88cc8 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f88cdc 6e7711b2 clr!EEHeapFree+0x31, calling kernel32!HeapFree 09f88cf4 6e7711d7 clr!EEHeapFreeInProcessHeap+0x2f, calling clr!EEHeapFree 09f88d00 6e7711e8 clr!operator delete[]+0xd, calling clr!EEHeapFreeInProcessHeap 09f88d0c 6e7bc6f5 clr!stricmpUTF8+0x89, calling clr!operator delete[] 09f88d4c 6e7c0dcb clr!AssemblySpec::IsMscorlib+0xf7, calling clr!SString::CaseCompareHelperA 09f88d6c 6e7c0df7 clr!AssemblySpec::IsMscorlib+0x12d, calling clr!__security_check_cookie 09f88d70 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f88d88 6e771156 clr!EEHeapAlloc+0x2c, calling ntdll!RtlAllocateHeap 09f88da4 6e7d4c85 clr!AssemblySpecBindingCache::AssemblyBinding::InitException+0x70, calling clr!_EH_epilog3 09f88dbc 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f88dc0 6e792014 clr!FusionBind::ParseEncodedName+0x2d0, calling clr!_EH_epilog3_GS 09f88ddc 6e785b1f clr!HashMap::InsertValue+0x61, calling clr!Bucket::InsertValue 09f88de4 6e785b3b clr!HashMap::InsertValue+0x9a, calling clr!_EH_epilog3 09f88e0c 6e7d4d0b clr!AssemblyBindingHolder::~AssemblyBindingHolder+0x3c, calling clr!_EH_epilog3 09f88e68 77e63ca4 ntdll!RtlpAllocateHeap+0xab2, calling ntdll!RtlLeaveCriticalSection 09f88e6c 77e63cd3 ntdll!RtlpAllocateHeap+0xe73, calling ntdll!_SEH_epilog4 09f88ec0 77e63cfe ntdll!RtlAllocateHeap+0x23a, calling ntdll!RtlpAllocateHeap 09f88ec4 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f88f24 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f88f28 6e7d1ee4 clr!InternalCasingHelper::InvariantToLowerHelper+0x102, calling clr!_EH_epilog3_GS 09f88f84 6e77bb7c clr!HashMap::LookupValue+0xdf, calling clr!_EH_epilog3 09f88f88 6e77bbc1 clr!PtrHashMap::LookupValue+0x1a, calling clr!HashMap::LookupValue 09f88f90 6e7c0cfb clr!BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>::~BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>+0x30, calling clr!_EH_epilog3 09f88fac 77e6b496 ntdll!RtlpInsertUCRBlock+0x41, calling ntdll!RtlpUpdateUCRIndexInsert 09f88fbc 77e6b419 ntdll!RtlpCreateUCREntry+0xe8, calling ntdll!RtlpInsertUCRBlock 09f8904c 77e94cdd ntdll!RtlpDeCommitFreeBlock+0x72c, calling ntdll!RtlpInsertFreeBlock 09f89094 77e638ce ntdll!RtlpFreeHeap+0xbb1, calling ntdll!RtlLeaveCriticalSection 09f8909c 77e638aa ntdll!RtlpFreeHeap+0xb7a, calling ntdll!_SEH_epilog4 09f890dc 6e78fc79 clr!PEDecoder::CheckRva+0x4f, calling clr!PEDecoder::CheckBounds 09f890fc 6e7b2e5a clr!PEDecoder::CheckILMethod+0x13b, calling clr!PEDecoder::CheckRva 09f89120 6e85f138 clr!RecordPool::GetRecord+0x27 09f89134 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f89164 6e7a33ea clr!PEFile::GetIL+0x55, calling clr!PEDecoder::CheckILMethod 09f89184 6e982cde clr!ProfToEEInterfaceImpl::GetILFunctionBody+0x22c, calling clr!_EH_epilog3 09f891a4 6e215e94 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x6bef4 09f891b4 6e215ef3 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x6bf53 09f891d8 6e215650 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x6b6b0, calling JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x6bf80 09f891e4 6e215d78 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x6bdd8 09f891f4 6e212c70 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x68cd0 09f89204 6e212d6d JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x68dcd, calling JetBrains_Profiler_Core_Win_x86+0x3fe50 09f89258 6e1cdcf6 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x23d56, calling JetBrains_Profiler_Core_Win_x86+0x792c0 09f89274 6e213b70 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x69bd0 09f89394 6e7a14fb clr!SHash > >::Lookup+0x11, calling clr!SHash > >::Lookup 09f893a0 6e7a1588 clr!EEConfig::GetConfiguration_DontUse_+0x1b0, calling clr!SHash > >::Lookup 09f893cc 6e782515 clr!StgPoolReadOnly::GetString+0x15 09f893d4 6e771156 clr!EEHeapAlloc+0x2c, calling ntdll!RtlAllocateHeap 09f893f4 6e7bcb42 clr!FusionBind::CloneFields+0x12e, calling MSVCR110_CLR0400!strcpy_s 09f89400 6e7bcb78 clr!FusionBind::CloneFields+0x213, calling clr!_EH_epilog3 09f89420 77e67510 ntdll!RtlpFreeUserBlock+0x134, calling ntdll!RtlSizeHeap 09f8942c 77e67532 ntdll!RtlpFreeUserBlock+0x184, calling ntdll!_SEH_epilog4 09f8946c 77e67532 ntdll!RtlpFreeUserBlock+0x184, calling ntdll!_SEH_epilog4 09f89490 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f89620 6e1cbc16 JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x21c76, calling JetBrains_Profiler_Core_Win_x86+0x792c0 09f8963c 6e2100ff JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x6615f, calling JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x692d0 09f89664 6e7c7b56 clr!DomainFile::AddDependencies+0x160, calling clr!_EH_epilog3 09f89684 6e98a3e5 clr!EEToProfInterfaceImpl::ModuleAttachedToAssembly+0x54 09f896bc 6e9b8a65 clr!Module::NotifyProfilerLoadFinished+0x8e, calling clr!EEToProfInterfaceImpl::ModuleAttachedToAssembly 09f896dc 6e7c69cf clr!ListLockEntry::DeadlockAwareEnter+0x54, calling clr!_EH_epilog3 09f89708 6e7c79ee clr!DomainFile::DoIncrementalLoad+0xc3, calling clr!Module::NotifyProfilerLoadFinished 09f89720 6e7c6c52 clr!AppDomain::TryIncrementalLoad+0x1f5, calling clr!DomainFile::DoIncrementalLoad 09f8974c 6e79e60c clr!SString::EqualsCaseInsensitive+0x149, calling clr!__security_check_cookie 09f897e8 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f897ec 6e7c89ed clr!DomainAssembly::DomainAssembly+0x398, calling clr!_EH_epilog3_GS 09f89818 6e7db4f6 clr!SString::SString+0x1b, calling MSVCR110_CLR0400!strlen 09f8981c 6e7db522 clr!SString::SString+0x47, calling clr!_EH_epilog3 09f89844 6e7dca5f clr!SString::Equals+0xfa, calling clr!_EH_epilog3_GS 09f89848 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f8984c 6e7aaf28 clr!MethodTableBuilder::SetContextfulOrByRef+0x26b, calling clr!_EH_epilog3_GS 09f898b0 6e791965 clr!SString::Append+0x4f, calling clr!SString::Replace 09f898d8 6e7dba28 clr!ns::MakePath+0x87, calling clr!SString::Append 09f898dc 6e7dba2d clr!ns::MakePath+0x8c, calling clr!_EH_epilog3 09f898e0 6e7db4f6 clr!SString::SString+0x1b, calling MSVCR110_CLR0400!strlen 09f898e4 6e7db522 clr!SString::SString+0x47, calling clr!_EH_epilog3 09f898ec 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f89910 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f89914 6e7aaf28 clr!MethodTableBuilder::SetContextfulOrByRef+0x26b, calling clr!_EH_epilog3_GS 09f89964 6e771f55 clr!CrstBase::Enter+0x15a, calling ntdll!RtlTryEnterCriticalSection 09f8997c 6e771eb4 clr!CrstBase::Leave+0x31, calling ntdll!RtlLeaveCriticalSection 09f8998c 6e78460b clr!DeadlockAwareLock::TryBeginEnterLock+0x56, calling clr!_EH_epilog3 09f89994 6e771f55 clr!CrstBase::Enter+0x15a, calling ntdll!RtlTryEnterCriticalSection 09f899b0 6e787d2d clr!DeadlockAwareLock::ReleaseBlockingLock+0x9, calling clr!GetThread 09f899bc 6e7c69cf clr!ListLockEntry::DeadlockAwareEnter+0x54, calling clr!_EH_epilog3 09f899f8 6e7c6cfd clr!AppDomain::LoadDomainFile+0x1cb, calling clr!AppDomain::TryIncrementalLoad 09f89a4c 6e771eb4 clr!CrstBase::Leave+0x31, calling ntdll!RtlLeaveCriticalSection 09f89a54 6e7c766f clr!AppDomain::LoadDomainAssemblyInternal+0x174, calling clr!AppDomain::LoadDomainFile 09f89ad4 6e7c1349 clr!AppDomain::LoadDomainAssembly+0x99, calling clr!AppDomain::LoadDomainAssemblyInternal 09f89b50 6e77bafb clr!HashMap::LookupValue+0x2f, calling clr!GCCoopHackNoThread::GCCoopHackNoThread 09f89b64 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f89b68 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f89b78 6e78a5a5 clr!BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>::~BaseWrapper,&DoTheRelease,2>,0,&CompareDefault,2>+0x30, calling clr!_EH_epilog3 09f89b7c 6e78b09d clr!FusionBind::~FusionBind+0x81, calling clr!_EH_epilog3 09f89b8c 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f89bb4 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f89bbc 6e85f18d clr!CMDSemReadWrite::~CMDSemReadWrite+0x14, calling clr!UTSemReadWrite::UnlockRead 09f89bdc 6e771156 clr!EEHeapAlloc+0x2c, calling ntdll!RtlAllocateHeap 09f89c14 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f89c18 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f89c28 77e5e023 ntdll!RtlFreeHeap+0x105, calling ntdll!RtlpLowFragHeapFree 09f89c44 6e8f1bf3 clr!CMiniMdTemplate::getPublicKeyOfAssembly+0x42 09f89c64 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f89c6c 6e85f18d clr!CMDSemReadWrite::~CMDSemReadWrite+0x14, calling clr!UTSemReadWrite::UnlockRead 09f89c74 6e8f1b7b clr!MDInternalRW::GetAssemblyProps+0x1a6, calling clr!_EH_epilog3 09f89c8c 6e771156 clr!EEHeapAlloc+0x2c, calling ntdll!RtlAllocateHeap 09f89cac 6e7bcb42 clr!FusionBind::CloneFields+0x12e, calling MSVCR110_CLR0400!strcpy_s 09f89cb8 6e7bcb78 clr!FusionBind::CloneFields+0x213, calling clr!_EH_epilog3 09f89ce8 6e7bcb78 clr!FusionBind::CloneFields+0x213, calling clr!_EH_epilog3 09f89cf0 6e7bc99b clr!AssemblySpec::InitializeSpecInternal+0x213, calling clr!_EH_epilog3 09f89d24 6e78afbc clr!FusionBind::FusionBind+0x34, calling MSVCR110_CLR0400!memset 09f89d48 6e7bc99b clr!AssemblySpec::InitializeSpecInternal+0x213, calling clr!_EH_epilog3 09f89d4c 6e7bcb98 clr!AssemblySpec::InitializeSpec+0x1d, calling clr!AssemblySpec::InitializeSpecInternal 09f89d74 6e7c1513 clr!Module::LoadAssembly+0x202, calling clr!AppDomain::LoadDomainAssembly 09f89e10 6e8601ea clr!MDInternalRW::GetAssemblyRefProps+0x182, calling clr!_EH_epilog3 09f89e48 6e7e1a7c clr!Assembly::FindModuleByTypeRef+0x1f5, calling clr!Module::LoadAssembly 09f89e94 6e7a8074 clr!MethodTableBuilder::EnsureRIDMapsCanBeFilled+0xa2, calling clr!LookupMapBase::EnsureElementCanBeStored 09f89ebc 6e7a8790 clr!MethodTableBuilder::BuildMethodTableThrowing+0xbef, calling clr!_EH_epilog3_GS 09f89f20 6e78214c clr!LookupMap::GetElement+0x45, calling clr!LookupMap::GetValueAt 09f89f38 6e782c18 clr!Module::LookupAssemblyRef+0x18, calling clr!LookupMap::GetElement 09f89f48 6e795dca clr!Module::GetAssemblyIfLoaded+0xa9, calling clr!Assembly::FindDomainAssembly 09f89f5c 6e795e06 clr!Module::GetAssemblyIfLoaded+0x706, calling clr!__security_check_cookie 09f89f8c 6e7a8790 clr!MethodTableBuilder::BuildMethodTableThrowing+0xbef, calling clr!_EH_epilog3_GS 09f89fb8 6e774545 clr!_EH_epilog3_GS+0xa, calling clr!__security_check_cookie 09f89fbc 6e7a7db4 clr!ClassLoader::CreateTypeHandleForTypeDefThrowing+0x868, calling clr!_EH_epilog3_GS 09f89fe4 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f8a020 6e85f138 clr!RecordPool::GetRecord+0x27 09f8a03c 6e85fb48 clr!CMiniMdRW::vSearchTable+0x47 09f8a044 6e85fb57 clr!CMiniMdRW::vSearchTable+0x5a, calling clr!CMiniMdBase::getIX 09f8a068 6e78f3cd clr!CMiniMdBase::SearchTableForMultipleRows+0x29 09f8a090 6e85fbfd clr!CMiniMdRW::LookUpTableByCol+0x63, calling clr!CMiniMdBase::SearchTableForMultipleRows 09f8a0ac 6e78ff6a clr!Module::LookupTypeRef+0x53, calling clr!LookupMap::GetValueAt 09f8a0c8 6e78ff9b clr!ClassLoader::LookupTypeDefOrRefInModule+0x4c, calling clr!Module::LookupTypeRef 09f8a0e8 6e795fc0 clr!ClassLoader::LoadTypeDefOrRefThrowing+0x103, calling clr!Assembly::FindModuleByTypeRef 09f8a134 6e782515 clr!StgPoolReadOnly::GetString+0x15 09f8a148 6e77bd06 clr!CorSigUncompressToken+0x10, calling clr!CorSigUncompressData 09f8a150 6e7823a2 clr!SigPointer::GetTypeHandleThrowing+0x657, calling clr!ClassLoader::LoadTypeDefOrRefThrowing 09f8a180 6e7a050e clr!SecurityTransparent::CheckCriticalAccess+0xcd, calling clr!SecurityTransparent::IsMethodTransparent 09f8a1a0 6e7a04ae clr!ThrowTypeAccessException+0x281, calling clr!SecurityTransparent::CheckCriticalAccess 09f8a1b8 6e7a050e clr!SecurityTransparent::CheckCriticalAccess+0xcd, calling clr!SecurityTransparent::IsMethodTransparent 09f8a1dc 6e78fd28 clr!MethodTable::GetMethodTableMatchingParentClass+0x14, calling clr!MethodTable::HasSameTypeDefAs 09f8a208 6e7a698f clr!CEEInfo::ConvToJitSig+0x187, calling clr!SigPointer::GetTypeHandleThrowing 09f8a260 6e7a5b40 clr!CEEInfo::getMethodSigInternal+0x50, calling clr!CEEInfo::ConvToJitSig 09f8a294 6e7a5f59 clr!CEEInfo::getCallInfo+0xe19, calling clr!CEEInfo::getMethodSigInternal 09f8a2dc 6e797920 clr!MetaSig::CompareElementType+0x88, calling clr!CorSigUncompressElementType_EndPtr 09f8a310 6e78bf03 clr!EEClassHashTable::GetValue+0x22, calling clr!EEClassHashEntry::GetData 09f8a31c 6e78c0dd clr!EEClassHashTable::GetValue+0x31, calling clr!EEClassHashTable::GetValue 09f8a35c 6e797920 clr!MetaSig::CompareElementType+0x88, calling clr!CorSigUncompressElementType_EndPtr 09f8a384 6e7856f4 clr!SimpleRWLock::TryEnterRead+0x1c, calling clr!GetThread 09f8a38c 6e785751 clr!SimpleRWLock::EnterRead+0x9b, calling clr!_EH_epilog3 09f8a3c4 6e79786f clr!MetaSig::CompareMethodSigs+0x188, calling clr!MetaSig::CompareElementType 09f8a45c 6e79808d clr!MemberLoader::FindMethod+0x108, calling clr!CompareMethodSigWithCorrectSubstitution 09f8a46c 6e79809f clr!MemberLoader::FindMethod+0x1b6, calling clr!MethodTable::MethodData::Release 09f8a4a0 6e7a57db clr!CEEInfo::getArgType+0x2e7, calling clr!ModifyCheckForDynamicMethod+0x11e 09f8a4a4 6e7a581c clr!CEEInfo::getArgType+0x357, calling clr!_EH_epilog3 09f8a4b4 6e7a68f6 clr!CEEInfo::getArgClass+0x1ae, calling clr!SigPointer::PeekElemTypeClosed 09f8a4bc 6e7a6970 clr!CEEInfo::getArgClass+0x25d, calling clr!_EH_epilog3 09f8a4fc 6e7a58b2 clr!CEEInfo::getArgNext+0xb5, calling clr!_EH_epilog3 09f8a548 6e7825c9 clr!MethodDesc::IsRestored+0x5d, calling clr!MethodDesc::IsILStub 09f8a550 6e7825fd clr!MethodDesc::CheckRestore+0x23, calling clr!MethodTable::IsFullyLoaded 09f8a568 6e7a5ae0 clr!CEEInfo::ScanToken+0x184, calling clr!MethodTable::GetModule 09f8a580 6f1e2bc5  DBGHELP: clrjit - public symbols           c:\symbols\clrjit.pdb\E6EDE6919EE5403AB3E6B0D1A1A181BD2\clrjit.pdb clrjit!Compiler::impImportCall+0xb46, calling clrjit!Compiler::impAppendTree 09f8a590 6e7a41f7 clr!CEEInfo::resolveToken+0x4dd, calling clr!CEEInfo::ScanToken 09f8a598 6e774b8e clr!TypeHandle::GetInternalCorElementType+0x13, calling clr!MethodTable::GetInternalCorElementType 09f8a5a0 6e7a4267 clr!CEEInfo::resolveToken+0x551, calling clr!_EH_epilog3 09f8a5e4 6f1e1fc4 clrjit!Compiler::impPushVar+0x43, calling clrjit!Compiler::impPushOnStack 09f8a5fc 6f1e31fc clrjit!Compiler::impLoadVar+0x57, calling clrjit!Compiler::impPushVar 09f8a63c 6f1e2960 clrjit!Compiler::impImportBlockCode+0x2d6e 09f8a690 6e79715a clr!SecurityTransparent::IsTypeSafeCritical+0x1e, calling clr!EEClass::IsCritical 09f8a6a0 6e7823f3 clr!SigPointer::GetTypeHandleThrowing+0xad3, calling clr!__security_check_cookie 09f8a6a4 6e78fe4d clr!TypeHandle::GetInstantiationOfParentClass+0x35, calling clr!MethodTable::GetInstantiation 09f8a6b0 6e7a045f clr!SecurityTransparent::CheckCriticalAccess+0x99, calling clr!MethodTable::GetModule 09f8a6d0 6e7a04ae clr!ThrowTypeAccessException+0x281, calling clr!SecurityTransparent::CheckCriticalAccess 09f8a6ec 6e796f05 clr!ClassLoader::CanAccessClass+0x30, calling clr!ThrowTypeAccessException+0x21b 09f8a70c 6e78fd28 clr!MethodTable::GetMethodTableMatchingParentClass+0x14, calling clr!MethodTable::HasSameTypeDefAs 09f8a71c 6e78fe4d clr!TypeHandle::GetInstantiationOfParentClass+0x35, calling clr!MethodTable::GetInstantiation 09f8a730 6e774b8e clr!TypeHandle::GetInternalCorElementType+0x13, calling clr!MethodTable::GetInternalCorElementType 09f8a738 6e7a60b4 clr!ModifyCheckForDynamicMethod+0x177, calling clr!MethodTable::IsEnum 09f8a758 6e7a3cb9 clr!CEEInfo::ConvToJitSig+0x1bb, calling clr!SigParser::SkipExactlyOne 09f8a790 6e7a5b40 clr!CEEInfo::getMethodSigInternal+0x50, calling clr!CEEInfo::ConvToJitSig 09f8a798 6e77a513 clr!MethodDesc::IsSharedByGenericInstantiations+0x1c, calling clr!MethodTable::IsSharedByGenericInstantiations 09f8a7a0 6e78090a clr!MethodDesc::RequiresInstArg+0x8, calling clr!MethodDesc::IsSharedByGenericInstantiations 09f8a7a8 6e7a5b47 clr!CEEInfo::getMethodSigInternal+0x57, calling clr!MethodDesc::RequiresInstArg 09f8a7c4 6e7a5f59 clr!CEEInfo::getCallInfo+0xe19, calling clr!CEEInfo::getMethodSigInternal 09f8a7cc 6e7743ca clr!_EH_epilog3_catch_GS+0xa, calling clr!__security_check_cookie 09f8a7d0 6e7a5fa7 clr!CEEInfo::getCallInfo+0xedf, calling clr!_EH_epilog3_catch_GS 09f8a7e4 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f8a7ec 6e85f18d clr!CMDSemReadWrite::~CMDSemReadWrite+0x14, calling clr!UTSemReadWrite::UnlockRead 09f8a7f4 6e85fd23 clr!MDInternalRW::EnumInit+0x1387, calling clr!CMDSemReadWrite::~CMDSemReadWrite 09f8a854 6e787342 clr!NgenHashTable::BaseFindFirstEntryByHash+0x26, calling clr!NgenHashTable

::FindVolatileEntryByHash 09f8a858 6e785916 clr!TypeDesc::GetTypeParam+0x8, calling clr!TypeDesc::IsGenericVariable 09f8a860 6e78594c clr!TypeHandle::GetTypeParam+0x15, calling clr!TypeDesc::GetTypeParam 09f8a8a8 6e77a318 clr!ClrFlsSetValue+0xc, calling clr!ClrFlsGetBlock 09f8a8b4 6e77a3a6 clr!IncCantAllocCount+0x87, calling clr!ClrFlsSetValue 09f8a900 6e7819fb clr!ExecutionManager::FindZapModule+0x4c, calling clr!_EH_epilog3 09f8a94c 6e78698f clr!MethodTable::IsExternallyVisible+0x38, calling clr!IsTypeDefExternallyVisible 09f8a95c 6e78ff6a clr!Module::LookupTypeRef+0x53, calling clr!LookupMap::GetValueAt 09f8a978 6e785512 clr!TypeHandle::GetLoadLevel+0x17, calling clr!MethodTable::GetLoadLevel 09f8a980 6e78ffb9 clr!ClassLoader::LookupTypeDefOrRefInModule+0x62, calling clr!TypeHandle::GetLoadLevel 09f8a9a0 6e7821fb clr!ClassLoader::LoadTypeDefOrRefThrowing+0x75, calling clr!TypeHandle::IsGenericTypeDefinition 09f8a9b8 6e85f138 clr!RecordPool::GetRecord+0x27 09f8a9d0 6e7831d3 clr!TypeHandle::IsSharedByGenericInstantiations+0x36, calling clr!MethodTable::IsSharedByGenericInstantiations 09f8a9e4 6e7a4359 clr!CEEInfo::getClassAttribsInternal+0x162, calling clr!MethodTable::ParentEquals 09f8aa04 6e7a43d7 clr!CEEInfo::getClassAttribs+0x60, calling clr!CEEInfo::getClassAttribsInternal 09f8aa08 6e7a440e clr!CEEInfo::getClassAttribs+0x9f, calling clr!_EH_epilog3 09f8aa4c 6e7a440e clr!CEEInfo::getClassAttribs+0x9f, calling clr!_EH_epilog3 09f8aa50 6f1e2b47 clrjit!Compiler::verMakeTypeInfo+0x44 09f8aa64 6f1e1123 clrjit!Compiler::verMakeTypeInfo+0x103, calling clrjit!Compiler::verMakeTypeInfo 09f8aa7c 6f1e1778 clrjit!Compiler::fgWalkTreePreRec+0x28 09f8aaa0 6f1e299c clrjit!Compiler::gtHasLocalsWithAddrOp+0x31, calling clrjit!Compiler::fgWalkTreePreRec 09f8aacc 6f2084d2 clrjit!Compiler::impSpillSideEffects+0x6d, calling clrjit!Compiler::gtHasLocalsWithAddrOp 09f8aaf4 6f1e2075 clrjit!Compiler::impAppendStmt+0xc3, calling clrjit!Compiler::impCurStmtOffsSet 09f8ab10 6f1f935f clrjit!Compiler::impAssignTempGen+0x9a, calling clrjit!Compiler::impAppendStmt 09f8ab2c 6f1e1b5f clrjit!Compiler::gtNewNode+0x1c, calling clrjit!norls_allocator::nraAlloc 09f8ab40 6f1e2075 clrjit!Compiler::impAppendStmt+0xc3, calling clrjit!Compiler::impCurStmtOffsSet 09f8ab80 6f1e32b8 clrjit!Compiler::impImportBlockCode+0x1ca1, calling clrjit!Compiler::impNoteBranchOffs 09f8abc0 6e7820dc clr!Module::LookupTypeDef+0x6f, calling clr!TypeHandle::GetLoadLevel 09f8ac6c 6e85f1d2 clr!StgBlobPool::GetBlob+0x4e, calling clr!MetaData::DataBlob::PeekCompressedU 09f8ac90 6e780805 clr!MetaSig::Init+0x149, calling clr!CorSigUncompressData 09f8ac98 6e78083b clr!MetaSig::Init+0x17b, calling clr!SigParser::SkipExactlyOne 09f8acb0 6f28052a MSVCR110_CLR0400!qsort+0x2b5 09f8accc 6f2804ee MSVCR110_CLR0400!qsort+0x9b, calling MSVCR110_CLR0400!qsort+0x290 09f8ad3c 6f1f79d2 clrjit!Compiler::fgFindJumpTargets+0x108, calling clrjit!fgStack::push 09f8ad60 6f1e4840 clrjit!Compiler::fgInitBBLookup+0x27, calling clrjit!norls_allocator::nraAlloc 09f8ad74 6f1e1d53 clrjit!Compiler::impImportBlock+0x5f, calling clrjit!Compiler::impImportBlockCode 09f8ad94 6f1e3c75 clrjit!CompExpandArray::EnsureCoversInd+0x71, calling MSVCR110_CLR0400!memset 09f8adbc 6f1e1be6 clrjit!Compiler::impSetPendingBlockMember+0x1f, calling clrjit!CompExpandArray::EnsureCoversInd 09f8addc 6f1e1be6 clrjit!Compiler::impSetPendingBlockMember+0x1f, calling clrjit!CompExpandArray::EnsureCoversInd 09f8adf4 6f1e1f48 clrjit!Compiler::impImport+0x235, calling clrjit!Compiler::impImportBlock 09f8ae0c 6f1e3405 clrjit!Compiler::compCompile+0x63, calling clrjit!Compiler::impImport 09f8ae2c 6f1e3635 clrjit!Compiler::compCompileHelper+0x2fa, calling clrjit!Compiler::compCompile 09f8ae68 6f1e3823 clrjit!Compiler::compCompile+0x213, calling clrjit!Compiler::compCompileHelper 09f8aee0 6f1e36f6 clrjit!jitNativeCode+0x1e3, calling clrjit!Compiler::compCompile 09f8af64 6f1f632d clrjit!emitter::emitInsSizeSV+0x49, calling clrjit!Compiler::lvaFrameAddress 09f8afd0 6f1e385f clrjit!CILJit::compileMethod+0x25, calling clrjit!jitNativeCode 09f8aff4 6e7a4770 clr!invokeCompileMethodHelper+0x41 09f8b044 6e7a4809 clr!invokeCompileMethod+0x31, calling clr!invokeCompileMethodHelper 09f8b084 6e7a484b clr!CallCompileMethodWithSEHWrapper+0x2a, calling clr!invokeCompileMethod 09f8b0bc 6e85f431 clr!MDInternalRW::GetMethodDefProps+0x7d, calling clr!_EH_epilog3 09f8b0e8 6e7a36e4 clr!UnsafeJitFunction+0x3ca, calling clr!CallCompileMethodWithSEHWrapper 09f8b254 6f1ee1a0 clrjit!Compiler::genCreateAndStoreGCInfoJIT32+0x9b, calling clrjit!Compiler::gcInfoBlockHdrSave 09f8b25c 6f1ee1c1 clrjit!Compiler::genCreateAndStoreGCInfoJIT32+0xbc, calling clrjit!Compiler::gcMakeRegPtrTable 09f8b278 6f1ee1ee clrjit!Compiler::genCreateAndStoreGCInfoJIT32+0xea, calling clrjit!__security_check_cookie 09f8b27c 6e7b24f0 clr!CEEJitInfo::setVars+0x76 09f8b2dc 6f1edb14 clrjit!Compiler::genReportEH+0xf6, calling clrjit!__security_check_cookie 09f8b2e4 7726e12a kernel32!QueryThreadCycleTime+0x1b, calling ntdll!NtQueryInformationThread 09f8b314 6f1ee51d clrjit!Compiler::RecordSqmStateAtEndOfCompilation+0x36, calling clrjit!_aulldiv 09f8b320 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f8b35c 6f1e3635 clrjit!Compiler::compCompileHelper+0x2fa, calling clrjit!Compiler::compCompile 09f8b3bc 6e85f1d2 clr!StgBlobPool::GetBlob+0x4e, calling clr!MetaData::DataBlob::PeekCompressedU 09f8b3d4 6e85f65e clr!CMiniMdTemplate::getSignatureOfStandAloneSig+0x42 09f8b3f8 6e85f612 clr!MDInternalRW::GetSigFromToken+0x79, calling clr!CMiniMdTemplate::getSignatureOfStandAloneSig 09f8b424 6e7a3b0d clr!ETW::MethodLog::MethodJitting+0xbf, calling clr!_EH_epilog3 09f8b480 6e7a3980 clr!MethodDesc::MakeJitWorker+0x36b, calling clr!UnsafeJitFunction 09f8b55c 6e7b1ebe clr!MethodDesc::DoPrestub+0x59d, calling clr!MethodDesc::MakeJitWorker 09f8b5b8 6e7825fd clr!MethodDesc::CheckRestore+0x23, calling clr!MethodTable::IsFullyLoaded 09f8b5d0 6e7850f6 clr!PreStubWorker+0xed, calling clr!MethodDesc::DoPrestub 09f8b614 77e6890d ntdll!RtlQueryPerformanceCounter+0x45, calling ntdll!_aullshr 09f8b638 6e7742b9 clr!ThePreStub+0x16, calling clr!PreStubWorker 09f8b650 6e7849e4 clr!MethodDesc::IsInterface+0x5, calling clr!MethodDesc::GetMethodTable 09f8b668 6e773e22 clr!CallDescrWorkerInternal+0x34 09f8b674 6e783355 clr!CallDescrWorkerWithHandler+0x6b, calling clr!CallDescrWorkerInternal 09f8b688 6e78330e clr!CallDescrWorkerWithHandler+0x20, calling clr!_alloca_probe 09f8b6c8 6e7eb8ac clr!CallDescrWorkerReflectionWrapper+0x55, calling clr!CallDescrWorkerWithHandler 09f8b708 6e7eb774 clr!RuntimeMethodHandle::InvokeMethod+0x857, calling clr!CallDescrWorkerReflectionWrapper 09f8b718 6e7849e4 clr!MethodDesc::IsInterface+0x5, calling clr!MethodDesc::GetMethodTable 09f8b734 6e7eb57a clr!RuntimeMethodHandle::InvokeMethod+0x25e, calling clr!_alloca_probe_16 09f8b784 6e78526b clr!MethodDesc::DoBackpatch+0x29c, calling clr!_EH_epilog3 09f8b794 6e7eb454 clr!RuntimeMethodHandle::InvokeMethod+0x73, calling clr!LazyMachStateCaptureState 09f8b7bc 6e78526b clr!MethodDesc::DoBackpatch+0x29c, calling clr!_EH_epilog3 09f8b7c0 6e785024 clr!MethodDesc::DoPrestub+0x65d, calling clr!MethodDesc::DoBackpatch 09f8b7f4 6e85f1d2 clr!StgBlobPool::GetBlob+0x4e, calling clr!MetaData::DataBlob::PeekCompressedU 09f8b80c 6e85f490 clr!CMiniMdTemplate::getSignatureOfMethod+0x42 09f8b838 6e780805 clr!MetaSig::Init+0x149, calling clr!CorSigUncompressData 09f8b840 6e78083b clr!MetaSig::Init+0x17b, calling clr!SigParser::SkipExactlyOne 09f8b870 6e77a513 clr!MethodDesc::IsSharedByGenericInstantiations+0x1c, calling clr!MethodTable::IsSharedByGenericInstantiations 09f8b87c 6e785f26 clr!InvokeUtil::IsDangerousMethod+0x132, calling clr!MethodTable::ParentEquals 09f8b8b0 6e7ebb6f clr!ReflectionInvocation::GetSpecialSecurityFlags+0x38, calling clr!_EH_epilog3 09f8b928 6e779dce clr!TypeHandle::GetSignatureCorElementType+0x13, calling clr!MethodTable::GetSignatureCorElementType 09f8b930 6e7861ff clr!RuntimeTypeHandle::GetCorElementType+0x33, calling clr!TypeHandle::GetSignatureCorElementType 09f8b964 6e78621e clr!RuntimeTypeHandle::ContainsGenericVariables+0x35, calling clr!TypeHandle::ContainsGenericVariables 09f8b978 0043d313 (MethodDesc 00402d6c +0xe3 System.AppDomain.get_Flags()), calling  (JitHelp: CORINFO_HELP_GETSHARED_NONGCSTATIC_BASE_NOCTOR) 09f8b99c 6e7ec0d9 clr!Security::AllDomainsOnStackFullyTrusted+0x21 09f8ba14 020f8933 (MethodDesc 02087620 +0x6b System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])), calling clr!RuntimeMethodHandle::InvokeMethod 09f8ba5c 09fed267 (MethodDesc 02087544 +0x19f System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)), calling (MethodDesc 02087620 +0 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])) 09f8bac8 09fed0a6 (MethodDesc 02085130 +0x36 System.Reflection.MethodBase.Invoke(System.Object, System.Object[])) 09f8baec 0bba56e0 (MethodDesc 0b853d58 +0x68 NUnit.Core.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object, System.Object[])), calling (MethodDesc 02085130 +0 System.Reflection.MethodBase.Invoke(System.Object, System.Object[])) 09f8bb40 0bba5653 (MethodDesc 0b853d4c +0x33 NUnit.Core.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object)), calling (MethodDesc 0b853d58 +0 NUnit.Core.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object, System.Object[])) 09f8bb5c 0bce346d (MethodDesc 0b855434 +0xd5 NUnit.Core.TestMethod.RunSetUp()), calling (MethodDesc 0b853d4c +0 NUnit.Core.Reflect.InvokeMethod(System.Reflection.MethodInfo, System.Object)) 09f8bb9c 0bce2edc (MethodDesc 0b85540c +0xcc NUnit.Core.TestMethod.RunTest()), calling (MethodDesc 0b855434 +0 NUnit.Core.TestMethod.RunSetUp()) 09f8bca4 0bce2dc6 (MethodDesc 0b855568 +0x36 NUnit.Core.NUnitTestMethod.RunTest()), calling (MethodDesc 0b85540c +0 NUnit.Core.TestMethod.RunTest()) 09f8bcc4 0bce2b0c (MethodDesc 0b855400 +0xdc NUnit.Core.TestMethod.RunRepeatedTest()) 09f8bd24 0bce2584 (MethodDesc 0b8553f4 +0x584 NUnit.Core.TestMethod.RunTestInContext()), calling (MethodDesc 0b855400 +0 NUnit.Core.TestMethod.RunRepeatedTest()) 09f8be40 0bce1c60 (MethodDesc 0b8553e0 +0x118 NUnit.Core.TestMethod.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0b8553f4 +0 NUnit.Core.TestMethod.RunTestInContext()) 09f8be44 6e785147 clr!PreStubWorker+0x142, calling clr!_EH_epilog3 09f8bed8 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8bfe4 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c0bc 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c104 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c170 0bce15fa (MethodDesc 0b853eb8 +0x92 NUnit.Core.TestFixture.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df418 +0 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c1c0 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c2cc 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c3a4 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c3ec 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c458 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c564 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c63c 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c684 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c6f0 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c7fc 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c8d4 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c91c 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8c988 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8ca94 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8cb6c 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8cbb4 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8cc20 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8cd2c 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8ce04 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8ce4c 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8ceb8 0a1ee04b (MethodDesc 0b85610c +0x93 NUnit.Core.SetUpFixture.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df418 +0 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8cf08 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d014 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d0ec 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d134 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d1a0 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d2ac 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d384 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d3cc 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d438 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d544 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d61c 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d664 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d6d0 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d7dc 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d8b4 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d8fc 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8d968 0a1edcc6 (MethodDesc 0a6df490 +0x34e NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8da74 0a1eccb7 (MethodDesc 0a6df438 +0x4b7 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df490 +0 NUnit.Core.TestSuite.RunAllTests(NUnit.Core.TestResult, NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8db4c 0a1ec144 (MethodDesc 0a6df42c +0x74 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df438 +0 NUnit.Core.TestSuite.RunSuite(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8db94 0a1ebd51 (MethodDesc 0a6df418 +0xd9 NUnit.Core.TestSuite.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling (MethodDesc 0a6df42c +0 NUnit.Core.TestSuite.RunSuiteInContext(NUnit.Core.EventListener, NUnit.Core.ITestFilter)) 09f8dc00 0a1eac7f (MethodDesc 0a6dd88c +0xd7 NUnit.Core.SimpleTestRunner.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter, Boolean, NUnit.Core.LoggingThreshold)) 09f8dc64 0b8a2186 (MethodDesc 0a499ae0 +0x4e JetBrains.ReSharper.UnitTestRunner.nUnit.NUnitTestRunner.Run(NUnit.Core.EventListener, NUnit.Core.ITestFilter)), calling 0a596352 09f8dc88 0a5a0f1b (MethodDesc 0a493f6c +0x7c3 JetBrains.ReSharper.UnitTestRunner.nUnit.BuiltInNUnitRunner.RunTests(JetBrains.ReSharper.TaskRunnerFramework.IRemoteTaskServer, System.Collections.Generic.Dictionary`2, System.Collections.Generic.Dictionary`2, System.Collections.Generic.List`1, Boolean, System.Collections.Generic.List`1)), calling 0a49d004 09f8de04 6e773e22 clr!CallDescrWorkerInternal+0x34 09f8de24 6e783355 clr!CallDescrWorkerWithHandler+0x6b, calling clr!CallDescrWorkerInternal 09f8de38 6e78330e clr!CallDescrWorkerWithHandler+0x20, calling clr!_alloca_probe 09f8de78 6e917448 clr!CallDescrWithObjectArray+0x525, calling clr!CallDescrWorkerWithHandler 09f8dee4 6e786106 clr!ArgIteratorTemplate::ComputeReturnFlags+0x11, calling clr!MetaSig::GetReturnTypeNormalized 09f8def4 6e786ade clr!ArgIteratorTemplate::ForceSigWalk+0xa5, calling clr!MetaSig::GetElemSize 09f8df20 6e9171eb clr!CallDescrWithObjectArray+0xa2, calling clr!_alloca_probe_16 09f8dfe0 6e9175dc clr!CStackBuilderSink::PrivateProcessMessage+0x1eb, calling clr!CallDescrWithObjectArray 09f8e0a0 6e91754e clr!CStackBuilderSink::PrivateProcessMessage+0x75, calling clr!LazyMachStateCaptureState 09f8e0ac 6e7727d4 clr!ClrFlsIncrementValue+0x9, calling clr!ClrFlsGetBlock 09f8e0f4 6e77a3e2 clr!GCPreemp::GCPreemp+0xb, calling clr!GetThread 09f8e0fc 6e7856f4 clr!SimpleRWLock::TryEnterRead+0x1c, calling clr!GetThread 09f8e104 6e785751 clr!SimpleRWLock::EnterRead+0x9b, calling clr!_EH_epilog3 09f8e124 6e917077 clr!IsInstanceOfTypeHelper+0x3b, calling clr!LazyMachStateCaptureState 09f8e12c 6e77a287 clr!MethodTable::GetSignatureCorElementType+0x5e, calling clr!MethodTable::GetClass 09f8e134 6e779dce clr!TypeHandle::GetSignatureCorElementType+0x13, calling clr!MethodTable::GetSignatureCorElementType 09f8e14c 020f794b (MethodDesc 0040af7c +0x2b System.RuntimeTypeHandle.IsByRef(System.RuntimeType)), calling clr!RuntimeTypeHandle::GetCorElementType 09f8e154 6e78d63e clr!RuntimeTypeHandle::IsInstanceOfType+0x36, calling clr!ObjIsInstanceOfNoGC 09f8e16c 020f82a5 (MethodDesc 003b836c +0x25 System.RuntimeType.IsInstanceOfType(System.Object)), calling clr!RuntimeTypeHandle::IsInstanceOfType 09f8e180 0a1dc2fd (MethodDesc 09ff71c0 +0x8d System.Runtime.Remoting.Messaging.Message.CoerceArg(System.Object, System.Type)) 09f8e200 6e774b17 clr!JIT_Stelem_Ref+0x25, calling clr!JIT_WriteBarrierEAX 09f8e204 0a1dbef3 (MethodDesc 09ff71b4 +0x2ab System.Runtime.Remoting.Messaging.Message.CoerceArgs(System.Reflection.MethodBase, System.Object[], System.Reflection.ParameterInfo[])), calling clr!JIT_Stelem_Ref 09f8e2e8 020f59eb (MethodDesc 020873f4 +0x2b System.Reflection.RuntimeMethodInfo.System.IRuntimeMethodInfo.get_Value()), calling (MethodDesc 00489f78 +0 System.RuntimeMethodHandleInternal..ctor(IntPtr)) 09f8e304 0a1dc5f8 (MethodDesc 02248290 +0x48 System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(System.RuntimeMethodHandle, System.Object[], System.Object, System.Object[] ByRef)), calling clr!CStackBuilderSink::PrivateProcessMessage 09f8e32c 0a1dac4a (MethodDesc 02248248 +0x422 System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)), calling (MethodDesc 02248290 +0 System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(System.RuntimeMethodHandle, System.Object[], System.Object, System.Object[] ByRef)) 09f8e464 0a1da763 (MethodDesc 09ff51a4 +0xf3 System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)) 09f8e4a8 0a1da653 (MethodDesc 09ff5254 +0x3b System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)), calling 003074ea 09f8e4bc 0a1da53d (MethodDesc 09ff94f0 +0x13d System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)), calling 003074d6 09f8e520 0a1da014 (MethodDesc 09ff93d0 +0x18c System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(System.Object[])), calling 003074c2 09f8e594 0a02555d (MethodDesc 00400964 +0x2d System.Threading.Thread.CompleteCrossContextCallback(System.Threading.InternalCrossContextDelegate, System.Object[])) 09f8e5a8 6e773e22 clr!CallDescrWorkerInternal+0x34 09f8e5b4 6e783355 clr!CallDescrWorkerWithHandler+0x6b, calling clr!CallDescrWorkerInternal 09f8e5c8 6e78330e clr!CallDescrWorkerWithHandler+0x20, calling clr!_alloca_probe 09f8e608 6e78e24c clr!DispatchCallDebuggerWrapper+0x59, calling clr!CallDescrWorkerWithHandler 09f8e64c 6e78e287 clr!DispatchCallSimple+0x68, calling clr!DispatchCallDebuggerWrapper 09f8e660 6e772598 clr!CExecutionEngine::ReleaseLock+0x5c, calling clr!_EH_epilog3 09f8e688 6e91af44 clr!ThreadNative::InternalCrossContextCallback+0x232, calling clr!DispatchCallSimple 09f8e6f0 6e91ade0 clr!ThreadNative::InternalCrossContextCallback+0x61, calling clr!LazyMachStateCaptureState 09f8e704 6e78eb6d clr!VirtualCallStubManager::BackPatchSite+0x88, calling clr!StubCallSite::GetIndirectCell 09f8e7f8 0a1d9e65 (MethodDesc 0040064c +0x55 System.Threading.Thread.InternalCrossContextCallback(System.Runtime.Remoting.Contexts.Context, System.Threading.InternalCrossContextDelegate, System.Object[])), calling clr!ThreadNative::InternalCrossContextCallback 09f8e828 0a1d9d19 (MethodDesc 09ff93dc +0x119 System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)), calling (MethodDesc 0040064c +0 System.Threading.Thread.InternalCrossContextCallback(System.Runtime.Remoting.Contexts.Context, System.Threading.InternalCrossContextDelegate, System.Object[])) 09f8e8bc 0a1d85f0 (MethodDesc 09ff4238 +0x110 System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(System.Runtime.Remoting.Messaging.IMessage)), calling 003074ae 09f8e940 0a1d6aaf (MethodDesc 09ff557c +0x127 System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[], System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage ByRef)), calling (MethodDesc 09ff4238 +0 System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(System.Runtime.Remoting.Messaging.IMessage)) 09f8e9b4 0a1d68e0 (MethodDesc 09ff5588 +0xc8 System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatchCallback(System.Object[])), calling (MethodDesc 09ff557c +0 System.Runtime.Remoting.Channels.CrossAppDomainSink.DoDispatch(Byte[], System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage ByRef)) 09f8ea14 0a02555d (MethodDesc 00400964 +0x2d System.Threading.Thread.CompleteCrossContextCallback(System.Threading.InternalCrossContextDelegate, System.Object[])) 09f8ea28 6e773e22 clr!CallDescrWorkerInternal+0x34 09f8ea34 6e783355 clr!CallDescrWorkerWithHandler+0x6b, calling clr!CallDescrWorkerInternal 09f8ea48 6e78330e clr!CallDescrWorkerWithHandler+0x20, calling clr!_alloca_probe 09f8ea88 6e78e24c clr!DispatchCallDebuggerWrapper+0x59, calling clr!CallDescrWorkerWithHandler 09f8eacc 6e78e287 clr!DispatchCallSimple+0x68, calling clr!DispatchCallDebuggerWrapper 09f8eb08 6e91af44 clr!ThreadNative::InternalCrossContextCallback+0x232, calling clr!DispatchCallSimple 09f8eb70 6e91ade0 clr!ThreadNative::InternalCrossContextCallback+0x61, calling clr!LazyMachStateCaptureState 09f8ebb8 6e7742b9 clr!ThePreStub+0x16, calling clr!PreStubWorker 09f8ebe8 0a1d55e5 (MethodDesc 09ff8264 +0x425 System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage..ctor(System.Runtime.Remoting.Messaging.IMethodCallMessage)), calling clr!JIT_WriteBarrierEAX 09f8ec78 0a1d673d (MethodDesc 09ff5594 +0xd5 System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatch(Byte[], System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage ByRef)), calling clr!ThreadNative::InternalCrossContextCallback 09f8ecc8 0a1d4d4a (MethodDesc 09ff55a0 +0x15a System.Runtime.Remoting.Channels.CrossAppDomainSink.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)), calling (MethodDesc 09ff5594 +0 System.Runtime.Remoting.Channels.CrossAppDomainSink.DoTransitionDispatch(Byte[], System.Runtime.Remoting.Messaging.SmuggledMethodCallMessage, System.Runtime.Remoting.Messaging.SmuggledMethodReturnMessage ByRef)) 09f8ed90 0a1d4572 (MethodDesc 09d0ea3c +0xda System.Runtime.Remoting.Proxies.RemotingProxy.CallProcessMessage(System.Runtime.Remoting.Messaging.IMessageSink, System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Contexts.ArrayWithSize, System.Threading.Thread, System.Runtime.Remoting.Contexts.Context, Boolean)), calling 0030740e 09f8edd0 0a1d3f4c (MethodDesc 09d0ea50 +0x5dc System.Runtime.Remoting.Proxies.RemotingProxy.InternalInvoke(System.Runtime.Remoting.Messaging.IMethodCallMessage, Boolean, Int32)), calling (MethodDesc 09d0ea3c +0 System.Runtime.Remoting.Proxies.RemotingProxy.CallProcessMessage(System.Runtime.Remoting.Messaging.IMessageSink, System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Contexts.ArrayWithSize, System.Threading.Thread, System.Runtime.Remoting.Contexts.Context, Boolean)) 09f8ef14 0a1d3911 (MethodDesc 09d0ea48 +0x189 System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(System.Runtime.Remoting.Messaging.IMessage)) 09f8ef74 0a1d2cca (MethodDesc 0224075c +0x51a System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.MessageData ByRef, Int32)) 09f8f0a0 6e773f81 clr!CTPMethodTable__CallTargetHelper3+0xf 09f8f0ac 6e911c84 clr!CTPMethodTable::IsTPMethodTable+0x1ab, calling clr!CTPMethodTable__CallTargetHelper3 09f8f0cc 6e911c3a clr!CTPMethodTable::IsTPMethodTable+0x15c, calling clr!_alloca_probe 09f8f10c 6e91690e clr!CTPMethodTable::OnCall+0x1a2, calling clr!CTPMethodTable::IsTPMethodTable+0x10d 09f8f1c0 6e784545 clr!ETWTraceStartup::~ETWTraceStartup+0x10, calling clr!ETWTraceStartup::StartupTraceEvent 09f8f1e4 09fdda22 (MethodDesc 09e28b34 +0xcaa JetBrains.ReSharper.UnitTestRunner.nUnit.NUnitTaskRunner.ExecuteRecursive(JetBrains.ReSharper.TaskRunnerFramework.TaskExecutionNode)), calling 002e777e 09f8f1ec 6e910fbf clr!CTPMethodTable::PreCall+0x62 09f8f218 002b25a4 002b25a4, calling clr!CTPMethodTable::OnCall 09f8f250 09fdda22 (MethodDesc 09e28b34 +0xcaa JetBrains.ReSharper.UnitTestRunner.nUnit.NUnitTaskRunner.ExecuteRecursive(JetBrains.ReSharper.TaskRunnerFramework.TaskExecutionNode)), calling 002e777e 09f8f564 09fd1828 (MethodDesc 02cd3a4c +0x128 JetBrains.ReSharper.TaskRunnerFramework.StartupTaskRunnerHost.Execute(JetBrains.ReSharper.TaskRunnerFramework.TaskExecutionNode)) 09f8f5d8 09fd16a0 (MethodDesc 02cd3a40 +0x68 JetBrains.ReSharper.TaskRunnerFramework.StartupTaskRunnerHost.ExecuteNodes(System.Collections.Generic.IEnumerable`1)), calling 0246c5fc 09f8f618 04b2a15f (MethodDesc 02cd3c5c +0xd7 JetBrains.ReSharper.TaskRunnerFramework.TasksPacketHandler.ThreadProc(JetBrains.ReSharper.TaskRunnerFramework.TaskRunnerProxy, System.Collections.Generic.IEnumerable`1, JetBrains.ReSharper.TaskRunnerFramework.AssemblyLoader)), calling 02467200 09f8f66c 04b2a06c (MethodDesc 0427dbec +0x4c JetBrains.ReSharper.TaskRunnerFramework.TasksPacketHandler+<>c__DisplayClass2.b__1()), calling (MethodDesc 02cd3c5c +0 JetBrains.ReSharper.TaskRunnerFramework.TasksPacketHandler.ThreadProc(JetBrains.ReSharper.TaskRunnerFramework.TaskRunnerProxy, System.Collections.Generic.IEnumerable`1, JetBrains.ReSharper.TaskRunnerFramework.AssemblyLoader)) 09f8f688 04b29fc1 (MethodDesc 02cf7c6c +0xc9 System.Threading.ThreadHelper.ThreadStart_Context(System.Object)) 09f8f6a8 02dec61b (MethodDesc 02243080 +0x1a3 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)) 09f8f764 02deb6ab (MethodDesc 02243074 +0x33 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)), calling (MethodDesc 02243080 +0 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)) 09f8f780 04b29e99 (MethodDesc 02243068 +0xd9 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)), calling (MethodDesc 02243074 +0 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)) 09f8f7b8 04b29d6b (MethodDesc 02cf7c58 +0x6b System.Threading.ThreadHelper.ThreadStart()), calling (MethodDesc 02243068 +0 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)) 09f8f7d8 6e773e22 clr!CallDescrWorkerInternal+0x34 09f8f7e4 6e783355 clr!CallDescrWorkerWithHandler+0x6b, calling clr!CallDescrWorkerInternal 09f8f7f8 6e78330e clr!CallDescrWorkerWithHandler+0x20, calling clr!_alloca_probe 09f8f838 6e786d1f clr!MethodDescCallSite::CallTargetWorker+0x152, calling clr!CallDescrWorkerWithHandler 09f8f840 6e791d27 clr!ClassLoader::LoadTypeHandleThrowIfFailed+0x1f, calling clr!ClassLoader::LoadTypeHandleThrowing 09f8f864 6e786c77 clr!MethodDescCallSite::CallTargetWorker+0x6c, calling clr!_alloca_probe_16 09f8f8b0 6e8f29d6 clr!ThreadNative::KickOffThread_Worker+0x19d, calling clr!MethodDescCallSite::CallTargetWorker 09f8f998 6e1ba8fc JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x1095c, calling kernel32!TlsSetValueStub 09f8f9c4 6e1bab3a JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x10b9a, calling JetBrains_Profiler_Core_Win_x86!DllGetClassObject+0x11a60 09f8f9d8 76dd0c62  DBGHELP: ole32 - private symbols & lines          c:\symbols\ole32.pdb\5061F11A9A57433595EA5EA75A156F4B2\ole32.pdb ole32!InitThreadCtx+0xb4, calling ole32!CObjectContext::InternalAddRef 09f8f9ec 77e5e38c ntdll!RtlpLowFragHeapAllocFromContext+0xaec, calling ntdll!_SEH_epilog4 09f8f9f0 77e5e0f2 ntdll!RtlAllocateHeap+0x206, calling ntdll!RtlpLowFragHeapAllocFromContext 09f8fa24 6e7e8357 clr!Thread::DoExtraWorkForFinalizer+0x1ca 09f8fa38 6e7e83c5 clr!Thread::DoExtraWorkForFinalizer+0x256, calling clr!Thread::DoExtraWorkForFinalizer+0x163 09f8fa64 6e771156 clr!EEHeapAlloc+0x2c, calling ntdll!RtlAllocateHeap 09f8fa98 6e989cdb clr!EEToProfInterfaceImpl::ThreadAssignedToOSThread+0x76, calling clr!_EH_epilog3 09f8fac4 6e989cdb clr!EEToProfInterfaceImpl::ThreadAssignedToOSThread+0x76, calling clr!_EH_epilog3 09f8fae0 6e7e8492 clr!Thread::DoExtraWorkForFinalizer+0x615, calling clr!Thread::DoExtraWorkForFinalizer+0x1d4 09f8fb24 77e6a15e ntdll!LdrpInitializeThread+0x1df, calling ntdll!_SEH_epilog4 09f8fb3c 6e7e84ff clr!Thread::DoExtraWorkForFinalizer+0x6b2, calling clr!Thread::DoExtraWorkForFinalizer+0x5ba 09f8fb60 6e8f2ad8 clr!ThreadNative::KickOffThread+0x1d2, calling clr!Thread::DoExtraWorkForFinalizer+0x683 09f8fb9c 771e14ad kernel32!HeapFree+0x14, calling ntdll!RtlFreeHeap 09f8fbb0 6e7711b2 clr!EEHeapFree+0x31, calling kernel32!HeapFree 09f8fbe4 6e81b4ad clr!Thread::intermediateThreadProc+0x4d 09f8fde8 6e81b49b clr!Thread::intermediateThreadProc+0x3b, calling clr!_alloca_probe_16 09f8fdfc 771e336a kernel32!BaseThreadInitThunk+0xe 09f8fe08 77e69f72 ntdll!__RtlUserThreadStart+0x70 09f8fe48 77e69f45 ntdll!_RtlUserThreadStart+0x1b, calling ntdll!__RtlUserThreadStart

Thanks, Sriram
0
2 comments
Avatar
Permanently deleted user

BTW, excluding a large auto-generated class which is in the call path does not seem to make a difference in behavior.

0

Hi sriramd,

Thank you very much. I'm afraid !dumpstack shows partly incorrect stack trace. So, I'm ready to debug the issue on your computer if it's possible. This the shortest way to find what is wrong. Otherwise I need the repro case from you.

Please let me know your decision - mikhail pilin [] jetbrains com. NDA is possible...

WBR,
Mikhail Pilin

0

Please sign in to leave a comment.