HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/games/spring/files/patch-rts-System-Platform-Linux-CrashHandler
+++ rts/System/Platform/Linux/CrashHandler.cpp	2015-04-08 20:09:33 -0400
@@ -344,5 +344,5 @@
 	boost::this_thread::sleep(boost::posix_time::seconds(10));
 #if defined(__GNUC__)
-	std::_Exit(-1);
+	_Exit(-1);
 #else
 	std::quick_exit(-1);