question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.0.0-preview2-003093 broken

See original GitHub issue

Steps to reproduce

Install 1.0.0-preview2-003093 on Ubuntu 14.04, run any command (say, dotnet --info).

Expected behavior

dotnet to work

Actual behavior

dotnet --version
Failed to resolve library symbol hostfxr_main, error: dotnet: undefined symbol: hostfxr_main
Segmentation fault (core dumped)

Environment data

dotnet --info output:

Failed to resolve library symbol hostfxr_main, error: dotnet: undefined symbol: hostfxr_main
Segmentation fault (core dumped)

Even stranger is that it seems to not be the build that I installed:

$ COREHOST_TRACE=1 dotnet -h
Tracing enabled
--- Invoked dotnet [version: 1.0.1, commit hash: d550e242a646770ed0652b40027221b9b2faf53d] main = {
dotnet
-h
}
Failed to resolve library symbol hostfxr_main, error: dotnet: undefined symbol: hostfxr_main
Segmentation fault (core dumped)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
draptikcommented, Jun 20, 2016

thanks, @brthor using version 1.0.0-preview2-003096 works!

sudo apt-get install dotnet-dev-1.0.0-preview2-003096
dotnet --version
1.0.0-preview2-003096
0reactions
lgreenleecommented, Jun 23, 2016

Thanks! This resolved my issue after upgrading to 16.04.

sudo apt-get install dotnet-dev-1.0.0-preview2-003096

works for me too

Read more comments on GitHub >

github_iconTop Results From Across the Web

CyberNotes
The following table provides a year-end summary of software vulnerabilities identified between. December 6, 2002 and December 12, 2003.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found