-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible M1 incompatibility with macOS Monterey (12.0 Beta) #465
Comments
Yeah, something's broken on osx 12.0. Please see this thread: #456. |
Just to update, I did the proposed fix mentioned in the thread: "delete debugserver executable in the /lldb/bin folder". It worked like a charm. Thanks! I don't know if this issue should be kept open or a separate issue should track stable Monterey support (since I titled this one specifically 12.0 beta). |
Installed osx 12.0, same error for me(delete still works). |
fantastic! That works for me! |
I don't own an M1 mac, so would appreciate if someone could test this build for me: https://github.com/vadimcn/vscode-lldb/releases/download/v1.6.9-dev.2110291651/codelldb-bootstrap.vsix |
@vadimcn It's working now with that 👍 |
@vadimcn That build works for me as well. macOS Monterey 12.0.1 on a MacBook with M1 Pro. |
I tried that version and also the one from the extension marketplace (1.6.10) and launching the debugger is crashing.
|
@iAbadia: Same thing here. macOS Monterey on M1X. It worked perfectly fine for a few weeks and then I got that SIGSEV. Removing the binaries in extension/bin as mentioned in #456 did not work. However, running the command "LLDB: Use Alternative Backend" and inputting /usr/bin/lldb seems to do the trick for me. I guess something updated in vscode and broke things? |
Thank you @johanostensson ! That worked for me too |
OS: macOS Monterey 12.0 Beta
VSCode version: 1.57.1
Extension version: 1.6.4
Compiler: rustc 1.53.0 (53cb7b09b 2021-06-17)
Build target: stable-aarch64-apple-darwin
Hi. I'm trying to debug a simple Rust hello world with the following simplified (non-"cargo") debug configuration:
Note: I can confirm that there is indeed an executable in the program path. I'll add a preLaunchTask to automatically build later.
I'm getting the error
process exited with status -1 (debugserver died with signal SIGTRAP)
.I've seen multiple issues such as #414 which was marked as a duplicate of #397. Everyone else seems to be running the debugger fine on M1. Might it be because I am on a beta version of the operating system? Thank you.
Debug log
The text was updated successfully, but these errors were encountered: