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

mir_unit_tests crashes in initialization on Arch #2568

Closed
wmww opened this issue Aug 22, 2022 · 0 comments · Fixed by #2569
Closed

mir_unit_tests crashes in initialization on Arch #2568

wmww opened this issue Aug 22, 2022 · 0 comments · Fixed by #2569
Assignees

Comments

@wmww
Copy link
Contributor

wmww commented Aug 22, 2022

It appears call_init() in dl-init calls XInitThreads(). This attempts to call into the global mock, but no mock exists yet so that crashes.

@wmww wmww self-assigned this Aug 22, 2022
bors bot added a commit that referenced this issue Aug 23, 2022
2569: Only call global_mock->XInitThreads() if global mock exists r=AlanGriffiths a=wmww

Fixes #2568

Co-authored-by: Sophie Winter <wm@wmww.sh>
@bors bors bot closed this as completed in dde3dba Aug 24, 2022
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 a pull request may close this issue.

1 participant