You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Julia's REPL I started Pluto, and there I read:
Info: │ Press Ctrl+C in this terminal to stop Pluto
But when I do this, I get this error
fatal: error thrown and no exception handler available.
InterruptException()
_jl_mutex_unlock at C:/workdir/src\threading.c:949
jl_mutex_unlock at C:/workdir/src\julia_locks.h:80 [inlined]
ijl_task_get_next at C:/workdir/src\scheduler.c:526
poptask at .\task.jl:1012
wait at .\task.jl:1021
task_done_hook at .\task.jl:694
jfptr_task_done_hook_67126.1 at J:\Julia-1.11\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:2157 [inlined]
jl_finish_task at C:/workdir/src\task.c:319
start_task at C:/workdir/src\task.c:1213
This is strange as I am on Windows. There is no such directory C:/workdir and it can also not be created as one would need admin permissions to do so. So also the error message is wrong.
I use Julia 1.11RC4 under Windows 10 RC4.
I tried to close Pluto also directly after I started, so no notebook was ever loaded or run but the bug persists.
The text was updated successfully, but these errors were encountered:
In Julia's REPL I started Pluto, and there I read:
Info: │ Press Ctrl+C in this terminal to stop Pluto
But when I do this, I get this error
This is strange as I am on Windows. There is no such directory
C:/workdir
and it can also not be created as one would need admin permissions to do so. So also the error message is wrong.I use Julia 1.11RC4 under Windows 10 RC4.
I tried to close Pluto also directly after I started, so no notebook was ever loaded or run but the bug persists.
The text was updated successfully, but these errors were encountered: