[Lldb-commits] [lldb] r339911 - Add a new tool named "lldb-vscode" that implements the Visual Studio Code Debug Adaptor Protocol

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 17 13:52:22 PDT 2018



> On Aug 17, 2018, at 1:49 PM, Adrian Prantl <aprantl at apple.com> wrote:
> 
> 
> On Aug 17, 2018, at 1:44 PM, Greg Clayton <clayborg at gmail.com> wrote:
> 
>> I run everything on a mac and there are no failures on my machine. 
>> Can you find out exactly how the test suite is invoked so I can try to reproduce?
> 
> You can find the exact invocation in the build logs:
> 
> cmake /Users/buildslave/jenkins/workspace/lldb-cmake/src/llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_INSTALL_PREFIX=/Users/buildslave/jenkins/workspace/lldb-cmake/results/lldb '-DLLDB_TEST_USER_ARGS=--arch;x86_64;--build-dir;/Users/buildslave/jenkins/workspace/lldb-cmake/build/lldb-test-build.noindex;--session-file-format;fm;-s=/Users/buildslave/jenkins/workspace/lldb-cmake/test/logs;--rerun-all-issues;--env;TERM=vt100' '-DLLVM_LIT_ARGS=--xunit-xml-output=/Users/buildslave/jenkins/workspace/lldb-cmake/test/results.xml -v' -G Ninja
> 
> ninja
> 
> env TERM=vt100 ninja -v check-lldb
> 
> This is running on a 2013 Mac Pro with 24 threads on 10.13.5 with Xcode 9.2.

I would not be surprised if the fact that lit launches 24 jobs simultaneously is significant for reproducing the issue; it does look like some sort of synchronization bug that may need a really loaded machine to trigger.

-- adrian


More information about the lldb-commits mailing list