redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

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

Open tmds opened 1 year ago

tmds commented 1 year ago

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