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

Two ctrl-c presses during Pkg.update() crash Julia #50045

Open
ViralBShah opened this issue Jun 2, 2023 · 1 comment
Open

Two ctrl-c presses during Pkg.update() crash Julia #50045

ViralBShah opened this issue Jun 2, 2023 · 1 comment
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)

Comments

@ViralBShah
Copy link
Member

ViralBShah commented Jun 2, 2023

You have to wait a couple of secs so tha it is actually connected to the pkg server, or started downloading in order to trigger this.

   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.9.0 (2023-05-07)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(@v1.9) pkg> up
^C^Cfatal: error thrown and no exception handler available.
InterruptException()
_jl_mutex_unlock at /Users/viral/.julia/juliaup/julia-1.9.0+0.aarch64.apple.darwin14/lib/julia/libjulia-internal.1.9.dylib (unknown line)
ijl_task_get_next at /Users/viral/.julia/juliaup/julia-1.9.0+0.aarch64.apple.darwin14/lib/julia/libjulia-internal.1.9.dylib (unknown line)
poptask at ./task.jl:974
wait at ./task.jl:983
task_done_hook at ./task.jl:672
jfptr_task_done_hook_50473 at /Users/viral/.julia/juliaup/julia-1.9.0+0.aarch64.apple.darwin14/lib/julia/sys.dylib (unknown line)
ijl_apply_generic at /Users/viral/.julia/juliaup/julia-1.9.0+0.aarch64.apple.darwin14/lib/julia/libjulia-internal.1.9.dylib (unknown line)
jl_finish_task at /Users/viral/.julia/juliaup/julia-1.9.0+0.aarch64.apple.darwin14/lib/julia/libjulia-internal.1.9.dylib (unknown line)
start_task at /Users/viral/.julia/juliaup/julia-1.9.0+0.aarch64.apple.darwin14/lib/julia/libjulia-internal.1.9.dylib (unknown line)
@ViralBShah ViralBShah added REPL Julia's REPL (Read Eval Print Loop) bug Indicates an unexpected problem or unintended behavior labels Jun 2, 2023
@xgdgsc
Copy link
Contributor

xgdgsc commented Jun 3, 2023

JuliaLang/Downloads.jl#192 related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

2 participants