[PATCH] D120185: [ASTMatchers] Output currently processing match and nodes on crash

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 05:36:38 PDT 2022


aaron.ballman added a comment.

In D120185#3403676 <https://reviews.llvm.org/D120185#3403676>, @njames93 wrote:

> In D120185#3403270 <https://reviews.llvm.org/D120185#3403270>, @aaron.ballman wrote:
>
>> I'd like to understand what's happening better rather than land with a disabled test. Not getting the crash dump in some circumstances could either be specific to the machine configuration (which would be pretty tricky for us to solve in a unit test) or it could be something functionally wrong with the changes (though I would be surprised, tbh).
>
> From what it looks like on the buildbot, the testing infrastructure wasn't recieving any output from stderr.

@thakis -- is it possible your build bot is configured to disable generation of crash dumps?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120185/new/

https://reviews.llvm.org/D120185



More information about the cfe-commits mailing list