[Lldb-commits] [PATCH] D97739: Add a progress class that can track and report long running operations that happen in LLDB.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 27 11:48:53 PDT 2021


On 26/03/2021 23:04, Greg Clayton wrote:
> I built on mac with ASAN and ran the tests and they passed just fine. I was also able to compile on Debian linux and the tests ran ok for me. Can anyone else reproduce this failure?
> 


On an unloaded system the test seems to run fine, but as soon as I apply 
some load (e.g., an llvm compilation), it fails nearly always (in the 
same way as it does on the bot).

pl


More information about the lldb-commits mailing list