Skip to content

Kernel Interrupts Fail (can't stop long running commands) #33

@aramadia

Description

@aramadia

I have a simple cell with

for (int i = 0; i < 20; i++) { System.out.println(i); Thread.sleep(1000); }

I hit the interrupt button in Jupyter expecting it will interrupt the command.
However the cell runs to completion and prints this in the console output:

[I 13:47:24.582 NotebookApp] Kernel interrupted: bcb8133c-58d3-4727-911c-2fca4dc40d5b
Sep 20, 2018 1:47:24 PM io.github.spencerpark.jupyter.channels.ShellChannel lambda$bind$16
SEVERE: Unhandled message: none

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugcategory: base-kernelIssues that need fixing upstream in the base kernel.category: kernelIssues related to things that need to be fixed inside the kernel.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions