MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.39k stars 302 forks source link

GLMakie segmentation fault #4373

Open chriswaudby opened 6 days ago

chriswaudby commented 6 days ago

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.

EdsterG commented 5 days ago

Would you please post a MWE?