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

PackageCompiler on GLMakie --> display(fig) --> segfault 11 on macos Sonoma 14.6.1 #1001

Closed
johnrfrank opened this issue Nov 6, 2024 · 1 comment

Comments

@johnrfrank
Copy link

PackageCompiler on this simple GLMakie app leads to a segfault 11.

I made this ticket for GLMakie, and they suggested that maybe it belongs here... should I move it here?

MakieOrg/Makie.jl#4571

@johnrfrank
Copy link
Author

The problem here was that I instantiated a Figure as a global variable. I refactored this to create the figure at runtime and now all works as expected.

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