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

Cannot link with pthread_getname_np on musl #143

Closed
YangKeao opened this issue Jun 24, 2022 · 1 comment
Closed

Cannot link with pthread_getname_np on musl #143

YangKeao opened this issue Jun 24, 2022 · 1 comment

Comments

@YangKeao
Copy link
Member

Even with the latest musl, using the extern symbol pthread_getname_np will fail, though nm libc.a |grep pthread|grep getname tells us it has the symbol:

0000000000000000 T pthread_getname_np

Find out why we cannot link with it. Maybe we could prepare a minimal reproducible example and report to the libc crate 🤔

@YangKeao
Copy link
Member Author

Duplicated of #142

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