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

system-libunwind fails on Fedora for .NET 8 #254

Open
tmds opened this issue Jun 13, 2023 · 0 comments
Open

system-libunwind fails on Fedora for .NET 8 #254

tmds opened this issue Jun 13, 2023 · 0 comments
Labels
8.0 .NET 8

Comments

@tmds
Copy link
Member

tmds commented Jun 13, 2023

This test checks if libcoreclr.so is linked against libunwind.

With Fedora .NET 8 preview 4 packages:

$ ldd /usr/lib64/dotnet/shared/Microsoft.NETCore.App/8.0.0-preview.4.23259.5/libcoreclr.so
	linux-vdso.so.1 (0x00007ffd5ffb3000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f4cfabcc000)
	libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f4cfa800000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f4cfaaec000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f4cfa623000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f4cfb319000)

cc @omajid

@omajid omajid added the 8.0 .NET 8 label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.0 .NET 8
Projects
None yet
Development

No branches or pull requests

2 participants