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

MKL errors crash REPL #1590

Open
doorisajar opened this issue Aug 11, 2020 · 1 comment
Open

MKL errors crash REPL #1590

doorisajar opened this issue Aug 11, 2020 · 1 comment

Comments

@doorisajar
Copy link

doorisajar commented Aug 11, 2020

Both of the MKL errors I reference here cause the VSCode Julia REPL to instantly crash and close before I can see the error message.

To identify the MKL error, I launched Julia from the terminal, and noticed that the MKL errors didn't crash the Julia REPL itself. If something doesn't crash Julia, it probably shouldn't crash the VSCode Julia REPL?

For reference, if you use Julia 1.5 and the latest MKL.jl, Conda.jl, and PyCall.jl, you may be able to reproduce this error by starting a VSCode REPL, installing numpy with Conda.add and then:

julia> using PyCall
julia> np = pyimport("numpy")

That's it. This hard crashes my VSCode Julia REPL every time. I'm using:

Version: 1.47.3
Commit: 91899dcef7b8110878ea59626991a18c8a6a1b3e
Date: 2020-07-23T13:08:29.692Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 18.7.0

And I have v1.0.3 of the Julia language extension. This is all on MacOS Mojave 10.14.6.

@davidanthoff davidanthoff added this to the Backlog milestone Aug 17, 2020
@ampbj
Copy link

ampbj commented Dec 29, 2020

I am having the same problem.

@davidanthoff davidanthoff removed this from the Backlog milestone Oct 15, 2022
@davidanthoff davidanthoff removed the bug label Oct 4, 2024
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