-
Notifications
You must be signed in to change notification settings - Fork 143
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 after importing CSV and Images, PyPlot from a separate module #759
Comments
Can you replicate this without defining a package? I.e., on the REPL? (I can't, just by |
Hi @timholy and thank you for your answer!
The segfault only happens in the case that I explain in the first post in this thread. |
I am having this same problem when building Cairo (JuliaGraphics/Cairo.jl#271). I think this can be some incompatibility between Julia and Mojave. |
FWIW, I no longer see this by trying JuliaPy/PyPlot.jl#402 (comment) in Julia 1.6.0 with macOS BigSur julia> versioninfo()
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.6.0)
CPU: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake) |
Hi,
I get the following segfault
when I run
/MyProjectDirectory/Test.jl
which contains the codethat uses
/MyProjectDirectory/MyModule.jl
which contains the codeI don't know if this is an issue to do with CSV, Images, PyPlot or Julia itself. This is a minimal working example. I'm using Julia 1.0.1 on MacOS Mojave. The segfault goes away if I don't load any one of these three packages. There is still a segfault if I start Julia with
--check-bounds=yes
.I hope this can be resolved soon! Segfaults are frightening...
These are the versions of the packages in question + important dependencies
I have also posted this issue on the
PyPlot.jl
github and theCSV.jl
github.Best,
Max
The text was updated successfully, but these errors were encountered: