[PATCH] D87792: [sanitizer] Add facility to print the full StackDepot

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 21:25:05 PDT 2020


tejohnson added a comment.

I had to revert due to 2 bot failures.

http://lab.llvm.org:8011/builders/sanitizer-windows/builds/69871/steps/stage%201%20check/logs/stdio

This one is in my new test. @vitalybuka can you think of why this might failure on Windows? It looks like the call to StackDepotPrintAll() is failing early as there is no output reported from it. Perhaps it is having trouble symbolizing the bogus stack addresses?

http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer/builds/39187/steps/check-fuzzer/logs/stdio

@vitalybuka: This one seems completely unrelated to my change. Does it have flaky failures sometimes?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87792



More information about the llvm-commits mailing list