Quantcast
Channel: Common Language Runtime Internals and Architecture forum
Viewing all articles
Browse latest Browse all 1710

Framework 4.5 WPF Application crashes on second startup

$
0
0

Hi there,

we've a C# WPF 4.5 application, that crashes on a Terminal Server on the second startup with an internal error in the Framework:

Ereignis-ID 1023
Application: Windream.Find.Wpf.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 000007FEDC0771B4 (000007FEDBE70000) with exit code 80131506.
Ereignis-ID 1000
Name der fehlerhaften Anwendung: Windream.Find.Wpf.exe, Version: 6.0.4.6015, Zeitstempel: 0x54e36082
Name des fehlerhaften Moduls: clr.dll, Version: 4.0.30319.34209, Zeitstempel: 0x5348a1ef
Ausnahmecode: 0xc0000005
Fehleroffset: 0x00000000002071b4
ID des fehlerhaften Prozesses: 0x46ac
Startzeit der fehlerhaften Anwendung: 0x01d14966395f0ba1
Pfad der fehlerhaften Anwendung: C:\Program Files\windream GmbH\windream\Windream.Find.Wpf.exe
Pfad des fehlerhaften Moduls: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Berichtskennung: 77ad748b-b559-11e5-b82e-0050568f6244

This happens on every subsequent starts.
After some time (about 5 - 15 minutes), it works again.

The process from the first, working startup is not running anymore, at that time.

In a dump, I can see, that the .Net CLR startup is still in progress, when the exception occurs.
Also, I can see, that no dependent assembly has been loaded, and none of our code has been running, so far.

Here's the whole CLR Stack from the Dump:

0:000> !DumpStack
OS Thread Id: 0x38b4 (0)
Current frame: clr!ClassLoader::AddAvailableClassHaveLock+0x234
Child-SP         RetAddr          Caller, Callee
000000000015be00 000007feea894fcc clr!LoaderAllocator::AllocateHandle_Unlocked+0xfc, calling clr!ErectWriteBarrier_ASM
000000000015bf00 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015bf10 000007feea8ee5fe clr!CExecutionEngine::AcquireLock+0x9b, calling ntdll!RtlTryEnterCriticalSection
000000000015bf80 000007feea8ba4a2 clr!Assembly::GetManifestWinMDImport+0x5e
000000000015bfd0 000007feea8ba429 clr!Assembly::GetWinMDStatus+0x23, calling clr!Assembly::GetManifestWinMDImport
000000000015c030 000007feea8bb8d3 clr!ClassLoader::PopulateAvailableClassHashTable+0xd4, calling clr!ClassLoader::AddAvailableClassHaveLock
000000000015c0f0 000007feea8df590 clr!Module::DoInit+0x70, calling clr!CLRException::HandlerState::CleanupTry
000000000015c120 000007feea89995a clr!SimpleRWLock::SimpleRWLock+0x17, calling clr!GetCurrentProcessCpuCount
000000000015c190 000007feea8df3df clr!Module::Module+0xab
000000000015c1a0 000007feea9f273d clr!PEDecoder::GetPersistedModuleImage+0xe, calling clr!PEDecoder::GetNativeHeader
000000000015c1c0 0000000077857534 ntdll!RtlInitializeCriticalSection+0xf0, calling ntdll!RtlEnterCriticalSection
000000000015c1d0 000007feea8e03e6 clr!Module::Create+0xd3, calling clr!Module::DoInit
000000000015c230 000007feea8bb7f2 clr!Assembly::PrepareModuleForAssembly+0x7f, calling clr!ClassLoader::PopulateAvailableClassHashTable
000000000015c260 000007feea8df8b4 clr!Assembly::Init+0x1a5, calling clr!Assembly::PrepareModuleForAssembly
000000000015c290 000007feea883b6f clr!operator new+0xf, calling clr!EEHeapAllocInProcessHeap
000000000015c2c0 000007feea8df6ca clr!Assembly::Create+0xda, calling clr!Assembly::Init
000000000015c2f0 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015c340 000007feea8c7ad3 clr!AssemblySecurityDescriptor::Resolve+0x1c
000000000015c360 000007feea8d631e clr!BaseAssemblySpec::ConvertPublicKeyToToken+0xa6, calling clr!StrongNameFreeBuffer
000000000015c390 000007feea883735 clr!GCPreemp::GCPreemp+0xe, calling clr!GetThread
000000000015c3c0 000007feea8dac98 clr!DomainAssembly::Allocate+0x17e, calling clr!Assembly::Create
000000000015c400 000007feea883a6a clr!EEHeapAllocInProcessHeap+0x46, calling ntdll!RtlAllocateHeap
000000000015c430 000007feea883b6f clr!operator new+0xf, calling clr!EEHeapAllocInProcessHeap
000000000015c460 000007feea8c8023 clr!BaseAssemblySpec::CloneFields+0x103, calling MSVCR120_CLR0400!strcpy_s
000000000015c4d0 000007feea8c7e4c clr!AssemblySpec::InitializeSpecInternal+0x118, calling clr!CLRException::HandlerState::CleanupTry
000000000015c520 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015c548 000007fe8b150278 000007fe8b150278, calling 000007fe8b150a76
000000000015c580 000007feea8cc472 clr!PEImage::Release+0x3f, calling clr!CrstBase::Leave
000000000015c5c0 000007feeac41136 clr!DomainFile::VerifyNativeImageDependencies+0x366266, calling clr!PEImage::Release
000000000015c760 000007feea8daafb clr!DomainFile::DoIncrementalLoad+0x117
000000000015c790 000007feea8d9805 clr!AppDomain::TryIncrementalLoad+0x136, calling clr!DomainFile::DoIncrementalLoad
000000000015c7b0 000007feea8a38ef clr!PEImage::Equals+0x257, calling clr!_security_check_cookie
000000000015c7d0 000007feea93b9bd clr!SimpleRWLock::EnterRead+0x6a, calling clr!GetThread
000000000015c7e0 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015c840 000007feea8cc472 clr!PEImage::Release+0x3f, calling clr!CrstBase::Leave
000000000015c9c0 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015ca40 000007feea8d8915 clr!BaseAssemblySpec::IsMscorlib+0x89, calling clr!_security_check_cookie
000000000015ca80 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015cab0 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015cad0 0000000077857534 ntdll!RtlInitializeCriticalSection+0xf0, calling ntdll!RtlEnterCriticalSection
000000000015cae0 000007feea882a90 clr!CrstBase::Leave+0x30, calling ntdll!RtlLeaveCriticalSection
000000000015cb10 000007feea8904bd clr!DeadlockAwareLock::TryBeginEnterLock+0x65, calling clr!CrstBase::Leave
000000000015cb20 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015cb30 000007feea882f21 clr!ClrFlsGetValue+0xe, calling clr!ClrFlsGetBlock
000000000015cb40 000007feea89039d clr!CrstBase::InitWorker+0x35, calling ntdll!RtlInitializeCriticalSection
000000000015cb50 000007feea8d96a5 clr!ListLockEntry::DeadlockAwareEnter+0x52, calling clr!GetThread
000000000015cb90 000007feea8d9492 clr!AppDomain::LoadDomainFile+0x107, calling clr!AppDomain::TryIncrementalLoad
000000000015cbb0 000007feea8db266 clr!FileLoadLock::FileLoadLock+0x66
000000000015cc10 000007feea882a90 clr!CrstBase::Leave+0x30, calling ntdll!RtlLeaveCriticalSection
000000000015cc40 000007feea8d85c7 clr!AppDomain::LoadDomainAssemblyInternal+0x177, calling clr!AppDomain::LoadDomainFile
000000000015ccb0 000007feea8d8a2b clr!AppDomain::FindCachedFile+0x3b, calling clr!AssemblySpecBindingCache::LookupFile
000000000015cd30 000007feea8d840f clr!AppDomain::LoadDomainAssembly+0x8c, calling clr!AppDomain::LoadDomainAssemblyInternal
000000000015cdc0 000007feef0753fd MSVCR120_CLR0400!getptd_noexit+0x74, calling kernel32!SetLastError
000000000015cde0 0000000077631a7a kernel32!HeapFree+0xa, calling ntdll!RtlFreeHeap
000000000015cdf0 000007feef0754ea MSVCR120_CLR0400!getptd+0xb, calling MSVCR120_CLR0400!getptd_noexit
000000000015ce10 000007feef0753fd MSVCR120_CLR0400!getptd_noexit+0x74, calling kernel32!SetLastError
000000000015ce20 000007feea8a3fe4 clr!AssemblySpec::ParseEncodedName+0x5c, calling clr!_security_check_cookie
000000000015ce60 000007feea8d8948 clr!SString::_strnicmp+0x1c, calling clr!SString::CaseCompareHelperA
000000000015ce70 000007feef076512 MSVCR120_CLR0400!_LocaleUpdate::_LocaleUpdate+0x1b, calling MSVCR120_CLR0400!getptd
000000000015ce80 000007feea93c410 clr!BaseAssemblySpec::CompareEx+0x16d, calling MSVCR120_CLR0400!strcmp
000000000015ced0 000007feea93c410 clr!BaseAssemblySpec::CompareEx+0x16d, calling MSVCR120_CLR0400!strcmp
000000000015cee0 000007feea93bfb9 clr!ComparePtr::CompareHelper+0x15
000000000015cf00 000007feea93c47b clr!DomainAssemblyCache::CompareBindingSpec+0x37, calling clr!BaseAssemblySpec::CompareEx
000000000015cf30 000007feea93bfb9 clr!ComparePtr::CompareHelper+0x15
000000000015cf50 000007feea883735 clr!GCPreemp::GCPreemp+0xe, calling clr!GetThread
000000000015cf60 000007feea93bfc5 clr!HashMap::CompareValues+0x15
000000000015cf90 000007feea90bd5c clr!HashMap::LookupValue+0x78, calling clr!GetThread
000000000015d010 000007feea8d896a clr!AppDomain::BindAssemblySpec+0x1a, calling clr!_chkstk
000000000015d050 000007feea8d8fde clr!AssemblySpec::LoadDomainAssembly+0x224, calling clr!AppDomain::LoadDomainAssembly
000000000015d1d0 000007feea8eebbf clr!MethodDesc::GetOrCreatePrecode+0x257, calling clr!_security_check_cookie
000000000015d240 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015d250 0000000077855ed4 ntdll!RtlpLowFragHeapAllocFromContext+0x68f, calling ntdll!ExpInterlockedPopEntrySList
000000000015d260 000007feea883b2d clr!EEHeapFreeInProcessHeap+0x39, calling kernel32!HeapFree
000000000015d270 000007feea8a3fe4 clr!AssemblySpec::ParseEncodedName+0x5c, calling clr!_security_check_cookie
000000000015d2a0 000007feea8d8b35 clr!AppDomain::AddAssemblyToCache+0x69, calling clr!CrstBase::Leave
000000000015d2e0 000007feea8ee5fe clr!CExecutionEngine::AcquireLock+0x9b, calling ntdll!RtlTryEnterCriticalSection
000000000015d330 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015d360 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015d3b0 000007feea93b9bd clr!SimpleRWLock::EnterRead+0x6a, calling clr!GetThread
000000000015d3c0 000007feea93ba37 clr!Holder<SimpleRWLock * __ptr64,&SimpleRWLock::AcquireReadLock,&SimpleRWLock::ReleaseReadLock,0,&CompareDefault<SimpleRWLock * __ptr64>,2,1>::~Holder<SimpleRWLock * __ptr64,&SimpleRWLock::AcquireReadLock,&SimpleRWLock::ReleaseReadLock,0,&CompareDefault<SimpleRWLock * __ptr64>,2,1>+0x27, calling clr!GetThread
000000000015d3d0 000007feea883735 clr!GCPreemp::GCPreemp+0xe, calling clr!GetThread
000000000015d3f0 000007feea88f385 clr!ClassLoader::LoadConstructedTypeThrowing+0x436, calling clr!Module::LookupFullyCanonicalInstantiation
000000000015d400 000007feea8dc1f9 clr!PEFile::GetMDImportWithRef+0x5a, calling clr!Holder<SimpleRWLock * __ptr64,&SimpleRWLock::AcquireReadLock,&SimpleRWLock::ReleaseReadLock,0,&CompareDefault<SimpleRWLock * __ptr64>,2,1>::~Holder<SimpleRWLock * __ptr64,&SimpleRWLock::AcquireReadLock,&SimpleRWLock::ReleaseReadLock,0,&CompareDefault<SimpleRWLock * __ptr64>,2,1>
000000000015d440 000007feea883a6a clr!EEHeapAllocInProcessHeap+0x46, calling ntdll!RtlAllocateHeap
000000000015d460 000007feea8dc16e clr!Wrapper<IBindResult * __ptr64,&DoNothing<IBindResult * __ptr64>,&DoTheRelease<IBindResult>,0,&CompareDefault<IBindResult * __ptr64>,2,1>::~Wrapper<IBindResult * __ptr64,&DoNothing<IBindResult * __ptr64>,&DoTheRelease<IBindResult>,0,&CompareDefault<IBindResult * __ptr64>,2,1>+0x30
000000000015d470 000007feea883b6f clr!operator new+0xf, calling clr!EEHeapAllocInProcessHeap
000000000015d4a0 000007feea8c8023 clr!BaseAssemblySpec::CloneFields+0x103, calling MSVCR120_CLR0400!strcpy_s
000000000015d510 000007feea8c7e4c clr!AssemblySpec::InitializeSpecInternal+0x118, calling clr!CLRException::HandlerState::CleanupTry
000000000015d560 0000000077631a7a kernel32!HeapFree+0xa, calling ntdll!RtlFreeHeap
000000000015d590 000007feea883b2d clr!EEHeapFreeInProcessHeap+0x39, calling kernel32!HeapFree
000000000015d600 000007feea9f2e6e clr!DomainFile::VerifyNativeImageDependencies+0x1a8, calling clr!AssemblySpec::LoadDomainAssembly
000000000015d7a0 000007feea8daec9 clr!DomainFile::DoIncrementalLoad+0x123, calling clr!DomainFile::VerifyNativeImageDependencies
000000000015d7d0 000007feea8d9805 clr!AppDomain::TryIncrementalLoad+0x136, calling clr!DomainFile::DoIncrementalLoad
000000000015d7f0 000007feea8a38ef clr!PEImage::Equals+0x257, calling clr!_security_check_cookie
000000000015d810 000007feea93b9bd clr!SimpleRWLock::EnterRead+0x6a, calling clr!GetThread
000000000015d820 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015d880 000007feea8cc472 clr!PEImage::Release+0x3f, calling clr!CrstBase::Leave
000000000015d9e0 000007feea8edbab clr!MetaSig::NextArg+0x7f, calling clr!SigParser::SkipExactlyOne
000000000015da30 000007feea969215 clr!PEImage::IsNativeILILOnly+0x35, calling clr!PEDecoder::GetNativeHeader
000000000015da80 000007feea9cf09c clr!PEFile::IsILOnly+0x59, calling clr!PEImage::IsNativeILILOnly
000000000015dac0 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015daf0 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015db10 0000000077857534 ntdll!RtlInitializeCriticalSection+0xf0, calling ntdll!RtlEnterCriticalSection
000000000015db20 000007feea882a90 clr!CrstBase::Leave+0x30, calling ntdll!RtlLeaveCriticalSection
000000000015db50 000007feea8904bd clr!DeadlockAwareLock::TryBeginEnterLock+0x65, calling clr!CrstBase::Leave
000000000015db60 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015db70 000007feea882f21 clr!ClrFlsGetValue+0xe, calling clr!ClrFlsGetBlock
000000000015db80 000007feea89039d clr!CrstBase::InitWorker+0x35, calling ntdll!RtlInitializeCriticalSection
000000000015db90 000007feea8d96a5 clr!ListLockEntry::DeadlockAwareEnter+0x52, calling clr!GetThread
000000000015dbd0 000007feea8d9492 clr!AppDomain::LoadDomainFile+0x107, calling clr!AppDomain::TryIncrementalLoad
000000000015dbf0 000007feea8db266 clr!FileLoadLock::FileLoadLock+0x66
000000000015dc50 000007feea882a90 clr!CrstBase::Leave+0x30, calling ntdll!RtlLeaveCriticalSection
000000000015dc80 000007feea8d85c7 clr!AppDomain::LoadDomainAssemblyInternal+0x177, calling clr!AppDomain::LoadDomainFile
000000000015dd70 000007feea8d840f clr!AppDomain::LoadDomainAssembly+0x8c, calling clr!AppDomain::LoadDomainAssemblyInternal
000000000015de00 000007feea8c8023 clr!BaseAssemblySpec::CloneFields+0x103, calling MSVCR120_CLR0400!strcpy_s
000000000015de70 000007feea8c7e4c clr!AssemblySpec::InitializeSpecInternal+0x118, calling clr!CLRException::HandlerState::CleanupTry
000000000015ded0 000007feea883a6a clr!EEHeapAllocInProcessHeap+0x46, calling ntdll!RtlAllocateHeap
000000000015def0 000007feea8a405b clr!MDInternalRO::GetAssemblyRefProps+0x1bd, calling clr!CMiniMdTemplate<CMiniMd>::getLocaleOfAssemblyRef
000000000015df00 000007feea883b6f clr!operator new+0xf, calling clr!EEHeapAllocInProcessHeap
000000000015df30 000007feea8c8023 clr!BaseAssemblySpec::CloneFields+0x103, calling MSVCR120_CLR0400!strcpy_s
000000000015dfa0 000007feea8c7e4c clr!AssemblySpec::InitializeSpecInternal+0x118, calling clr!CLRException::HandlerState::CleanupTry
000000000015e050 000007feea8c80ad clr!AssemblySpec::InitializeSpec+0x1e, calling clr!AssemblySpec::InitializeSpecInternal
000000000015e090 000007feea8b9c88 clr!Module::LoadAssembly+0x2bb, calling clr!AppDomain::LoadDomainAssembly
000000000015e150 000000007787fa8b ntdll!RtlpAllocateHeap+0xf8c, calling ntdll!RtlLeaveCriticalSection
000000000015e2d0 000007feea968235 clr!CEECompileInfo::DecodeModuleFromIndexes+0x69, calling clr!Module::LoadAssembly
000000000015e310 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015e320 000007feea90ce20 clr!CExecutionEngine::ClrVirtualQuery+0x2d, calling kernel32!VirtualQueryStub
000000000015e370 000007feea896df3 clr!StubLinker::EmitUnwindInfo+0x2be, calling clr!CrstBase::Leave
000000000015e3e0 000007feea96816f clr!Module::GetModuleFromIndex+0x6f, calling clr!CEECompileInfo::DecodeModuleFromIndexes
000000000015e410 000007feea9eea25 clr!Module::GetEncodedSig+0x55, calling clr!Module::GetModuleFromIndex
000000000015e440 000007feea9eea95 clr!Module::RestoreMethodTablePointerRaw+0x3a, calling clr!Module::GetEncodedSig
000000000015e470 000007feea9d7795 clr!MethodTable::DoRestoreTypeKey+0x95, calling clr!MethodTable::GetWriteableDataForWrite
000000000015e490 000007feea9eeb66 clr!MethodTable::Restore+0x72, calling clr!Module::RestoreMethodTablePointerRaw
000000000015e4b0 000007feea9d76ef clr!TypeHandle::DoRestoreTypeKey+0x27, calling clr!MethodTable::DoRestoreTypeKey
000000000015e4e0 000007feea9d76b0 clr!ClassLoader::DoIncrementalLoad+0x104, calling clr!MethodTable::Restore
000000000015e520 000007feea893aa7 clr!Precode::SetTargetInterlocked+0x202, calling kernel32!FlushInstructionCache
000000000015e600 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015e6a0 000007feea90c78c clr!MethodTable::FindDispatchImpl+0x7a, calling clr!MethodTable::GetRestoredSlot
000000000015e6d0 0000000077857534 ntdll!RtlInitializeCriticalSection+0xf0, calling ntdll!RtlEnterCriticalSection
000000000015e710 000007feea883a6a clr!EEHeapAllocInProcessHeap+0x46, calling ntdll!RtlAllocateHeap
000000000015e740 000007feea8f4e4c clr!ClassLoader::LoadTypeHandleForTypeKey_Body+0x378, calling clr!ClassLoader::DoIncrementalLoad
000000000015e800 000007feea8eeb1c clr!LoaderHeap::RealAllocAlignedMem+0x121
000000000015e830 000007feea8946ac clr!LockedRangeList::IsInRangeWorker+0x118, calling clr!GetThread
000000000015e8b0 000007feea895821 clr!VirtualCallStubManager::BackPatchSite+0x6d
000000000015e990 000007feea8f4c83 clr!ClassLoader::LoadTypeHandleForTypeKey+0xf5, calling clr!ClassLoader::LoadTypeHandleForTypeKey_Body
000000000015ea30 000007feea9cf297 clr!ClassLoader::LoadTypeDefThrowing+0x23b, calling clr!ClassLoader::LoadTypeHandleForTypeKey
000000000015eb90 000007feea92377c clr!ClassLoader::LoadTypeDefOrRefThrowing+0x39b, calling clr!ClassLoader::LoadTypeDefThrowing
000000000015ec00 000007feea88fd96 clr!CMiniMd::Impl_GetEndRidForColumn+0x6a, calling clr!CMiniMdBase::getIX
000000000015ec10 000007feea8e793e clr!CRWLock::StaticReleaseWriterLockPublic+0x106, calling clr!HelperMethodFrameRestoreState
000000000015ec40 000007feeaa15ed9 clr!CMiniMdTemplate<CMiniMd>::getEndParamListOfMethod+0x29, calling clr!CMiniMd::Impl_GetEndRidForColumn
000000000015ec60 000007feea8845f1 clr!Frame::Push+0xe, calling clr!GetThread
000000000015ec80 000007feeaa15e40 clr!MDInternalRO::FindParamOfMethod+0x60, calling clr!CMiniMdTemplate<CMiniMd>::getEndParamListOfMethod
000000000015ecc0 000007feea97ca52 clr!Assembly::GetEntryPoint+0x126, calling clr!ClassLoader::LoadTypeDefOrRefThrowing
000000000015ed50 000007feea88225a clr!ThePreStub+0x5a, calling clr!PreStubWorker
000000000015edb0 000007feeabc71d0 clr!REGUTIL::EnvCacheValueNameSeenPerhaps+0x15, calling clr!HashiStringKnownLower80
000000000015edc0 000007feea93d1c9 clr!ThreadNative::FastGetDomain+0x9, calling clr!GetAppDomain
000000000015ede0 000007feea88bbd6 clr!REGUTIL::EnvGetString+0x83, calling clr!_security_check_cookie
000000000015edf0 000007fee97852a0 (MethodDesc 000007fee92e6988 +0x50 System.AppDomain.get_HostSecurityManager()), calling clr!JIT_TrialAllocSFastMP_InlineGetThread
000000000015ee20 000007fee9784a3b (MethodDesc 000007fee93c1b60 +0x9b System.Security.Policy.AssemblyEvidenceFactory.UpgradeSecurityIdentity(System.Security.Policy.Evidence, System.Reflection.RuntimeAssembly))
000000000015ee70 000007feea88babb clr!REGUTIL::RegCacheValueNameSeenPerhaps+0x28, calling clr!HashiStringKnownLower80
000000000015eea0 000007feea998bc7 clr!REGUTIL::GetConfigString_DontUse_+0x967, calling clr!Wrapper<HKEY__ * __ptr64,&DoNothing<HKEY__ * __ptr64>,&RegKeyRelease,0,&CompareDefault<HKEY__ * __ptr64>,2,1>::~Wrapper<HKEY__ * __ptr64,&DoNothing<HKEY__ * __ptr64>,&RegKeyRelease,0,&CompareDefault<HKEY__ * __ptr64>,2,1>
000000000015eeb0 000007feea882ba4 clr!ClrFlsIncrementValue+0x18, calling clr!ClrFlsGetBlock
000000000015eed0 000007feea882a90 clr!CrstBase::Leave+0x30, calling ntdll!RtlLeaveCriticalSection
000000000015eee0 000007feea882ba4 clr!ClrFlsIncrementValue+0x18, calling clr!ClrFlsGetBlock
000000000015ef00 000007feea88bc5a clr!EEConfig::GetConfiguration_DontUse_+0x36, calling clr!GetThread
000000000015ef10 000007feea888f13 clr!ThreadStore::UnlockThreadStore+0x53, calling clr!ClrFlsIncrementValue
000000000015ef40 000007feea9cfb59 clr!Thread::SetBackground+0x9f, calling clr!ThreadStore::UnlockThreadStore
000000000015ef50 000007feea8836f9 clr!GCCoop::GCCoop+0xe, calling clr!GetThread
000000000015ef60 000007feea998241 clr!CLRConfig::GetConfigValue+0xed, calling clr!_security_check_cookie
000000000015ef80 000007feeaa17a62 clr!Assembly::ExecuteMainMethod+0x8a, calling clr!Assembly::GetEntryPoint
000000000015efd0 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015f030 000000007787f9b8 ntdll!RtlAllocateHeap+0xe4, calling ntdll!RtlpLowFragHeapAllocFromContext
000000000015f080 000007feea882b2c clr!CrstBase::Enter+0x74, calling ntdll!RtlTryEnterCriticalSection
000000000015f0b0 000007feea882a90 clr!CrstBase::Leave+0x30, calling ntdll!RtlLeaveCriticalSection
000000000015f100 000007fefd8e10dc KERNELBASE!WaitForSingleObjectEx+0x79, calling ntdll!ZwWaitForSingleObject
000000000015f110 0000000077631a7a kernel32!HeapFree+0xa, calling ntdll!RtlFreeHeap
000000000015f130 000007feea997de4 clr!AppDomain::GetFriendlyNameForDebugger+0x48, calling clr!SString::GetUnicode
000000000015f1a0 0000000077631a7a kernel32!HeapFree+0xa, calling ntdll!RtlFreeHeap
000000000015f1f0 000007feea998144 clr!CLRConfig::GetConfigValue+0x14, calling clr!CLRConfig::GetConfigValue
000000000015f200 000007feea883b54 clr!operator delete+0x14, calling clr!EEHeapFreeInProcessHeap
000000000015f220 000007feea998eff clr!MulticoreJitManager::AutoStartProfile+0x60, calling clr!Wrapper<unsigned short * __ptr64,&DoNothing<unsigned short * __ptr64>,&CLRConfig::FreeConfigString,0,&CompareDefault<unsigned short * __ptr64>,2,1>::~Wrapper<unsigned short * __ptr64,&DoNothing<unsigned short * __ptr64>,&CLRConfig::FreeConfigString,0,&CompareDefault<unsigned short * __ptr64>,2,1>
000000000015f240 000007feea883735 clr!GCPreemp::GCPreemp+0xe, calling clr!GetThread
000000000015f270 000007feeaa17987 clr!SystemDomain::ExecuteMainMethod+0x506, calling clr!Assembly::ExecuteMainMethod
000000000015f2a0 000007feea9cd85a clr!HndCreateHandle+0x112, calling clr!StressLog::LogOn
000000000015f4f0 000007feea8843fa clr!Alloc+0x54, calling clr!GetThread
000000000015f520 000007feea8855a0 clr!AllocateObject+0x68, calling clr!Alloc
000000000015f550 000007feea9cd85a clr!HndCreateHandle+0x112, calling clr!StressLog::LogOn
000000000015f580 000007feea9d0385 clr!CreateGlobalHandle+0xe, calling clr!GetCurrentThreadHomeHeapNumber
000000000015f5b0 000007feea9a28cb clr!AppDomain::SetupSharedStatics+0xf0, calling clr!ErectWriteBarrier_ASM
000000000015f5d0 000007feeaa05d99 clr!SafeHandle::Init+0x41, calling clr!MethodDesc::GetSlot
000000000015f600 000007feeaa0e979 clr!EEStartupHelper+0xcb0, calling clr!ConfigDWORD::val
000000000015f830 000007feeaa0451d clr!EEStartup+0x15, calling clr!EEStartupHelper
000000000015f840 000007feeaa07aaf clr!ClrAllocInProcessHeapBootstrap+0x33
000000000015f880 000007feeaa1790a clr!ExecuteEXE+0x3f, calling clr!SystemDomain::ExecuteMainMethod
000000000015f8f0 000007feeaa17862 clr!_CorExeMainInternal+0xae, calling clr!ExecuteEXE
000000000015f980 000007feeaa14174 clr!CorExeMain+0x14, calling clr!_CorExeMainInternal
000000000015f9c0 000007feef1572fd mscoreei!CorExeMain+0xe0
000000000015fa10 000007fef0495b21 mscoree!CorExeMain_Exported+0x57
000000000015fa40 0000000077625a4d kernel32!BaseThreadInitThunk+0xd
000000000015fa70 000000007785b831 ntdll!RtlUserThreadStart+0x1d


Viewing all articles
Browse latest Browse all 1710

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>