Skip to content

Commit

Permalink
Log the clang_rt.asan-dynamic-i386.vers on failure to track rust-lang…
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Jun 9, 2018
1 parent b00ea6c commit 4a0e92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a0e92e

Please sign in to comment.