Makie.jl
Makie.jl copied to clipboard
GLMakie segmentation fault
- [x] what version of Makie are you running? GLMakie v0.10.11; Julia 1.10.5.
- [x] can you reproduce the bug with a fresh environment ? yes
- [x] What platform + GPU are you on? MacBook Air (13-inch, M3, 2024)
I'm creating a data analysis package using GLMakie. I have a toggle switch to turn on data fitting. This normally works fine. However, if I resize the figure window before pressing the switch, I get a segmentation fault:
[67224] signal (11.2): Segmentation fault: 11
in expression starting at none:0
gleRunVertexSubmitImmediate at /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine (unknown line)
Allocations: 52378689 (Pool: 52327128; Big: 51561); GC: 57
[1] 67224 segmentation fault Julia
No other error messages are displayed. I'm unsure how to even begin to debug this - any advice would be welcome.