From 591649f4631e348b65b61d3f1f4ccfe1f6baf7cc Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Mon, 8 Jun 2015 20:54:08 -0400 Subject: [PATCH] make comment precise --- src/main/command_executor_portfolio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/command_executor_portfolio.cpp b/src/main/command_executor_portfolio.cpp index 53200ab7a..f0d87cdf2 100644 --- a/src/main/command_executor_portfolio.cpp +++ b/src/main/command_executor_portfolio.cpp @@ -343,8 +343,8 @@ bool CommandExecutorPortfolio::doCommandSingleton(Command* cmd) << std::flush; #ifdef CVC4_COMPETITION_MODE - // There's some hang-up in thread destruction? - // Anyway for SMT-COMP we don't care, just exit now. + // We use CVC4 in competition with --no-wait-to-join. If + // destructors run, they will destroy(!) us. So, just exit now. _exit(0); #endif /* CVC4_COMPETITION_MODE */ } -- 2.30.2