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 some aarch64-musl libc loading issues #2115

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

angerman
Copy link
Collaborator

@angerman angerman commented Nov 28, 2023

This is pretty annoying, as we end up calling gettimeofday and clock, which result in SEGVs due to the state of the in-memory loaded libc, and the linked in libc mismatching. Interning the symbols does work, but we need a better solution in 9.6. There is some experimentation in the armv7a branch, adding symbols into iserv, not GHC.

@angerman angerman self-assigned this Nov 28, 2023
@hamishmack hamishmack merged commit 52a99ff into master Nov 28, 2023
30 checks passed
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.

2 participants