You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Core SDK (reflecting any global.json):
Version: 2.1.300-preview2-008533
Commit: 996eb6c92c
Runtime Environment:
OS Name: ubuntu
OS Version: 18.04
OS Platform: Linux
RID: ubuntu.18.04-x64
Base Path: /usr/share/dotnet/sdk/2.1.300-preview2-008533/
Host (useful for support):
Version: 2.1.0-preview2-26406-04
Commit: 6833f3026b
.NET Core SDKs installed:
2.1.300-preview2-008533 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.0-preview2-final [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.0-preview2-final [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.0-preview2-26406-04 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
VS Code version:
C# Extension version:
Steps to reproduce
./extensions/ms-vscode.csharp-1.14.0/.debugger/vsdbg-ui
./extensions/ms-vscode.csharp-1.14.0/.debugger/vsdbg-ui: error while loading shared libraries: libunwind-x86_64.so.8: cannot open shared object file: No such file or directory
@wheelcomplex Thanks for the report! Looks like CoreCLR removed its dependency on libcurl3, libunwind8 and libuuid1 for .NET Core 2.1, but the debugger is still running on .NET Core 2.0 (and has its own dependency on the later two in addition). Before we would get our dependencies resolved 'for free'. But on boxes with only .NET Core 2.1, that will no longer be the case.
Please continue to work around the issue while we figure out what to do.
gregg-miskelly
changed the title
Ubuntu 18.04: Debug adapter process has terminated unexpectedly
'Debug adapter process has terminated unexpectedly' when *ONLY* the .NET Core 2.1 SDK is installed
Apr 17, 2018
Environment data
dotnet --info
output:VS Code version:
C# Extension version:
Steps to reproduce
./extensions/ms-vscode.csharp-1.14.0/.debugger/vsdbg-ui
./extensions/ms-vscode.csharp-1.14.0/.debugger/vsdbg-ui: error while loading shared libraries: libunwind-x86_64.so.8: cannot open shared object file: No such file or directory
run command:
sudo apt install libunwind8
and fix this issue.
looks like this is a issue for Ubuntu package from:
deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-bionic-prod bionic main
The text was updated successfully, but these errors were encountered: