Skip to content

lkl: fix zpoline runtime issue missing libgcc_s.so #579

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

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

thehajime
Copy link
Member

Some of tests failed on zpoline build with random places, which are not always reproducible. All of them we found shows the message below, which this commit adds the package to silence them.

libgcc_s.so.1 must be installed for pthread_exit to work

Fixes: #577

This might not be a right fix for the issue; will get this back later if the problem will persist.

Some of tests failed on zpoline build with random places, which are not
always reproducible.  All of them we found shows the message below,
which this commit adds the package to silence them.

 libgcc_s.so.1 must be installed for pthread_exit to work

Signed-off-by: Hajime Tazaki <[email protected]>
@thehajime thehajime requested a review from tavip March 3, 2025 10:28
Copy link
Member

@tavip tavip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @thehajime

@tavip tavip merged commit 79948c5 into lkl:master Mar 3, 2025
14 checks passed
@thehajime thehajime deleted the fix-zpoline-libgcc branch March 3, 2025 19:53
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

Successfully merging this pull request may close these issues.

Crash in zpoline tests
2 participants