[Lldb-commits] [lldb] r269377 - Fix some long standing issues that caused tests to be flaky.

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Fri May 13 10:18:47 PDT 2016


On 13 May 2016 at 11:23, Ed Maste <emaste at freebsd.org> wrote:
> On 12 May 2016 at 18:58, Greg Clayton via lldb-commits
> <lldb-commits at lists.llvm.org> wrote:
>> Author: gclayton
>> Date: Thu May 12 17:58:52 2016
>> New Revision: 269377
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=269377&view=rev
>> Log:
>> Fix some long standing issues that caused tests to be flaky.
>
> On FreeBSD lldb now hits the new "someone is calling
> HostThread::Cancel()" assertion when exiting.
>
> I haven't looked at it yet (and not saying the assertion is incorrect)
> - this is just a heads-up to anyone else running lldb head on FreeBSD.

I disabled the assertion on FreeBSD, since the two ProcessMonitor
threads still use Cancel().


More information about the lldb-commits mailing list