We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00ea6c commit 4a0e92eCopy full SHA for 4a0e92e
.travis.yml
@@ -284,6 +284,9 @@ after_failure:
284
-exec head -750 {} \;
285
-exec echo travis_fold":"end:crashlog \; || true
286
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
+
290
# attempt to debug anything killed by the oom killer on linux, just to see if
291
# it happened
292
- dmesg | grep -i kill
0 commit comments