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

Test system-libunwind fails on Ubuntu #6

Open
dviererbe opened this issue Mar 11, 2024 · 2 comments
Open

Test system-libunwind fails on Ubuntu #6

dviererbe opened this issue Mar 11, 2024 · 2 comments

Comments

@dviererbe
Copy link

++ ../dotnet-directory --framework 8.0.2
+ framework_dir=/usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.2
+ libcoreclr=/usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.2/libcoreclr.so
+ ldd /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.2/libcoreclr.so
        linux-vdso.so.1 (0x00007ffd987c9000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007cf170729000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007cf1704ac000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007cf1703c3000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007cf1701b1000)
        /lib64/ld-linux-x86-64.so.2 (0x00007cf170e7c000)
+ set +e
+ ldd /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.2/libcoreclr.so
+ grep -F libunwind.so
+ retval=1
+ set -e
+ '[' 1 -eq 0 ']'
+ set +e
+ ldd /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.2/libcoreclr.so
++ uname -m
+ grep -F libunwind-x86_64.so
+ retval=1
+ set -e
+ '[' 1 -eq 0 ']'
+ echo 'fail: No linkage to libunwind found'
fail: No linkage to libunwind found
+ exit 1
@dviererbe
Copy link
Author

Also fails with .NET 7.0.116

@dviererbe
Copy link
Author

Succeeds with .NET 6.0.127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant