-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Julia 1.11 RC 4 crashes on trying to access invalid file path #55957
Comments
Did you test if that problem is specific to 1.11-rc4? |
I think this is not about missing files. |
Should there be a default exception handler for CTRL-C to print something more meaningful? I don't know how to do that or if you want to add another, to take over, I suppose it wouldn't rule that out? |
Yesterday I tested Julia 1.10.5 on another PC and get no error message when using Ctrl+C, then I uninstalled Julia 1.10.5 and installed Julia 1.11.0RC4 and got the exact same error message than on my first PC where I directly started with Julia 1.11.0RC4. As a newbie I cannot assume if the problem is that Pluto writes that one should press Ctr+C in a REPL to end Pluto or if there is a bug in Julia 1.11.
OK, but this wrong info makes it hard to understand what is going on. If possible, please output the real paths that users can investigate problems. |
This is a bug report as suggested in fonsp/Pluto.jl#3036
When I press
Ctrl+C
in a REPL Julia crashes with: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.
At first, I though this crash only occurs when I set the environment variable
JULIA_DEPOT_PATH
.However, now at a second Win 10 PC where
JULIA_DEPOT_PATH
does not exists, I get exactly the same crash.--
Julia Version 1.11.0-rc4
Commit b4b9add (2024-09-25 11:03 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 12 virtual cores)
The text was updated successfully, but these errors were encountered: