-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Pluto crashes on closing #3036
Comments
Hey Uwe! Did Pluto exit? What happens when you press Ctrl+C again? Ctrl+C is a bit difficult to handle Julia, but it is being worked on (eg JuliaLang/julia#25790). For the |
I don't know. The browser tab (Firefox) is still open and does not accept inputs. So the server was shut down but it can be because of the crash.
Julia outputs just:
Done: JuliaLang/julia#55957 |
Maybe you could record a video the next time this happens! I'm not sure we can improve this without a video. |
This is with Julia 1.11.1 and I performed an update, gc and instantiate before I started Pluto. Now the crash is gone. Only this message in the REPL sounds weird:
because there is no fatal error as Pluto is shut don the normal way. For reference here the full REPL output:
Despite the misleading message about a fatal error, I would say the issue is resolved. |
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: