-
Notifications
You must be signed in to change notification settings - Fork 103
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
'terminated by signal SIGSEGV (Address boundary error)' while running on mac #105
Comments
Fair enough, are there any plans to support amd64 in the future? |
@Rahmerh there is no official plans for supporting of M1 architecture, but @codeprefect from community is working on it #103, we are open for PRs. |
@Rahmerh, please test out this binary built from #103 for your use case. |
Yep! That one worked for me |
When I create a clean console application and download the latest macos binaries and then run the following:
./netcoredbg --run --interpreter=vscode -- dotnet ~/path/to/project/project.dll
I get the following result:
{"body":{},"event":"initialized","seq":"1","type":"event"}fish: Job 1, './netcoredbg --run --interprete…' terminated by signal SIGSEGV (Address boundary error)
See neofetch below:
The result of
dotnet --info
: (Installed via homebrew with:brew install dotnet-sdk
)Let me know if more information is needed
The text was updated successfully, but these errors were encountered: