Skip to content
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

Still find segmentation fault, using Julia and MKL #385

Closed
NoelAraujo opened this issue Aug 31, 2018 · 3 comments
Closed

Still find segmentation fault, using Julia and MKL #385

NoelAraujo opened this issue Aug 31, 2018 · 3 comments

Comments

@NoelAraujo
Copy link

Using official binary files from Julia downloads, PyPlot works as expected.
I've compiled Julia from source using MKL, and I still gets the message:

julia> using PyPlot
julia> x = 1:10;
julia> plot(x)
signal (11): Segmentation fault

signal (11): Segmentation fault
in expression starting at no filein expression starting at no file:0
in expression starting at no file:0
in expression starting at no file:0

signal (11): Segmentation fault
in expression starting at no file:0
Segmentation fault (core dumped)
@braydenware
Copy link

I get the same issue with my build of Julia 1.0.1 using MKL. I haven't tried yet with official binaries.

@stevengj
Copy link
Member

Duplicate of #100, #165. As explained there, this is not a PyPlot issue. The problem is that you are linking two incompatible versions of MKL.

@stevengj
Copy link
Member

Also duplicate of JuliaPy/PyCall.jl#443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants