-
Notifications
You must be signed in to change notification settings - Fork 29
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
SBCL Lisp kernel keeps restarting (Looping) #29
Comments
I just resolved this issue. Indeed it was an issue related to 32bit / 64 bit conflict of pzmq.
This is indeed related to issues with pzmq as discussed in the following link I now have the following warning: [Recv]: issue with UTF-8 decoding Any clues as to their impact and resolution will be very much appreciated. cheers |
The zmq dependency of jupyter is a little bit painful, but thanks to the reactivity The "issue with UTF-8 decoding" things is still quite obscure for me, but does not seem to be a big problem. I have used cl-jupyter for long sessions without much difficulty, and the .ipynb file is generally quite hard to corrupt. For the moment cl-jupyter does not support the |
on macOs, This issue still happens, even after following @athena007 advice. with ccl, the jupyter notebook still keep restart after create a new notebook.
by following the quicklisp installation, and then update all dist. |
please check the new version in master, I think this particularly annoying bug is fixed (or at least addressed) |
I have yet to try with ccl on a mac computer, which I do not own... |
I'm not sure if this is the same problem but I get this (and the kernel keeps trying to restart but never starts): To load "cl-jupyter": cl-jupyter: an enhanced interactive Common Lisp REPL kernel configuration = ((ip . 127.0.0.1) (signature_scheme . hmac-sha256) [I 12:39:56.232 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports |
Hello
I am running sbcl 1.3.14 together with slime and everything works fine in emacs. I also run jupyter 4.1.0 with a few kernels. which are working fine.
I am hoping to utilized the jupyter notebooks interface for my class but i am getting a kernel loop or restart anytime i launch the SBCL lisp. Below is the error. Assistance will be very much appreciated to resolve this issue.
`[I 11:55:57.920 NotebookApp] KernelRestarter: restarting kernel (4/5)
WARNING:root:kernel d4136aa7-e963-4491-9023-914d7f1d690f restarted
This is SBCL 1.3.14, an implementation of ANSI Common Lisp.
More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
To load "cl-jupyter":
Load 1 ASDF system:
cl-jupyter
; Loading "cl-jupyter"
^C[I 11:55:58.681 NotebookApp] interrupted
Serving notebooks from local directory: /home/kofi/notebooks
1 active kernels
The Jupyter Notebook is running at: http://localhost:8888/
Shutdown this notebook server (y/[n])? ......
cl-jupyter: an enhanced interactive Common Lisp REPL
(Version 0.7 - Jupyter protocol v.5.0)
--> (C) 2014-2015 Frederic Peschanski (cf. LICENSE)
kernel configuration = ((control_port . 37949) (shell_port . 45585)
(stdin_port . 57295) (signature_scheme . hmac-sha256)
(hb_port . 52669)
(key . 12b86afd-e852-471e-9d64-4b8ecb69833c)
(transport . tcp) (kernel_name . lisp)
(iopub_port . 59293) (ip . 127.0.0.1))
[Hearbeat] starting...
[Heartbeat] thread started
[Kernel] Entering mainloop ...
[Shell] loop started
Argh! corrupted error depth, halting
fatal error encountered in SBCL pid 795(tid 140737353875072):
%PRIMITIVE HALT called; the party is over.
`
Thanks
The text was updated successfully, but these errors were encountered: