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

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 20:50:16 PDT 2016


Awesome! Good catch, Adrian!

(And my pleasure!)

-Todd

> On Apr 25, 2016, at 4:13 PM, Adrian McCarthy <amccarth at google.com> wrote:
> 
> amccarth added a comment.
> 
> I got it.  There was an exception being thrown from asyncore so early that it didn't give a proper stack trace.  The problem boils down to Python 3 drawing a distinction between strings and bytearrays.  Patch to come momentarily.
> 
> Thanks for your help.
> 
> 
> http://reviews.llvm.org/D19214
> 
> 
> 


More information about the lldb-commits mailing list