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
Cannot debug on CentOS Stream 9 from Visual Studio 2022 (Kernel 5.14) #67818
Comments
|
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
|
NET6 test project: HelloWorld |
|
Let me know if you need a copy of CentOS Stream 9 KVM/QEMU VM ;-) |
|
As one might expect it doesn't work on RHEL beta 9 (Plow) neither, kernel 5.14.0-70.5.1.el9_0.x86_64 |
|
This might belong in the VS feedback system, so it goes to the debugger team. |
|
Out of curiosity, does Ubuntu 22.04 work? |
|
Haven't tried Ubuntu |
|
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
|
This seems like it's for the diagnostics team. |
|
Tagging subscribers to this area: @tommcdon Issue DetailsDescribe the bugWhen I try to debug an assembly running on CentOS Stream 9 from VS 2022 using SSH I get this error in VS: It works fine with others Linux installations e.g. Debian 11 bullseye. Although I haven't tried other with kernel 5.14 as CentOS Stream 9 use...don't know if the new kernel is the issue? Normally I install SDK manually but to be sure I also tried to install SDK using the package from the official repo: To ReproduceI'll try to make small test-project...I'll update with a link Further technical detailsDOTNET INFO: DISTRO INFO:
|
|
Just gave OpenSUSE 15.4 a try (also kernal 5.14) and debugging works fine, so it seems to be RHEL'ish 9.x related :-/ |
|
I can debug this fine with centos on an older kernel, and centos stream 9 in both 6.0 and 7.0: Closing this as no repro since centos + kernel version wasn't enough to repro even with the same project. |


Describe the bug
When I try to debug an assembly running on CentOS Stream 9 from VS 2022 using SSH I get this error in VS:
It works fine with others Linux installations e.g. Debian 11 bullseye. Although I haven't tried other with kernel 5.14 as CentOS Stream 9 use...don't know if the new kernel is the issue?
Normally I install SDK manually but to be sure I also tried to install SDK using the package from the official repo:
dnf install dotnet-sdk-6.0.x86_6To Reproduce
I'll try to make small test-project...I'll update with a link
Further technical details
DOTNET INFO:
DISTRO INFO:
The text was updated successfully, but these errors were encountered: