Return if an unknown exception has been cought in Channel

This commit is contained in:
Alexey Rybalchenko
2015-11-03 09:45:00 +01:00
committed by Mohammad Al-Turany
parent d52d7d4ebc
commit ada23500be
3 changed files with 18 additions and 1 deletions

View File

@@ -311,6 +311,7 @@ void FairMQDevice::RunWrapper()
catch(boost::thread_resource_error& e)
{
LOG(ERROR) << e.what();
exit(EXIT_FAILURE);
}
if (CheckCurrentState(RUNNING))