-
Notifications
You must be signed in to change notification settings - Fork 32
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
Segfault in _glfwGetMonitorPosX11
during GLMakie precompile
#239
Comments
I guess Monitor is NULL here or something? |
I did set: |
Well, doesn't mean |
|
You can try to check for null and if null return |
I tried but the segfault reappears in the |
Hm, maybe you can fix it closer to the root of the issue? |
Running into a segfault when precompiling GLMakie using X11 forwarding (headless server).
Any idea on how to solve?
The text was updated successfully, but these errors were encountered: