about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-06-10 01:31:55 +0800
committerkennytm <kennytm@gmail.com>2018-06-10 04:31:50 +0800
commit4a0e92eee5efbb362096a39f99aaaa69c0169ae5 (patch)
tree4937443b3f56e914b5f1c9b9c681420667664e0e
parentb00ea6c2da3cf723c36328fe91057c6568fab688 (diff)
downloadrust-4a0e92eee5efbb362096a39f99aaaa69c0169ae5.tar.gz
rust-4a0e92eee5efbb362096a39f99aaaa69c0169ae5.zip
Log the clang_rt.asan-dynamic-i386.vers on failure to track #50887
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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