From 4a0e92eee5efbb362096a39f99aaaa69c0169ae5 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 10 Jun 2018 01:31:55 +0800 Subject: [PATCH] Log the clang_rt.asan-dynamic-i386.vers on failure to track #50887 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c154f3d8e25..2e6722cf855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -284,6 +284,9 @@ after_failure: -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true + # see #50887 + - head -30 ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true + # attempt to debug anything killed by the oom killer on linux, just to see if # it happened - dmesg | grep -i kill -- 2.44.0