Open felixf4xu opened 2 weeks ago
@felixf4xu: Could you please provide reproducer?
I hope I can.
git clone https://github.com/Sweet-St/swift-win32-fork.git --recursive
cd swift-win32-fork
swift build
code .
open it by vscode (latest version), it has a pre-configured .vscode/launch.json
file;Now in "Debug Console", the crash stack dump is displayed.
In the top of the stack dump, it actually displays the source line:
Assertion failed: false && "object not found in shared cluster when expected", file C:\Users\swift-ci\jenkins\workspace\swift-6.0.2-windows-toolchain\llvm-project\lldb\include\lldb/Utility/SharedCluster.h, line 45
Hi,
When I use lldb-dap in VSCode, I had a crash like this, I attached the log: