Distributed.jl icon indicating copy to clipboard operation
Distributed.jl copied to clipboard

Ctrl-C when master process is waiting for crashed workers

Open alyst opened this issue 8 years ago • 3 comments

When master Julia process is waiting in take!() on its own RemoteRef and the worker processes have all thrown exceptions, pressing Ctrl-C in REPL results in

ERROR (unhandled task failure): InterruptException:
 in task_done_hook at ./task.jl:175

but doesn't bring the master from the waiting state.

alyst avatar Aug 15 '15 23:08 alyst