]> git.lizzy.rs Git - rust.git/commit
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)
commit42939c57f8a5774a6ab3658f2f6b741f1c0c774e
treef1f67de03d1ca6a3ffc9b4ed2b944b098ce9dd0c
parent55792a45a097b73b8e4f2036574e11a30e51b72f
parentc3b23b3b1413c92137b329fd63f95abc1cd7a8b1
Rollup merge of #50644 - kennytm:read-appveyor-dump, r=alexcrichton

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>.)