-
-
Notifications
You must be signed in to change notification settings - Fork 311
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 started segfaulting quite regularly :( #2606
Comments
Intuitively I'd say this isn't our fault, since, at least in Makie itself, we shouldn't do anything unsafe.
@timholy don't want to use up your time here, but maybe you can give a few pointers about what could be going on here. |
Have you cleaned your
It looks like beta3 is just about to be released, please try that when it comes out. I believe it may have both of these fixes in it. |
For me GLMakie compiles just fine on WSL. |
But yes this seems serious. It took me a bit to realize you're seeing this on 1.8 also. Not good. Can you try reverting back to SnoopPrecompile 1.0.1? There's no good reason that 1.0.3 should be able to cause segfaults, but there may be bad reasons (i.e., Julia bugs). |
Thanks, I'll try downgrading! |
Hmpf, I expected this to be easier and GLFW just doing something unsafe with the open window, but it doesn't seem so and the stacktrace points to the nvidia driver & pthreads:
|
Ah wow, so this is completely unrelated to the other segfaults and now also segfaults in older Julia versions, and since I just recently tried out GLMakie in WSL2 and it worked perfectly, this must be due to a driver update / windows update -.- Why is everyone suddenly conspiring to segfault (GL)Makie ?? |
Haven't seen segfaults in the last weeks besides the wsl2 one, so closing this issue for now |
Making a tracking issue for segfaults on julia 1.8.3+ to 1.9beta2, which have been happening quite frequently lately!
CairoMakie benchmark CI: https://github.com/MakieOrg/Makie.jl/actions/runs/3937490334/jobs/6735073575
wsl2 + linux + 1.9beta2 (this one always reproduces):
Tyler.jl + Linux segfaults on 1.8 while building docs (likely flaky and maybe HTTP.jl related): https://github.com/MakieOrg/Tyler.jl/actions/runs/3937793009/jobs/6735719538#step:7:87
Then there's #2585
I've also heard from other users an increase in segfaults!
The text was updated successfully, but these errors were encountered: