Today I updated to v1.11 and I get the following error when I go to package mode
(@v1.11) pkg>
SYSTEM: caught exception of type :TypeError while trying to print a failed Task notice; giving up
This only happens when I startup julia with --startup-file=yes
with the startup.jl containing a single command: using Revise
.
If startup.jl
is empty the error doesn’t happen.
If I start without startup file and load using Revise
manually the error doesn’t exist.
The error makes the package mode totally unusable and generally the kernel unpredictable (e.g. I get a stack trace when I call versioninfo()
)
julia> versioninfo()
Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-07 11:40 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 64 × AMD EPYC 7282 16-Core Processor
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, znver2)
Threads: 1 default, 0 interactive, 1 GC (on 64 virtual cores)
Environment:
JULIA_DEPOT_PATH = /u/bulk/home/wima/fchrstou/julia
I deleted all ~/.julia/{compiled, packages, artifacts}
but still the same happens.
1.10.4
keeps working normally.