[Lldb-commits] [lldb] [LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (PR #165281)
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 06:45:10 PDT 2025
mstorsjo wrote:
Thanks for pushing a revert, I was just about to suggest that. I also ran into failures caused by this - see e.g. https://github.com/mstorsjo/llvm-mingw/actions/runs/18926652956/job/54057474985#step:6:1492.
There, you don’t see the actual error message though. Locally I’ve reproduced it too - it seems the failure isn’t deterministic though:
```
(lldb) r
Process 8264 launched: 'C:\code\llvm-mingw\test\aarch64\hello-exception.exe'
(aarch64)
Process 8264 exited with status = 0 (0x00000000)
(lldb) r
error: The parameter is incorrect.
(lldb)
```
https://github.com/llvm/llvm-project/pull/165281
More information about the lldb-commits
mailing list