summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvespabase/src/start-cbinaries.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespabase/src/start-cbinaries.sh b/vespabase/src/start-cbinaries.sh
index 91ce8edede4..1809f889244 100755
--- a/vespabase/src/start-cbinaries.sh
+++ b/vespabase/src/start-cbinaries.sh
@@ -83,6 +83,8 @@ if [ "$VESPA_USE_VALGRIND" = "all" ]; then
no_valgrind=false
fi
+export STD_THREAD_PREVENT_TRY_CATCH=true
+
# special malloc setup; we should make some better mechanism for this
#
export GLIBCXX_FORCE_NEW=1