Skip to content
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

'Debug adapter process has terminated unexpectedly' when *ONLY* the .NET Core 2.1 SDK is installed #2199

Closed
wheelcomplex opened this issue Apr 17, 2018 · 1 comment
Assignees
Milestone

Comments

@wheelcomplex
Copy link

Environment data

dotnet --info output:

.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

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

@gregg-miskelly
Copy link
Contributor

@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 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
@gregg-miskelly gregg-miskelly added this to the 1.15 milestone Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants