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.

CoreCLR crash in SLES 11 SP3

See original GitHub issue

Hi! I try to install dotnet core in SUSE Linux Enterprise Server 11 SP3.

After installing dependencies I have an error, when I try execute command: dotnet --version or dotnet new

Failed to initialize CoreCLR, HRESULT: 0x80131500.

DotnetCoreVersionTrace.txt

For install I use instruction from https://www.microsoft.com/net/core#opensuse:

sudo zypper install libunwind libicu curl -sSL -o dotnet.tar.gz https://go.microsoft.com/fwlink/?LinkID=816867 sudo mkdir -p /opt/dotnet && sudo tar zxf dotnet.tar.gz -C /opt/dotnet sudo ln -s /opt/dotnet/dotnet /usr/local/bin

PS: SUSE Linux Enterprise Server 11 SP3 is officialy supported? Or only openSUSE 13.2?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
FZ14commented, Aug 1, 2017

Hi! SLES 11 SP3 will be supported in .NET Core 2.0?

0reactions
boomsyacommented, Dec 10, 2018

Hi! SLES 11 SP3 will be supported in .NET Core 2.0?

the same question. But we have SLES 11 SP4. .NET Core 2.0.9 want libicu5 (Problem: nothing provides libicu52_1 needed by dotnet-runtime-deps-2.1-2.1.6-1.x86_64…) but SLES 11 have only libicu4 😦 and I cant found libicu5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running "crash" to analyze dump data on SLES11
Crash is a powerful tool that will analyze core dumps after crashing, to help you with troubleshooting or forensics analysis.
Read more >
Configure crashkernel memory for kernel core dump analysis
The kernel is crashing or otherwise misbehaving and a kernel core dump ... Configure the system for capturing kernel core dumps (SLES 11)....
Read more >
Stalled Threads Hanging on a Corrupt Spinlock in ...
Kdump was configured and a crash was forced using iLO's "Generate NMI" button. Cause. CAUSE:Active threads on all CPUs in the vmcore file...
Read more >
Analyze kernel dumps with crash on SUSE Linux ...
crash - Analyze kernel dumps. The crash tool is a GPL-licensed tool that is maintained by Red Hat. For more information, see the...
Read more >
SLES crash dump - suse
I'm using SUSE Linux Enterprise Server 11 (x86_64) SP 1. suse · sles · Share.
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