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

Unknown function in exception access violation #433

Closed
juliayyan opened this issue Jun 23, 2016 · 2 comments
Closed

Unknown function in exception access violation #433

juliayyan opened this issue Jun 23, 2016 · 2 comments

Comments

@juliayyan
Copy link

(possibly a dup of #273)

I am using julia v0.4.5, jupyter notebook version 4.1.0. My jupyter notebook works fine with python, but I'm seeing the following error message at the commandline when I try running a julia kernel.

$ jupyter notebook
[I 22:30:19.200 NotebookApp] Serving notebooks from local directory: C:\cygwin64\home\Julia
[I 22:30:19.200 NotebookApp] 0 active kernels
[I 22:30:19.200 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/
[I 22:30:19.200 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 22:30:28.311 NotebookApp] Creating new notebook in
[I 22:30:29.805 NotebookApp] Kernel started: 4e0a34d5-855f-4b14-969b-5a611810f859

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 -- unknown function (ip: 0000000000000000)
unknown function (ip: 0000000000000000)

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x6978c644 -- unknown function (ip: 000000006978C644)
unknown function (ip: 000000006978C644)
unknown function (ip: 0000000069785939)
zmq_ctx_term at C:\cygwin64\home\Julia\.julia\v0.4\WinRPM\deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin\libzmq.DLL (unknown line)
close at C:\cygwin64\home\Julia\.julia\v0.4\ZMQ\src\ZMQ.jl:158
jlcall_close_1397 at  (unknown line)
jl_apply_generic at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_svec_fill at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_gc_inhibit_finalizers at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_load_and_lookup at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_compile at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_trampoline at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_svec_fill at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_gc_run_all_finalizers at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_atexit_hook at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_exit at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
jl_throw_in_ctx at C:\Users\Julia\AppData\Local\Julia-0.4.5\bin\libjulia.dll (unknown line)
_chkstk at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
RtlImageNtHeaderEx at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
KiUserExceptionDispatcher at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
[W 22:30:39.892 NotebookApp] Timeout waiting for kernel_info reply from 4e0a34d5-855f-4b14-969b-5a611810f859
[I 22:30:41.802 NotebookApp] KernelRestarter: restarting kernel (1/5)
WARNING:root:kernel 4e0a34d5-855f-4b14-969b-5a611810f859 restarted

Any help is appreciated. Thanks!

@stevengj
Copy link
Member

stevengj commented Jan 18, 2017

Could this be a duplicate of #489? Try the workaround (commenting out the heartbeat) suggested there.

@stevengj
Copy link
Member

Closing as no longer reproducible.

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

2 participants