Skip to content

Can't terminate notebook() function in Julia REPL in 1.8 on Windows #1048

@nilshg

Description

@nilshg

In 1.7.3 I can do:

julia> using IJulia

julia> notebook()
[ Info: running setenv(...)

# Single Ctrl+C

Process(setenv(..., ProcessSignaled(2))

julia> 

In 1.8-rc3 this doesn't work (tested on both cmd.exe and powershell):

julia> using IJulia

julia> notebook()
[ Info: running setenv(...)

# Single Ctrl+C

# Nothing happens

# Multiple Ctrl+Cs

WARNING: Force throwing a SIGINT

and the whole Julia session is dead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions