-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Segmentation Fault 11 with Julia 1.5.3 #969
Comments
The same(?) happens when trying to start the
Except, I don't know how I might apply the OP's fix in my case. |
This can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Session Info
Issue
I was attempting to get Julia 1.5.3 to work in a Jupyter notebook, but Jupyter said that it couldn't start the kernel. So I attempted to open a notebook this way:
However, when I ran the
using IJulia
piece, I got a segmentation error that crashes the REPL entirely. IJulia appears to be the only package where this is an issue, and other packages precompile fine. Here's a snippet from the beginning and end of this error.Possible resolution...?
I solved this issue by going into the Julia folder, deleting the IJulia folder, reinstalling, and rebuilding the package. Running the command
using IJulia
works now, and the kernel loads in the Jupyter notebook. I figured I would submit this issue anyway, as I didn't see anything related to this bug for this package.The text was updated successfully, but these errors were encountered: