summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/command_executor_portfolio.cpp4
1 files 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 */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback