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

Fix #1 by preloading libgcc_s.so.1 #2

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

kpushkaryov
Copy link
Contributor

@kpushkaryov kpushkaryov commented Jun 10, 2024

Fixes #1.

@kpushkaryov kpushkaryov added the bug Something isn't working label Jun 10, 2024
@kpushkaryov kpushkaryov requested a review from SandakovMM June 10, 2024 04:10
@kpushkaryov kpushkaryov self-assigned this Jun 10, 2024
@SandakovMM
Copy link
Contributor

Nit: The commit message seems a bit unclear. IMO something like "Preload libgcc to avoid problems with pthread_exit" would be better

@kpushkaryov kpushkaryov force-pushed the preload-libgcc_s.so.1 branch from 8a1b55a to a26b518 Compare June 13, 2024 03:24
@kpushkaryov kpushkaryov merged commit 67f2fe0 into main Jun 13, 2024
1 check passed
@kpushkaryov kpushkaryov deleted the preload-libgcc_s.so.1 branch June 13, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libgcc_s.so.1 must be installed for pthread_cancel to work
2 participants