]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50644 - kennytm:read-appveyor-dump, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Sun, 13 May 2018 08:15:44 +0000 (16:15 +0800)
committerkennytm <kennytm@gmail.com>
Sun, 13 May 2018 09:20:26 +0000 (17:20 +0800)
AppVeyor: Read back trace from crash dump on failure.

This is an attempt to debug spurious access violations on Windows (#33434, #50604). Thanks to #50276, there should be minidumps to read when rustc segfault.

(The implementation is based on <https://github.com/springmeyer/travis-coredump/blob/master/test.bat>.)


Trivial merge