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

Makie.jl Extension likely causing segfaults in multi-threaded environments #112

Open
lukem12345 opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@lukem12345
Copy link
Member

lukem12345 commented Oct 9, 2024

On certain architectures, launching julia with the —threads flag and executing the tests will segfault. Eliminating the Makie extension resolves this issue, and so is the likely culprit.

We should evaluate whether this is an issue with the way that the extension is configured, or whether this is an upstream issue.

@lukem12345 lukem12345 self-assigned this Oct 9, 2024
@lukem12345
Copy link
Member Author

A temporary workaround to execute multi-threaded tests is to set the compact for Makie to < 0.21.

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