You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- When CRC runs out of process, instead of reading the current thread context of the crashed thread, read and use the crash context that was reported during the crash (which is different). - Added an optional context parameter to FGenericPlatformStackWalk::CaptureThreadStackBackTrace(), implemented it across all platforms, but only used on Windows. On Windows, fixed InitStackWalking() and InitStackWalkingForProcess() to reset the process that needs to be walked. - CRC, running out of process may run its own process or the Editor process and which ever was walking first ruled out the other. #jira UE-105006 - [CrashReporter] VCRUNTIME140!7fffce010000 + e390 #rb Johan.Berg #preflight 15217159 [CL 15319737 by Patrick Laflamme in ue5-main branch]