summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-30 07:53:28 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-30 07:53:28 +0000
commitba36dd4be273cc3da4fae7023647d79e366ebc0b (patch)
tree3e3a7692aac6f556170e12f2afcf45ce6a7c3164 /vespabase
parentf3ce5deb69e86110dd7900eec2bbf7973c3e3c63 (diff)
export STD_THREAD_PREVENT_TRY_CATCH=true
Diffstat (limited to 'vespabase')
-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