Advertisement
sewer56lol

Stack Trace of Recursion Lock

Feb 26th, 2023 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. coreclr.dll!EEPolicy::HandleFatalError(unsigned int exitCode, unsigned int address, const wchar_t * pszMessage, _EXCEPTION_POINTERS * pExceptionInfo, const wchar_t * errorSource, const wchar_t * argExceptionString)
  2. coreclr.dll!ReversePInvokeBadTransition()
  3. coreclr.dll!JIT_ReversePInvokeEnterRare(ReversePInvokeFrame * frame, void * returnAddr, UMEntryThunk * pThunk)
  4. coreclr.dll!JIT_ReversePInvokeEnter(ReversePInvokeFrame * frame)
  5. > 0db108fa() Unknown
  6. [Frames below may be incorrect and/or missing]
  7. KERNELBASE.dll!_CreateFileInternal@24() Unknown
  8. KERNELBASE.dll!_CreateFileW@28() Unknown
  9. KERNELBASE.dll!_BasepLoadLibraryAsDataFileInternal@20() Unknown
  10. KERNELBASE.dll!BasepLoadLibraryAsDataFile() Unknown
  11. KERNELBASE.dll!LoadLibraryExW() Unknown
  12. coreclr.dll!LoadLibraryExWrapper(const wchar_t * lpLibFileName, void * dwFlags, unsigned long)
  13. coreclr.dll!CCompRC::LoadResourceFile(HINSTANCE__ * * pHInst, const wchar_t * lpFileName)
  14. coreclr.dll!CCompRC::LoadLibraryHelper(HINSTANCE__ * * pHInst, SString & rcPath)
  15. coreclr.dll!CCompRC::LoadLibraryThrows(HINSTANCE__ * * pHInst)
  16. coreclr.dll!CCompRC::LoadLibrary(HINSTANCE__ * * pHInst)
  17. coreclr.dll!CCompRC::GetLibrary(const wchar_t * langId, HINSTANCE__ * * phInst)
  18. coreclr.dll!CCompRC::LoadString(CCompRC::ResourceCategory langId, const wchar_t * iResourceID, unsigned int szBuffer, wchar_t * iMax, int pcwchUsed, int *)
  19. coreclr.dll!CCompRC::LoadString(CCompRC::ResourceCategory iResourceID, unsigned int szBuffer, wchar_t * iMax, int pcwchUsed, int *)
  20. coreclr.dll!SString::LoadResourceAndReturnHR(CCompRC *)
  21. [Inline Frame] coreclr.dll!SString::LoadResourceAndReturnHR(CCompRC::ResourceCategory)
  22. [Inline Frame] coreclr.dll!SString::LoadResource(CCompRC::ResourceCategory)
  23. coreclr.dll!EventReporter::EventReporter(EventReporter::EventReporterType type)
  24. coreclr.dll!EEPolicy::LogFatalError(unsigned int exitCode, unsigned int address, const wchar_t * pszMessage, _EXCEPTION_POINTERS * pExceptionInfo, const wchar_t * errorSource, const wchar_t * argExceptionString)
  25. coreclr.dll!EEPolicy::HandleFatalError(unsigned int exitCode, unsigned int address, const wchar_t * pszMessage, _EXCEPTION_POINTERS * pExceptionInfo, const wchar_t * errorSource, const wchar_t * argExceptionString)
  26. coreclr.dll!ReversePInvokeBadTransition()
  27. coreclr.dll!JIT_ReversePInvokeEnterRare(ReversePInvokeFrame * frame, void * returnAddr, UMEntryThunk * pThunk)
  28. coreclr.dll!JIT_ReversePInvokeEnter(ReversePInvokeFrame * frame)
  29. 0db108fa() Unknown
  30. KERNELBASE.dll!_CreateFileInternal@24() Unknown
  31. KERNELBASE.dll!_CreateFileW@28() Unknown
  32. KERNELBASE.dll!_BasepLoadLibraryAsDataFileInternal@20() Unknown
  33. KERNELBASE.dll!BasepLoadLibraryAsDataFile() Unknown
  34. KERNELBASE.dll!LoadLibraryExW() Unknown
  35. coreclr.dll!LoadLibraryExWrapper(const wchar_t * lpLibFileName, void * dwFlags, unsigned long)
  36. coreclr.dll!CCompRC::LoadResourceFile(HINSTANCE__ * * pHInst, const wchar_t * lpFileName)
  37. coreclr.dll!CCompRC::LoadLibraryHelper(HINSTANCE__ * * pHInst, SString & rcPath)
  38. coreclr.dll!CCompRC::LoadLibraryThrows(HINSTANCE__ * * pHInst)
  39. coreclr.dll!CCompRC::LoadLibrary(HINSTANCE__ * * pHInst)
  40. coreclr.dll!CCompRC::GetLibrary(const wchar_t * langId, HINSTANCE__ * * phInst)
  41. coreclr.dll!CCompRC::LoadString(CCompRC::ResourceCategory langId, const wchar_t * iResourceID, unsigned int szBuffer, wchar_t * iMax, int pcwchUsed, int *)
  42. coreclr.dll!CCompRC::LoadString(CCompRC::ResourceCategory iResourceID, unsigned int szBuffer, wchar_t * iMax, int pcwchUsed, int *)
  43. coreclr.dll!SString::LoadResourceAndReturnHR(CCompRC *)
  44. [Inline Frame] coreclr.dll!SString::LoadResourceAndReturnHR(CCompRC::ResourceCategory)
  45. [Inline Frame] coreclr.dll!SString::LoadResource(CCompRC::ResourceCategory)
  46. coreclr.dll!LogCallstackForLogWorker(Thread * pThread)
  47. coreclr.dll!LogInfoForFatalError(unsigned int exitCode, const wchar_t * pszMessage, const wchar_t * errorSource, const wchar_t * argExceptionString)
  48. coreclr.dll!EEPolicy::LogFatalError(unsigned int exitCode, unsigned int address, const wchar_t * pszMessage, _EXCEPTION_POINTERS * pExceptionInfo, const wchar_t * errorSource, const wchar_t * argExceptionString)
  49. coreclr.dll!EEPolicy::HandleFatalError(unsigned int exitCode, unsigned int address, const wchar_t * pszMessage, _EXCEPTION_POINTERS * pExceptionInfo, const wchar_t * errorSource, const wchar_t * argExceptionString)
  50. coreclr.dll!ReversePInvokeBadTransition()
  51. coreclr.dll!JIT_ReversePInvokeEnterRare(ReversePInvokeFrame * frame, void * returnAddr, UMEntryThunk * pThunk)
  52. coreclr.dll!JIT_ReversePInvokeEnter(ReversePInvokeFrame * frame)
  53. 0db1063f() Unknown
  54. 0ffc01b4() Unknown
  55. coreclr.dll!Thread::~Thread()
  56. coreclr.dll!Thread::`scalar deleting destructor'(unsigned int __flags) C++
  57. coreclr.dll!Thread::DecExternalCount(int holdingLock)
  58. coreclr.dll!Thread::OnThreadTerminate(int holdingLock)
  59. coreclr.dll!Thread::CleanupDetachedThreads()
  60. coreclr.dll!Thread::DoExtraWorkForFinalizer()
  61. coreclr.dll!FinalizerThread::FinalizerThreadWorker(void * args)
  62. [Inline Frame] coreclr.dll!ManagedThreadBase_DispatchInner(ManagedThreadCallState *)
  63. coreclr.dll!ManagedThreadBase_DispatchMiddle(ManagedThreadCallState * pCallState)
  64. coreclr.dll!ManagedThreadBase_DispatchOuter(ManagedThreadCallState * pCallState)
  65. [Inline Frame] coreclr.dll!ManagedThreadBase_NoADTransition(void(__stdcall*)(void *))
  66. [Inline Frame] coreclr.dll!ManagedThreadBase::FinalizerBase(void(__stdcall*)(void *))
  67. coreclr.dll!FinalizerThread::FinalizerThreadStart(void * args)
  68. kernel32.dll!@BaseThreadInitThunk@12() Unknown
  69. ntdll.dll!___RtlUserThreadStart@8() Unknown
  70. ntdll.dll!__RtlUserThreadStart@8() Unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement