mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Removed _log message from zone/CatchSignal on Linux as it can deadlock on shutdown if another signal is received while the _log call is being processed.
This commit is contained in:
@@ -494,8 +494,6 @@ int main(int argc, char** argv) {
|
||||
void CatchSignal(int sig_num) {
|
||||
#ifdef _WINDOWS
|
||||
_log(ZONE__INIT, "Recieved signal: %i", sig_num);
|
||||
#else
|
||||
_log(ZONE__INIT, "Recieved signal: %i in thread %d", sig_num, pthread_self());
|
||||
#endif
|
||||
RunLoops = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user