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

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 16:13:41 PDT 2016


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