Log the clang_rt.asan-dynamic-i386.vers on failure to track #50887

This commit is contained in:
kennytm 2018-06-10 01:31:55 +08:00
parent b00ea6c2da
commit 4a0e92eee5
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
1 changed files with 3 additions and 0 deletions

View File

@ -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