Skip to content

Commit 4a0e92e

Browse files
committed
Log the clang_rt.asan-dynamic-i386.vers on failure to track rust-lang#50887
1 parent b00ea6c commit 4a0e92e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ after_failure:
284284
-exec head -750 {} \;
285285
-exec echo travis_fold":"end:crashlog \; || true
286286

287+
# see #50887
288+
- head -30 ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
289+
287290
# attempt to debug anything killed by the oom killer on linux, just to see if
288291
# it happened
289292
- dmesg | grep -i kill

0 commit comments

Comments
 (0)