mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fix deadlock if plCrashHandler is not running
Only wait for the crash server to do its job if it's attached. Silent failures are evil, but it's better than hanging forever.
This commit is contained in:
@ -59,6 +59,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
struct plCrashMemLink
|
||||
{
|
||||
bool fCrashed;
|
||||
bool fSrvReady;
|
||||
#ifdef HS_BUILD_FOR_WIN32
|
||||
HANDLE fClientProcess;
|
||||
uint32_t fClientProcessID;
|
||||
|
Reference in New Issue
Block a user