-
Notifications
You must be signed in to change notification settings - Fork 23
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
graphplot
stackoverflow
#34
Comments
Seems like this is a problem in Julia natively on ARM/MacOS. I can reproduce the segfault with using Pkg; Pkg.activate(temp=true)
Pkg.add("GLMakie")
using GLMakie
plot([1,2,3]) but only in native Julia. Works fine in Julia-1.7rc1 under rosetta. EDIT: Oh i just realized the segfault looks slightly differnet for this MWE
|
The above I think mine may be different though, since I don't see ntuple in my trace. |
fixed on Julia master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
given the trace bottoms out at PNGFiles, it may be that the issue is better suited over there.
mwe
trace
env info
The text was updated successfully, but these errors were encountered: