-
-
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
IJulia kernel dies instantly on OS X #138
Comments
Could you please provide the output of |
Were there any errors in the output when you first did |
Output of
|
No, I didn't get any errors from |
OK, I tried deleting and re-installing the packages, and am getting the same result. |
Can you try with Julia 0.2 in case there is a problem with the 0.3 prerelease snapshot you are using? (Not that you will need to run |
I tried with v.0.2.0 both built from source and with the OS X binary downloaded from Julialang.org. I still get the same result. |
I have got the exact same problem on Archlinux. Julia is built from AUR (julia-git) IPython is built from Archs repositories version is IPython 1.1.0 Output from
I have not tried Julia 0.2 |
Try changing You can also try |
No additional info with
Running the same thing with valgrind resulted in:
|
@aelg, thanks for looking into this. Unfortunately, the valgrind output is not very helpful because I don't know what Julia code is being evaluated. The only thing to do may be to start inserting |
One quick and dirty Julia debugging technique is just to put |
I had Anaconda IPython and julia did not work so I had to install IPython using julia> versioninfo(true) BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY) |
Seems to be a problem with the heartbeat thread in |
I just tried Anaconda and IJulia and PyPlot on a fresh MacOS 10.9 machine, and everything went without a hitch. (Make sure you installed 64-bit Anaconda and 64-bit Julia.) |
Could it be some version mismatch with ZMQ? I'm on version 4.0, the call to zmq_device in the heartbeat thread seems to at least be deprecated in that version. |
Hi,
I just installed Julia fresh from master (Version 0.3.0-prerelease+1277, commit 89d32b2*), and added the IJulia Pkg. When I fire up the IJulia notebook, I get a message saying that the kernel has died and will automatically restart (5 times), followed by a 'Dead Kernel' message prompting for a manual restart. This just repeats the process.
This is on OS X Mountain lion, with IPython 1.1.0, Anaconda Python 2.7.6, all up to date. Normal IPython works fine day in day out. Julia also works fine in the terminal, although I haven't tested it exhaustively--I just installed it.
Please let me know if there is any additional information I can provide.
The text was updated successfully, but these errors were encountered: