[Lldb-commits] [PATCH] D19214: fix a race is the LLDB test suite results collection

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 5 02:54:58 PDT 2016


labath added a comment.

In http://reviews.llvm.org/D19214#405310, @tfiala wrote:

> If you're in a position where you can grab a sample (using the OS X sample tool) on the bot when they're "hanging", we can try to find out where they are at.
>
> The reason I *think* they're not in a method is because they don't have test method information associated with them.  But that could be some kind of bug.
>
> In any event, I'm working on this in a TDD fashion now.


In turned out that this was indeed a bug in lldb (now fixed with http://reviews.llvm.org/D19916). What threw us off was that this error started appearing right around the new test runner change, but it must have been an coincidence.

In any case, the sample tool was helpful in tracking this down, so thanks for that. :)


http://reviews.llvm.org/D19214





More information about the lldb-commits mailing list