1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

full crash dump

This commit is contained in:
Andrii Danylchenko
2020-12-02 08:28:57 +02:00
committed by Andrii Danylchenko
parent 2fc7cf02b0
commit e220918230
3 changed files with 28 additions and 2 deletions

View File

@@ -334,6 +334,7 @@ void CVCMIServer::threadHandleClient(std::shared_ptr<CConnection> c)
if(state != EServerState::LOBBY)
gh->handleClientDisconnection(c);
}
/*
catch(const std::exception & e)
{
(void)e;
@@ -345,7 +346,7 @@ void CVCMIServer::threadHandleClient(std::shared_ptr<CConnection> c)
state = EServerState::SHUTDOWN;
handleException();
throw;
}
}*/
boost::unique_lock<boost::recursive_mutex> queueLock(mx);
// if(state != ENDING_AND_STARTING_GAME)