1.0.0-preview2-003093 broken
See original GitHub issueSteps 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:
- Created 7 years ago
- Comments:13 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks, @brthor using version
1.0.0-preview2-003096
works!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