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

stack trace on exit #7603

Closed
scottdraves opened this issue Jun 29, 2018 · 0 comments
Closed

stack trace on exit #7603

scottdraves opened this issue Jun 29, 2018 · 0 comments
Assignees

Comments

@scottdraves
Copy link
Contributor

scottdraves commented Jun 29, 2018

open a groovy notebook, run %%python then shutdown via control-c:

Shutdown this notebook server (y/[n])? y
[C 23:46:41.139 NotebookApp] Shutdown confirmed
[I 23:46:41.140 NotebookApp] Shutting down 2 kernels
Exception in thread "Thread-1" java.lang.NullPointerException
        at com.twosigma.beakerx.kernel.comm.Comm.close(Comm.java:180)
        at java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707)
        at com.twosigma.beakerx.kernel.Kernel.closeComms(Kernel.java:140)
        at com.twosigma.beakerx.socket.KernelSocketsZMQ.close(KernelSocketsZMQ.java:218)
        at com.twosigma.beakerx.socket.KernelSocketsZMQ.run(KernelSocketsZMQ.java:177)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants