[Lldb-commits] [PATCH] D120755: Fix race condition when launching and attaching.This is a modified version of a previous patch that was reverted: https://reviews.llvm.org/D119797This version only waits for the process to stop when using "launchCommands" or "attachCommands"...
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Mar  7 11:22:29 PST 2022
    
    
  
clayborg added a comment.
In D120755#3364802 <https://reviews.llvm.org/D120755#3364802>, @labath wrote:
> Greg, this is still causing the TestVSCode_attach.py test to fail on  lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68/builds/28206> (it would probably fail elsewhere as well, but the test is already disabled everywhere else). Judging by the error message (`attach failed (process exited during launch or attach)`), it definitely seems related to this patch. Can you do something about it?
I will check into this, yes
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120755/new/
https://reviews.llvm.org/D120755
    
    
More information about the lldb-commits
mailing list