summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2021-12-22 18:32:16 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-22 07:57:32 +0000
commit33ed2f13e5bb0429e5238e4259b2dab8ddec88a0 (patch)
tree79ccbcba4be30812598dc5c4aa62034fbe1e2ec0
parent853ded7eca1b97b0294f8c90a2efae7518d82773 (diff)
downloadmongo-33ed2f13e5bb0429e5238e4259b2dab8ddec88a0.tar.gz
Import wiredtiger: d8655389b4b750ec8d209f18d3245371b4dfb392 from branch mongodb-master
ref: 5ded496704..d8655389b4 for: 5.3.0 WT-8593 Let UBSAN hosts abort and dump core instead of simply exiting
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 818c8b86d79..2459245d45a 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-master",
- "commit": "5ded49670426c2ba9b4efed250f9bee228d2c69f"
+ "commit": "d8655389b4b750ec8d209f18d3245371b4dfb392"
}
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 6a64fc9fb2f..b0c6614b901 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -4035,7 +4035,7 @@ buildvariants:
smp_command: -j $(grep -c ^processor /proc/cpuinfo)
make_command: PATH=/opt/mongodbtoolchain/v3/bin:$PATH make
test_env_vars:
- UBSAN_OPTIONS="detect_leaks=1:disable_coredump=0:external_symbolizer_path=/opt/mongodbtoolchain/v4/bin/llvm-symbolizer:halt_on_error=1:print_stacktrace=1"
+ UBSAN_OPTIONS="detect_leaks=1:disable_coredump=0:external_symbolizer_path=/opt/mongodbtoolchain/v4/bin/llvm-symbolizer:abort_on_error=1:print_stacktrace=1"
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libeatmydata.so
PATH=/opt/mongodbtoolchain/v3/bin:$PATH
top_dir=$(git rev-parse --show-toplevel)