Julia regularly crashing when trying to use packages

I originally thought this was a VSCode issue but it seems to just happen most times I try and use a package since I can reproduce this inside of a terminal. If I startup Julia and try and use a package, 90% of the time I get something like

PS C:\Users\User> julia -e 'using Pkg; Pkg.activate(; temp = true); Pkg.add(\"LinearAlgebra\"); using LinearAlgebra'
  Activating new project at `C:\Users\User\AppData\Local\Temp\jl_EiNINZ`
  Installing known registries into `C:\Users\User\.julia`
     Cloning registry from "https://github.com/JuliaRegistries/General.git"
    Fetching: [========================================>]  99.9 %
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff94e0225a3 -- typekeyvalue_hash at C:/workdir/src\jltypes.c:1637 [inlined]
lookup_typevalue at C:/workdir/src\jltypes.c:1059
in expression starting at none:1
typekeyvalue_hash at C:/workdir/src\jltypes.c:1637 [inlined]
lookup_typevalue at C:/workdir/src\jltypes.c:1059
jl_lookup_arg_tuple_type at C:/workdir/src\jltypes.c:2219
lookup_arg_type_tuple at C:/workdir/src\gf.c:2237 [inlined]
jl_lookup_generic_ at C:/workdir/src\gf.c:3011
ijl_apply_generic at C:/workdir/src\gf.c:3073
setproperty! at .\Base.jl:40
unknown function (ip: 000001a6895239b6)
transfer_progress at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:23
unknown function (ip: 000001a6895237f2)
jlcapi_cfunction_98833.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
git_indexer_commit at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_smart__download_pack at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_remote__download at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_remote_fetch at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git__clone at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_clone at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
macro expansion at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\error.jl:110 [inlined]
clone at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\repository.jl:459
#clone#119 at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\LibGit2.jl:585
clone at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\LibGit2.jl:558 [inlined]
#clone#3 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:121
clone at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:88
unknown function (ip: 000001a6895226d7)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_apply at C:/workdir/src\builtins.c:768
#96#97 at .\error.jl:296
#96 at .\error.jl:291 [inlined]
#50 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:238
#mktempdir#24 at .\file.jl:766
unknown function (ip: 000001a6895225e3)
mktempdir at .\file.jl:762
mktempdir at .\file.jl:762 [inlined]
#48 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:202
#mkpidlock#7 at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:93
mkpidlock at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:90 [inlined]
#mkpidlock#6 at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
mkpidlock at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
download_registries at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:168
#download_default_registries#39 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:111
download_default_registries at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:98 [inlined]
#add#27 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:149
add at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:148
#add#25 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:147 [inlined]
add at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:147 [inlined]
#add#24 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:146 [inlined]
add at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:146
jfptr_add_102560.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:223
eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]
eval_body at C:/workdir/src\interpreter.c:635
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
exec_options at .\client.jl:291
_start at .\client.jl:552
jfptr__start_86591.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
true_main at C:/workdir/src\jlapi.c:582
jl_repl_entrypoint at C:/workdir/src\jlapi.c:731
mainCRTStartup at C:/workdir/cli\loader_exe.c:58
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 8089067 (Pool: 8088890; Big: 177); GC: 3
error in running finalizer: ErrorException("task switch not allowed from inside gc finalizer")
ijl_error at C:/workdir/src\rtutils.c:41
ijl_switch at C:/workdir/src\task.c:636
try_yieldto at .\task.jl:921
wait at .\task.jl:995
#wait#645 at .\condition.jl:130
wait at .\condition.jl:125 [inlined]
close at .\asyncevent.jl:180
close at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:323
jfptr_close_54225.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
run_finalizer at C:/workdir/src\gc.c:318
jl_gc_run_finalizers_in_list at C:/workdir/src\gc.c:410
run_finalizers at C:/workdir/src\gc.c:454
run_finalizers at C:/workdir/src\gc.c:435 [inlined]
ijl_gc_collect at C:/workdir/src\gc.c:3552
gc at .\gcutils.jl:129 [inlined]
#temp_cleanup_purge#19 at .\file.jl:542
temp_cleanup_purge at .\file.jl:537 [inlined]
#951 at .\initdefs.jl:366
jfptr_YY.951_83086.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
_atexit at .\initdefs.jl:428
jfptr__atexit_83102.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
ijl_atexit_hook at C:/workdir/src\init.c:280
ijl_exit at C:/workdir/src\init.c:207
jl_exception_handler at C:/workdir/src\signals-win.c:337 [inlined]
jl_exception_handler at C:/workdir/src\signals-win.c:229
__julia_personality at C:/workdir/src\win32_ucontext.c:28
_chkstk at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
RtlFindCharInUnicodeString at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
KiUserExceptionDispatcher at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
jl_to_typeof at C:/workdir/src\julia.h:765 [inlined]
typekeyvalue_hash at C:/workdir/src\jltypes.c:1637 [inlined]
lookup_typevalue at C:/workdir/src\jltypes.c:1059
jl_lookup_arg_tuple_type at C:/workdir/src\jltypes.c:2219
lookup_arg_type_tuple at C:/workdir/src\gf.c:2237 [inlined]
jl_lookup_generic_ at C:/workdir/src\gf.c:3011
ijl_apply_generic at C:/workdir/src\gf.c:3073
setproperty! at .\Base.jl:40
unknown function (ip: 000001a6895239b6)
transfer_progress at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:23
unknown function (ip: 000001a6895237f2)
jlcapi_cfunction_98833.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
git_indexer_commit at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_smart__download_pack at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_remote__download at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_remote_fetch at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git__clone at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
git_clone at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libgit2.dll (unknown line)
macro expansion at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\error.jl:110 [inlined]
clone at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\repository.jl:459
#clone#119 at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\LibGit2.jl:585
clone at C:\workdir\usr\share\julia\stdlib\v1.10\LibGit2\src\LibGit2.jl:558 [inlined]
#clone#3 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:121
clone at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\GitTools.jl:88
unknown function (ip: 000001a6895226d7)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_apply at C:/workdir/src\builtins.c:768
#96#97 at .\error.jl:296
#96 at .\error.jl:291 [inlined]
#50 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:238
#mktempdir#24 at .\file.jl:766
unknown function (ip: 000001a6895225e3)
mktempdir at .\file.jl:762
mktempdir at .\file.jl:762 [inlined]
#48 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:202
#mkpidlock#7 at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:93
mkpidlock at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:90 [inlined]
#mkpidlock#6 at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
mkpidlock at C:\workdir\usr\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
download_registries at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:168
#download_default_registries#39 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:111
download_default_registries at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:98 [inlined]
#add#27 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:149
add at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:148
#add#25 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:147 [inlined]
add at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:147 [inlined]
#add#24 at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:146 [inlined]
add at C:\workdir\usr\share\julia\stdlib\v1.10\Pkg\src\API.jl:146
jfptr_add_102560.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:223
eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]
eval_body at C:/workdir/src\interpreter.c:635
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
exec_options at .\client.jl:291
_start at .\client.jl:552
jfptr__start_86591.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
true_main at C:/workdir/src\jlapi.c:582
jl_repl_entrypoint at C:/workdir/src\jlapi.c:731
mainCRTStartup at C:/workdir/cli\loader_exe.c:58
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)

which is an example after I completely deleted the registries folder. Before deleting, I frequently get

PS C:\Users\User> julia -e 'using Pkg; Pkg.activate(; temp = true); Pkg.add(\"LinearAlgebra\"); using LinearAlgebra'
  Activating new project at `C:\Users\User\AppData\Local\Temp\jl_5rfm4q`
  Installing known registries into `C:\Users\User\.julia`
ERROR: CRC Failed : jl_ZYp8NUhwvK~
β”Œ Warning: unable to decompress and read archive
β”‚   exception =
β”‚    failed process: Process(setenv(`'C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\libexec\julia\7z.exe' x 'C:\Users\User\AppData\Local\Temp\jl_ZYp8NUhwvK' -so`,["WINDIR=C:\\Windows", "PATH=C:\\Users\\User\\.julia\\juliaup\\julia-1.10.4+0.x64.w64.mingw32\\bin\\..\\lib\\julia;C:\\Users\\User\\.julia\\juliaup\\julia-1.10.4+0.x64.w64.mingw32\\bin\\..\\lib;C:\---[truncating PATH here]), ProcessExited(2)) [2]
β”‚
β”” @ Pkg.PlatformEngines C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:670
ERROR: unable to verify download from https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/414552244eccd0422f70347b6344f8af9ba346fa
Stacktrace:
  [1] pkgerror(msg::String)
    @ Pkg.Types C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\Types.jl:70
  [2] (::Pkg.Registry.var"#48#52"{Base.TTY, Vector{Pkg.Registry.RegistrySpec}, String})()
    @ Pkg.Registry C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:189
  [3] mkpidlock(f::Pkg.Registry.var"#48#52"{Base.TTY, Vector{Pkg.Registry.RegistrySpec}, String}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64})
    @ FileWatching.Pidfile C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:93
  [4] mkpidlock
    @ C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:90 [inlined]
  [5] mkpidlock
    @ C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
  [6] download_registries(io::Base.TTY, regs::Vector{Pkg.Registry.RegistrySpec}, depot::String)
    @ Pkg.Registry C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:168
  [7] download_default_registries(io::Base.TTY; only_if_empty::Bool, depot::String)
    @ Pkg.Registry C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:111
  [8] download_default_registries
    @ C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:98 [inlined]
  [9] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@Kwargs{})
    @ Pkg.API C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\API.jl:149
 [10] add(pkgs::Vector{Pkg.Types.PackageSpec})
    @ Pkg.API C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\API.jl:148
 [11] add
    @ C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\API.jl:147 [inlined]
 [12] add(pkg::String)
    @ Pkg.API C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\API.jl:146
 [13] top-level scope
    @ none:1

instead. Some other errors I’ve gotten are below, I have no idea how to control what type of error I’m getting. Sometimes it’s right on startup, sometimes it’s a minute after starting Julia. My memory usage according to task manager is stable, and I’m on the release version of Julia. I’ve reinstalled VSCode and Julia completely and this still occurs.

Any ideas on how to fix this? Currently Julia is essentially unusable unless I’m very lucky to not crash for 5-10 minutes…

Launching VSCode after reinstalling

[ Info: Precompiling VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f]

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ffa1d8f1520 – getType at C:/workdir/usr/include/llvm/IR\Value.h:255 [inlined]
getGEPReturnType at C:/workdir/usr/include/llvm/IR\Instructions.h:1089 [inlined]
GetElementPtrInst at C:/workdir/usr/include/llvm/IR\Instructions.h:1156 [inlined]
Create at C:/workdir/usr/include/llvm/IR\Instructions.h:964 [inlined]
CreateInBounds at C:/workdir/usr/include/llvm/IR\Instructions.h:986 [inlined]
CreateGEP at C:/workdir/usr/include/llvm/IR\IRBuilder.h:1730
in expression starting at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\VSCodeServer\src\repl_protocol.jl:1
getType at C:/workdir/usr/include/llvm/IR\Value.h:255 [inlined]
getGEPReturnType at C:/workdir/usr/include/llvm/IR\Instructions.h:1089 [inlined]
GetElementPtrInst at C:/workdir/usr/include/llvm/IR\Instructions.h:1156 [inlined]
Create at C:/workdir/usr/include/llvm/IR\Instructions.h:964 [inlined]
CreateInBounds at C:/workdir/usr/include/llvm/IR\Instructions.h:986 [inlined]
CreateGEP at C:/workdir/usr/include/llvm/IR\IRBuilder.h:1730
CreateInBoundsGEP at C:/workdir/usr/include/llvm/IR\IRBuilder.h:1737 [inlined]
CleanupIR at C:/workdir/src\llvm-late-gc-lowering.cpp:2463
runOnFunction at C:/workdir/src\llvm-late-gc-lowering.cpp:2763
runOnFunction at C:/workdir/src\llvm-late-gc-lowering.cpp:2755 [inlined]
run at C:/workdir/src\llvm-late-gc-lowering.cpp:2786
run at C:/workdir/usr/include/llvm/IR\PassManagerInternal.h:88
.text$_ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
run at C:/workdir/usr/include/llvm/IR\PassManagerInternal.h:88
run at C:/workdir/usr/include/llvm/IR\PassManager.h:522 [inlined]
run at C:/workdir/src\pipeline.cpp:746
operator() at C:/workdir/src\jitlayers.cpp:1249
withModuleDo<(anonymous namespace)::OptimizerT::operator()(llvm::orc::ThreadSafeModule, llvm::orc::MaterializationResponsibility&)::<lambda(llvm::Module&)> > at C:/workdir/usr/include/llvm/ExecutionEngine/Orc\ThreadSafeModule.h:136 [inlined]
operator() at C:/workdir/src\jitlayers.cpp:1214 [inlined]
CallImpl<(anonymous namespace)::OptimizerT> at C:/workdir/usr/include/llvm/ADT\FunctionExtras.h:222
.text$_ZN4llvm3orc16IRTransformLayer4emitESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EENS0_16ThreadSafeModuleE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
emit at C:/workdir/src\jitlayers.cpp:716
.text$_ZN4llvm3orc31BasicIRLayerMaterializationUnit11materializeESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc19MaterializationTask3runEv at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
ZN4llvm6detail18UniqueFunctionBaseIvJSt10unique_ptrINS_3orc4TaskESt14default_deleteIS4_EEEE8CallImplIPFvS7_EEEvPvRS7 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
_ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS_18JITEvaluatedSymbolENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession6lookupERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS7_EENS0_15SymbolLookupSetENS0_10LookupKindENS0_11SymbolStateESt8functionIFvRKNS_8DenseMapIS5_NS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISI_vEEEENSJ_IS5_vEENS_6detail12DenseMapPairIS5_SL_EEEEEE at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
addModule at C:/workdir/src\jitlayers.cpp:1596
jl_add_to_ee at C:/workdir/src\jitlayers.cpp:2007
_jl_compile_codeinst at C:/workdir/src\jitlayers.cpp:276
jl_generate_fptr_for_unspecialized_impl at C:/workdir/src\jitlayers.cpp:588
jl_compile_method_internal at C:/workdir/src\gf.c:2495
jl_compile_method_internal at C:/workdir/src\gf.c:2372 [inlined]
_jl_invoke at C:/workdir/src\gf.c:2887 [inlined]
ijl_invoke at C:/workdir/src\gf.c:2902
jl_invoke_julia_macro at C:/workdir/src\ast.c:1091
jl_expand_macros at C:/workdir/src\ast.c:1153
ijl_expand_with_loc_warn at C:/workdir/src\ast.c:1267
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:730
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
include_string at .\loading.jl:2076
_include at .\loading.jl:2136
include at .\Base.jl:495
jfptr_include_49732.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_f__call_latest at C:/workdir/src\builtins.c:812
include at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\VSCodeServer\src\VSCodeServer.jl:1
unknown function (ip: 00000141981e07df)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:223
eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]
eval_body at C:/workdir/src\interpreter.c:635
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934
jl_eval_module_expr at C:/workdir/src\toplevel.c:215 [inlined]
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:736
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
include_string at .\loading.jl:2076
_include at .\loading.jl:2136
include at .\Base.jl:495 [inlined]
include_package_for_output at .\loading.jl:2222
jfptr_include_package_for_output_84878.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:223
eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]
eval_body at C:/workdir/src\interpreter.c:635
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
include_string at .\loading.jl:2076
include_string at .\loading.jl:2086 [inlined]
exec_options at .\client.jl:316
_start at .\client.jl:552
jfptr__start_86591.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
true_main at C:/workdir/src\jlapi.c:582
jl_repl_entrypoint at C:/workdir/src\jlapi.c:731
mainCRTStartup at C:/workdir/cli\loader_exe.c:58
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 5852662 (Pool: 5844384; Big: 8278); GC: 11
ERROR: LoadError: Failed to precompile VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f] to β€œC:\Users\User\.julia\compiled\v1.10\VSCodeServer\jl_9BAB.tmp”.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base .\loading.jl:2468
[3] compilecache
@ .\loading.jl:2340 [inlined]
[4] (::Base.var"#968#969"{Base.PkgId})()
@ Base .\loading.jl:1974
[5] mkpidlock(f::Base.var"#968#969"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:93
[6] #mkpidlock#6
@ C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:88 [inlined]
[7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
@ FileWatching.Pidfile C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\FileWatching\src\pidfile.jl:111
[8] #invokelatest#2
@ .\essentials.jl:894 [inlined]
[9] invokelatest
@ .\essentials.jl:889 [inlined]
[10] maybe_cachefile_lock(f::Base.var"#968#969"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base .\loading.jl:2983
[11] maybe_cachefile_lock
@ .\loading.jl:2980 [inlined]
[12] _require(pkg::Base.PkgId, env::String)
@ Base .\loading.jl:1970
[13] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:1812
[14] #invoke_in_world#3
@ .\essentials.jl:926 [inlined]
[15] invoke_in_world
@ .\essentials.jl:923 [inlined]
[16] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base .\loading.jl:1803
[17] macro expansion
@ .\loading.jl:1790 [inlined]
[18] macro expansion
@ .\lock.jl:267 [inlined]
[19] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:1753
[20] #invoke_in_world#3
@ .\essentials.jl:926 [inlined]
[21] invoke_in_world
@ .\essentials.jl:923 [inlined]
[22] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1746
[23] top-level scope
@ c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\terminalserver\terminalserver.jl:13
in expression starting at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\terminalserver\terminalserver.jl:2
julia>

"Within 1-2 minutes of launching and using Julia, after already `using` some packages

Internal error: encountered unexpected error in runtime:
BoundsError(a=Array{Any, (2,)}[
Core.throw,
ErrorException(β€œfatal error in type inference (type bound)”)], i=(0,))
ijl_bounds_error_ints at C:/workdir/src\rtutils.c:201
getindex at .\essentials.jl:13 [inlined]
_useref_getindex at .\compiler/ssair\ir.jl:422
getindex at .\compiler/ssair\ir.jl:453 [inlined]
renumber_ssa2! at .\compiler/ssair\ir.jl:1162
process_node! at .\compiler/ssair\ir.jl:1327
iterate_compact at .\compiler/ssair\ir.jl:1670
iterate at .\compiler/ssair\ir.jl:1592 [inlined]
compact! at .\compiler/ssair\ir.jl:1857
compact! at .\compiler/ssair\ir.jl:1855 [inlined]
run_passes at .\compiler\optimize.jl:489
run_passes at .\compiler\optimize.jl:504 [inlined]
optimize at .\compiler\optimize.jl:453 [inlined]
_typeinf at .\compiler\typeinfer.jl:272
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2889
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_ext at .\compiler\typeinfer.jl:1051
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1082
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1078
jfptr_typeinf_ext_toplevel_38981.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
_jl_invoke at C:/workdir/src\gf.c:2895 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077 [inlined]
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_type_infer at C:/workdir/src\gf.c:394
jl_generate_fptr_impl at C:/workdir/src\jitlayers.cpp:504
jl_compile_method_internal at C:/workdir/src\gf.c:2481
jl_compile_method_internal at C:/workdir/src\gf.c:2372 [inlined]
_jl_invoke at C:/workdir/src\gf.c:2887 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
start_task at C:/workdir/src\task.c:123

"Right after starting Julia inside VSCode

Internal error: encountered unexpected error in runtime:
OutOfMemoryError()
ijl_gc_managed_malloc at C:/workdir/src\gc.c:3830
new_array at C:/workdir/src\array.c:141
_new_array at C:/workdir/src\array.c:198 [inlined]
ijl_alloc_array_1d at C:/workdir/src\array.c:436
Array at .\boot.jl:477 [inlined]
Array at .\boot.jl:486 [inlined]
similar at .\abstractarray.jl:877 [inlined]
similar at .\abstractarray.jl:876 [inlined]
_array_for at .\array.jl:723 [inlined]
_array_for at .\array.jl:726 [inlined]
domsort_ssa! at .\compiler/ssair\slot2ssa.jl:507
construct_ssa! at .\compiler/ssair\slot2ssa.jl:965
slot2reg at .\compiler\optimize.jl:626
run_passes at .\compiler\optimize.jl:489
run_passes at .\compiler\optimize.jl:504 [inlined]
optimize at .\compiler\optimize.jl:453 [inlined]
_typeinf at .\compiler\typeinfer.jl:272
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2889
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_ext at .\compiler\typeinfer.jl:1051
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1082
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1078
jfptr_typeinf_ext_toplevel_38981.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
_jl_invoke at C:/workdir/src\gf.c:2895 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077 [inlined]
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_type_infer at C:/workdir/src\gf.c:394
jl_generate_fptr_impl at C:/workdir/src\jitlayers.cpp:504
jl_compile_method_internal at C:/workdir/src\gf.c:2481
jl_compile_method_internal at C:/workdir/src\gf.c:2372 [inlined]
_jl_invoke at C:/workdir/src\gf.c:2887 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
start_task at C:/workdir/src\task.c:1238

The complete OUTPUT tab in VSCode for the previous error

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.
[ Info: Starting LS at 1718629674
[ Info: Package LazyArrays (5078a376-72f3-5289-bfd5-ec5146d43c02) is cached.
[ Info: Package LinearAlgebra (37e2e46d-f89d-539d-b4ee-838fcccc9c8e) is cached.
[ Info: Package Infinities (e1ba4f0e-776d-440f-acd9-e1d2e9742647) is cached.
[ Info: Package FillArrays (1a297f60-69ca-5386-bcde-b61e274b549b) is cached.
[ Info: Package ArrayLayouts (4c555306-a7a7-4459-81d9-ec55ddd5c99a) is cached.
[ Info: Symbol server indexing took 5.0472132 seconds.
[ Info: Loading LazyArrays from cache… (0%)
[ Info: Done loading LazyArrays from cache… (took 0.2s) (0%)
[ Info: Loading MacroTools from cache… (0%)
[ Info: Done loading MacroTools from cache… (0%)
[ Info: Loading Random from cache… (0%)
[ Info: Done loading Random from cache… (took 0.017s) (0%)
[ Info: Loading SHA from cache… (0%)
[ Info: Done loading SHA from cache… (0%)
[ Info: Loading Markdown from cache… (0%)
[ Info: Done loading Markdown from cache… (0%)
[ Info: Loading Base64 from cache… (0%)
[ Info: Done loading Base64 from cache… (0%)
[ Info: Loading LinearAlgebra from cache… (0%)
[ Info: Done loading LinearAlgebra from cache… (took 0.17s) (0%)
[ Info: Loading libblastrampoline_jll from cache… (0%)
[ Info: Done loading libblastrampoline_jll from cache… (0%)
[ Info: Loading Libdl from cache… (0%)
[ Info: Done loading Libdl from cache… (0%)
[ Info: Loading Artifacts from cache… (0%)
[ Info: Done loading Artifacts from cache… (0%)
[ Info: Loading OpenBLAS_jll from cache… (0%)
[ Info: Done loading OpenBLAS_jll from cache… (0%)
[ Info: Loading CompilerSupportLibraries_jll from cache… (0%)
[ Info: Done loading CompilerSupportLibraries_jll from cache… (0%)
[ Info: Loading SparseArrays from cache… (0%)
[ Info: Done loading SparseArrays from cache… (took 0.018s) (0%)
[ Info: Loading Serialization from cache… (0%)
[ Info: Done loading Serialization from cache… (0%)
[ Info: Loading SuiteSparse_jll from cache… (0%)
[ Info: Done loading SuiteSparse_jll from cache… (0%)
[ Info: Loading FillArrays from cache… (0%)
[ Info: Done loading FillArrays from cache… (0%)
[ Info: Loading ArrayLayouts from cache… (0%)
[ Info: Done loading ArrayLayouts from cache… (took 0.042s) (0%)
[ Info: Loading Infinities from cache… (40%)
[ Info: Done loading Infinities from cache… (40%)
[ Info: Loaded all packages into cache in 0.52s (100%)
============== Startup timings ==============
0.0 - LS startup started (0.0s since last event)
0.007 - connection established (0.007s since last event)
0.127 - (async) listening to client events (0.12s since last event)
0.172 - (async) listening to symbol server events (0.045s since last event)
0.172 - starting combined listener (0.0s since last event)
0.212 - LSP/initialize (0.04s since last event)
1.351 - LSP/initialized (1.139s since last event)
4.174 - LSP/textDocument/didOpen (2.823s since last event)
4.463 - LSP/textDocument/didOpen (0.289s since last event)
4.468 - LSP/textDocument/didOpen (0.0049999s since last event)
4.482 - LSP/textDocument/documentSymbol (0.014s since last event)
4.818 - LSP/textDocument/codeAction (0.336s since last event)
5.247 - LSP/textDocument/documentLink (0.429s since last event)
5.38 - LSP/textDocument/inlayHint (0.133s since last event)
5.593 - LSP/textDocument/documentSymbol (0.213s since last event)
5.599 - LSP/textDocument/codeAction (0.006s since last event)
5.6 - LSP/$/cancelRequest (0.00099993s since last event)
6.074 - LSP/textDocument/codeAction (0.474s since last event)
12.224 - symbols received (6.15s since last event)
12.227 - extended methods computed (0.003s since last event)
12.227 - project deps computed (0.0s since last event)
12.228 - env map computed (0.00099993s since last event)
12.289 - initial lint done (0.061s since last event)

[Info - 2:32:24 PM] Connection to server got closed. Server will restart.
true
[Error - 2:32:24 PM] Server process exited with code 3221225477.
Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10
[Error - 2:32:24 PM] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Info - 2:32:24 PM] Connection to server got closed. Server will restart.
true
[Error - 2:32:24 PM] Julia Language Server client: couldn’t create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 2:32:24 PM] Server process exited with code 3221225477.
Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.
[ Info: Starting LS at 1718631147
[ Info: Package LazyArrays (5078a376-72f3-5289-bfd5-ec5146d43c02) is cached.
[ Info: Package LinearAlgebra (37e2e46d-f89d-539d-b4ee-838fcccc9c8e) is cached.
[ Info: Package Infinities (e1ba4f0e-776d-440f-acd9-e1d2e9742647) is cached.
[ Info: Package FillArrays (1a297f60-69ca-5386-bcde-b61e274b549b) is cached.
[ Info: Package ArrayLayouts (4c555306-a7a7-4459-81d9-ec55ddd5c99a) is cached.
[ Info: Symbol server indexing took 4.8694722 seconds.
[ Info: Loading LazyArrays from cache… (0%)
[ Info: Done loading LazyArrays from cache… (took 0.13s) (0%)
[ Info: Loading MacroTools from cache… (0%)
[ Info: Done loading MacroTools from cache… (0%)
[ Info: Loading Random from cache… (0%)
[ Info: Done loading Random from cache… (0%)
[ Info: Loading SHA from cache… (0%)
[ Info: Done loading SHA from cache… (0%)
[ Info: Loading Markdown from cache… (0%)
[ Info: Done loading Markdown from cache… (0%)
[ Info: Loading Base64 from cache… (0%)
[ Info: Done loading Base64 from cache… (0%)
[ Info: Loading LinearAlgebra from cache… (0%)

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ffa15097faf – argextype at .\compiler\optimize.jl:340
in expression starting at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\languageserver\main.jl:32
argextype at .\compiler\optimize.jl:340
argextype at .\compiler\optimize.jl:340 [inlined]
is_known_call at .\compiler/ssair\passes.jl:5
adce_pass! at .\compiler/ssair\passes.jl:1705
run_passes at .\compiler\optimize.jl:489
run_passes at .\compiler\optimize.jl:504 [inlined]
optimize at .\compiler\optimize.jl:453 [inlined]
_typeinf at .\compiler\typeinfer.jl:272
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2889
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at
.\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2889
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_apply at .\compiler\abstractinterpretation.jl:1612
abstract_call_known at .\compiler\abstractinterpretation.jl:2004
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_ext at .\compiler\typeinfer.jl:1051
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1082
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1078
jfptr_typeinf_ext_toplevel_38981.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
_jl_invoke at C:/workdir/src\gf.c:2895 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077 [inlined]
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_type_infer at C:/workdir/src\gf.c:394
jl_generate_fptr_impl at C:/workdir/src\jitlayers.cpp:504
jl_compile_method_internal at C:/workdir/src\gf.c:2481
jl_compile_method_internal at C:/workdir/src\gf.c:2372 [inlined]
_jl_invoke at C:/workdir/src\gf.c:2887 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077
Dict at .\dict.jl:105
send_success_response at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSONRPC\src\core.jl:300
dispatch_msg at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSONRPC\src\typed.jl:73
run#118 at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:405
run at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:283
unknown function (ip: 000002806637cf6b)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:223
eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]
eval_body at C:/workdir/src\interpreter.c:635
eval_body at C:/workdir/src\interpreter.c:544
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
include_string at .\loading.jl:2076
_include at .\loading.jl:2136
include at .\Base.jl:495
jfptr_include_49732.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
exec_options at .\client.jl:318
_start at .\client.jl:552
jfptr__start_86591.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
true_main at C:/workdir/src\jlapi.c:582
jl_repl_entrypoint at C:/workdir/src\jlapi.c:731
mainCRTStartup at C:/workdir/cli\loader_exe.c:58
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 16667978 (Pool: 16654904; Big: 13074); GC: 22
[Info - 2:32:38 PM] Connection to server got closed. Server will restart.
true
[Error - 2:32:38 PM] Server process exited with code 1.
Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10
[Error - 2:32:39 PM] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Info - 2:32:39 PM] Connection to server got closed. Server will restart.
true
[Error - 2:32:39 PM] Julia Language Server client: couldn’t create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 2:32:39 PM] Server process exited with code 3221225477.
Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.
[ Info: Starting LS at 1718631161
[Error - 2:32:42 PM] The Julia Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
[Error - 2:32:42 PM] Server process exited with code 3221225477.

A minute after launching Julia, here the REPL stayed alive

julia> Internal error: encountered unexpected error in runtime:
OutOfMemoryError()
ijl_gc_managed_malloc at C:/workdir/src\gc.c:3830
new_array at C:/workdir/src\array.c:141
_new_array at C:/workdir/src\array.c:198 [inlined]
ijl_alloc_array_1d at C:/workdir/src\array.c:436
Array at .\boot.jl:477 [inlined]
process_phinode_values at .\compiler/ssair\ir.jl:1093
process_node! at .\compiler/ssair\ir.jl:1422
iterate_compact at .\compiler/ssair\ir.jl:1670
iterate at .\compiler/ssair\ir.jl:1592 [inlined]
ir_inline_item! at .\compiler/ssair\inlining.jl:467
batch_inline! at .\compiler/ssair\inlining.jl:710
ssa_inlining_pass! at .\compiler/ssair\inlining.jl:81 [inlined]
run_passes at .\compiler\optimize.jl:489
run_passes at .\compiler\optimize.jl:504 [inlined]
optimize at .\compiler\optimize.jl:453 [inlined]
_typeinf at .\compiler\typeinfer.jl:272
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_edge at .\compiler\typeinfer.jl:930
abstract_call_method at .\compiler\abstractinterpretation.jl:629
abstract_call_gf_by_type at .\compiler\abstractinterpretation.jl:95
abstract_call_known at .\compiler\abstractinterpretation.jl:2087
abstract_call at .\compiler\abstractinterpretation.jl:2169
abstract_call at .\compiler\abstractinterpretation.jl:2162
abstract_call at .\compiler\abstractinterpretation.jl:2354
abstract_eval_call at .\compiler\abstractinterpretation.jl:2370
abstract_eval_statement_expr at .\compiler\abstractinterpretation.jl:2380
abstract_eval_statement at .\compiler\abstractinterpretation.jl:2624
abstract_eval_basic_statement at .\compiler\abstractinterpretation.jl:2913
typeinf_local at .\compiler\abstractinterpretation.jl:3098
typeinf_nocycle at .\compiler\abstractinterpretation.jl:3186
_typeinf at .\compiler\typeinfer.jl:247
typeinf at .\compiler\typeinfer.jl:216
typeinf_ext at .\compiler\typeinfer.jl:1051
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1082
typeinf_ext_toplevel at .\compiler\typeinfer.jl:1078
jfptr_typeinf_ext_toplevel_38981.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
_jl_invoke at C:/workdir/src\gf.c:2895 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077 [inlined]
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_type_infer at C:/workdir/src\gf.c:394
jl_generate_fptr_impl at C:/workdir/src\jitlayers.cpp:504
jl_compile_method_internal at C:/workdir/src\gf.c:2481
jl_compile_method_internal at C:/workdir/src\gf.c:2372 [inlined]
_jl_invoke at C:/workdir/src\gf.c:2887 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077
dispatch_msg at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSONRPC\src\typed.jl:67
dispatch_msg at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\VSCodeServer\src\VSCodeServer.jl:103
unknown function (ip: 0000021a70738d7a)
macro expansion at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\VSCodeServer\src\VSCodeServer.jl:153 [inlined]
macro expansion at .\task.jl:479 [inlined]
#235 at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\VSCodeServer\src\VSCodeServer.jl:147
unknown function (ip: 0000021a70732a8b)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
start_task at C:/workdir/src\task.c:1238
julia> ^C

julia> 2
2

julia>

Right after launching Julia inside VSCode

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.
[ Info: Starting LS at 1718720677
[ Info: Package ArrayLayouts (4c555306-a7a7-4459-81d9-ec55ddd5c99a) is cached.
[ Info: Package LinearAlgebra (37e2e46d-f89d-539d-b4ee-838fcccc9c8e) is cached.
[ Info: Package SparseArrays (2f01184e-e22b-5df5-ae63-d93ebab69eaf) is cached.
[ Info: Package FillArrays (1a297f60-69ca-5386-bcde-b61e274b549b) is cached.
[ Info: Package MacroTools (1914dd2f-81c6-5fcd-8719-6d5c9610ff09) is cached.
[ Info: Symbol server indexing took 5.4081726 seconds.
[ Info: Loading ArrayLayouts from cache… (0%)
[ Info: Done loading ArrayLayouts from cache… (took 0.2s) (0%)
[ Info: Loading LinearAlgebra from cache… (0%)
[ Info: Done loading LinearAlgebra from cache… (took 0.13s) (0%)
[ Info: Loading libblastrampoline_jll from cache… (0%)
[ Info: Done loading libblastrampoline_jll from cache… (0%)
[ Info: Loading Libdl from cache… (0%)
[ Info: Done loading Libdl from cache… (0%)
[ Info: Loading Artifacts from cache… (0%)
[ Info: Done loading Artifacts from cache… (0%)
[ Info: Loading OpenBLAS_jll from cache… (0%)
[ Info: Done loading OpenBLAS_jll from cache… (0%)
[ Info: Loading CompilerSupportLibraries_jll from cache… (0%)
[ Info: Done loading CompilerSupportLibraries_jll from cache… (0%)
[ Info: Loading FillArrays from cache… (0%)
[ Info: Done loading FillArrays from cache… (0%)
[ Info: Loading SparseArrays from cache… (40%)
[ Info: Done loading SparseArrays from cache… (took 0.017s) (40%)
[ Info: Loading Serialization from cache… (40%)
[ Info: Done loading Serialization from cache… (40%)
[ Info: Loading Random from cache… (40%)
[ Info: Done loading Random from cache… (40%)
[ Info: Loading SHA from cache… (40%)
[ Info: Done loading SHA from cache… (40%)
[ Info: Loading SuiteSparse_jll from cache… (40%)
[ Info: Done loading SuiteSparse_jll from cache… (40%)
[ Info: Loading MacroTools from cache… (80%)
[ Info: Done loading MacroTools from cache… (80%)
[ Info: Loading Markdown from cache… (80%)
[ Info: Done loading Markdown from cache… (80%)
[ Info: Loading Base64 from cache… (80%)
[ Info: Done loading Base64 from cache… (80%)
[ Info: Loaded all packages into cache in 0.41s (100%)
============== Startup timings ==============
0.0 - LS startup started (0.0s since last event)
0.007 - connection established (0.007s since last event)
0.116 - (async) listening to client events (0.109s since last event)
0.158 - (async) listening to symbol server events (0.042s since last event)
0.158 - starting combined listener (0.0s since last event)
0.195 - LSP/initialize (0.037s since last event)
1.373 - LSP/initialized (1.178s since last event)
5.105 - LSP/workspace/didChangeWatchedFiles (3.732s since last event)
11.401 - symbols received (6.296s since last event)
11.402 - extended methods computed (0.0010002s since last event)
11.402 - project deps computed (0.0s since last event)
11.404 - env map computed (0.0019999s since last event)
11.564 - initial lint done (0.16s since last event)

[Error - 3:31:42 PM] Client Julia Language Server: connection to server is erroring.
Expected β€˜,’ or β€˜}’ after property value in JSON at position 25651 (line 1 column 25652)
Shutting down server.
[Error - 3:31:42 PM] Server process exited with code 0

(Have to do multiple posts due to character limit)

I’ll also mention that I had an issue like this in the past (~3 months ago) which seemed to be mitigated somewhat by deleting the compiled folder. That doesn’t seem to help anymore here.

Another error while simply having Julia opened, the connection with the Language Server died and gave this error:

output
[Info  - 10:51:40 PM] Connection to server got closed. Server will restart.
true
[Error - 10:51:40 PM] Server process exited with code 3221225477.
  Activating project at `c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10`
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at 'c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5'.
[ Info: Starting LS at 1718747503
[Error - 10:51:43 PM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Info  - 10:51:43 PM] Connection to server got closed. Server will restart.
true
[Error - 10:51:43 PM] Julia Language Server client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 10:51:43 PM] Server process exited with code 3221225477.
  Activating project at `c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10`
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at 'c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5'.
[ Info: Starting LS at 1718747505
[ Info: Downloading cache files...

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff92567ab09 -- getproperty at .\Base.jl:37 [inlined]
bindingof at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\bindings.jl:26 [inlined]
add_binding at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\bindings.jl:274
in expression starting at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\languageserver\main.jl:32
getproperty at .\Base.jl:37 [inlined]
bindingof at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\bindings.jl:26 [inlined]
add_binding at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\bindings.jl:274
add_binding at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\bindings.jl:274 [inlined]
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:114
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:121
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:121
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:121
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:121
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:121
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
Delayed at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:121
traverse at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:227
semantic_pass at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:179
semantic_pass at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\StaticLint\src\StaticLint.jl:172 [inlined]
is_parentof at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\requests\textdocument.jl:327
try_to_load_parents at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\requests\textdocument.jl:344
textDocument_didOpen_notification at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\requests\textdocument.jl:15
#116 at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:273
unknown function (ip: 000001b5dd22c356)
dispatch_msg at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSONRPC\src\typed.jl:67
#run#118 at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:405
run at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:283
unknown function (ip: 000001b5dd1bcf6b)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:223
eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]
eval_body at C:/workdir/src\interpreter.c:635
eval_body at C:/workdir/src\interpreter.c:544
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877
ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985
eval at .\boot.jl:385 [inlined]
include_string at .\loading.jl:2076
_include at .\loading.jl:2136
include at .\Base.jl:495
jfptr_include_49732.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
exec_options at .\client.jl:318
_start at .\client.jl:552
jfptr__start_86591.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
true_main at C:/workdir/src\jlapi.c:582
jl_repl_entrypoint at C:/workdir/src\jlapi.c:731
mainCRTStartup at C:/workdir/cli\loader_exe.c:58
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 10596466 (Pool: 10588299; Big: 8167); GC: 16
[Info  - 10:51:50 PM] Connection to server got closed. Server will restart.
true
[Error - 10:51:50 PM] Server process exited with code 1.
  Activating project at `c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10`
[Error - 10:51:51 PM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Info  - 10:51:51 PM] Connection to server got closed. Server will restart.
true
[Error - 10:51:51 PM] Julia Language Server client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 10:51:51 PM] Server process exited with code 3221225477.
  Activating project at `c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10`
[ Info: Starting the Julia Language Server
[ Info: Symbol server store is at 'c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5'.
[ Info: Starting LS at 1718747513
[ Info: Downloading cache files...
[ Info: Downloading cache files... (50%)
[ Info: All cache files downloaded (took 5.0s). (100%)
[ Info: Package QuasiArrays (c4ea9172-b204-11e9-377d-29865faadc5c) is cached.
[ Info: Package InfiniteLinearAlgebra (cde9dba0-b1de-11e9-2c62-0bab9446c55c) is cached.
[ Info: Package HypergeometricFunctions (34004b35-14d8-5ef3-9330-4cdb6864b03a) is cached.
[ Info: Package ContinuumArrays (7ae1f121-cc2c-504b-ac30-9b923412ae5c) is cached.
[ Info: Package ArrayLayouts (4c555306-a7a7-4459-81d9-ec55ddd5c99a) is cached.
[ Info: Package LinearAlgebra (37e2e46d-f89d-539d-b4ee-838fcccc9c8e) is cached.
[ Info: Package BandedMatrices (aae01518-5342-5314-be14-df237901396f) is cached.
[ Info: Package LazyArrays (5078a376-72f3-5289-bfd5-ec5146d43c02) is cached.
[ Info: Package ClassicalOrthogonalPolynomials (b30e2e7b-c4ee-47da-9d5f-2c5c27239acd) is cached.
[ Info: Package InfiniteArrays (4858937d-0d70-526a-a4dd-2d5cb5dd786c) is cached.
[ Info: Package SpecialFunctions (276daf66-3868-5448-9aa4-cd146d93841b) is cached.
[ Info: Package FillArrays (1a297f60-69ca-5386-bcde-b61e274b549b) is cached.
[ Info: Symbol server indexing took 3.8347543 seconds.
[ Info: Loading QuasiArrays from cache... (0%)
[ Info: Done loading QuasiArrays from cache... (took 0.1s) (0%)
[ Info: Loading LazyArrays from cache... (0%)
[ Info: Done loading LazyArrays from cache... (took 0.018s) (0%)
[ Info: Loading MacroTools from cache... (0%)
[ Info: Done loading MacroTools from cache... (0%)
[ Info: Loading Random from cache... (0%)
[ Info: Done loading Random from cache... (0%)
[ Info: Loading SHA from cache... (0%)
[ Info: Done loading SHA from cache... (0%)
[ Info: Loading Markdown from cache... (0%)
[ Info: Done loading Markdown from cache... (0%)
[ Info: Loading Base64 from cache... (0%)
[ Info: Done loading Base64 from cache... (0%)
[ Info: Loading LinearAlgebra from cache... (0%)
[ Info: Done loading LinearAlgebra from cache... (took 0.11s) (0%)
[ Info: Loading libblastrampoline_jll from cache... (0%)
[ Info: Done loading libblastrampoline_jll from cache... (0%)
[ Info: Loading Libdl from cache... (0%)
[ Info: Done loading Libdl from cache... (0%)
[ Info: Loading Artifacts from cache... (0%)
[ Info: Done loading Artifacts from cache... (0%)
[ Info: Loading OpenBLAS_jll from cache... (0%)
[ Info: Done loading OpenBLAS_jll from cache... (0%)
[ Info: Loading CompilerSupportLibraries_jll from cache... (0%)
[ Info: Done loading CompilerSupportLibraries_jll from cache... (0%)
[ Info: Loading SparseArrays from cache... (0%)
[ Info: Done loading SparseArrays from cache... (took 0.022s) (0%)
[ Info: Loading Serialization from cache... (0%)
[ Info: Done loading Serialization from cache... (0%)
[ Info: Loading SuiteSparse_jll from cache... (0%)
[ Info: Done loading SuiteSparse_jll from cache... (0%)
[ Info: Loading FillArrays from cache... (0%)
[ Info: Done loading FillArrays from cache... (took 0.013s) (0%)
[ Info: Loading ArrayLayouts from cache... (0%)
[ Info: Done loading ArrayLayouts from cache... (took 0.08s) (0%)
[ Info: Loading StaticArrays from cache... (0%)
[ Info: Done loading StaticArrays from cache... (took 0.026s) (0%)
[ Info: Loading PrecompileTools from cache... (0%)
[ Info: Done loading PrecompileTools from cache... (0%)
[ Info: Loading Preferences from cache... (0%)
[ Info: Done loading Preferences from cache... (0%)
[ Info: Loading TOML from cache... (0%)
[ Info: Done loading TOML from cache... (0%)
[ Info: Loading Dates from cache... (0%)
[ Info: Done loading Dates from cache... (took 0.015s) (0%)
[ Info: Loading Printf from cache... (0%)
[ Info: Done loading Printf from cache... (0%)
[ Info: Loading Unicode from cache... (0%)
[ Info: Done loading Unicode from cache... (0%)
[ Info: Loading StaticArraysCore from cache... (0%)
[ Info: Done loading StaticArraysCore from cache... (0%)
[ Info: Loading DomainSets from cache... (0%)
[ Info: Done loading DomainSets from cache... (took 0.019s) (0%)
[ Info: Loading CompositeTypes from cache... (0%)
[ Info: Done loading CompositeTypes from cache... (0%)
[ Info: Loading IntervalSets from cache... (0%)
[ Info: Done loading IntervalSets from cache... (0%)
[ Info: Loading InfiniteLinearAlgebra from cache... (8%)
[ Info: Done loading InfiniteLinearAlgebra from cache... (took 0.042s) (8%)
[ Info: Loading SemiseparableMatrices from cache... (8%)
[ Info: Done loading SemiseparableMatrices from cache... (8%)
[ Info: Loading BandedMatrices from cache... (8%)
[ Info: Done loading BandedMatrices from cache... (took 0.015s) (8%)
[ Info: Loading MatrixFactorizations from cache... (8%)
[ Info: Done loading MatrixFactorizations from cache... (8%)
[ Info: Loading BlockBandedMatrices from cache... (8%)
[ Info: Done loading BlockBandedMatrices from cache... (8%)
[ Info: Loading BlockArrays from cache... (8%)
[ Info: Done loading BlockArrays from cache... (took 0.024s) (8%)
[ Info: Loading Infinities from cache... (8%)
[ Info: Done loading Infinities from cache... (8%)
[ Info: Loading InfiniteArrays from cache... (8%)
[ Info: Done loading InfiniteArrays from cache... (8%)
[ Info: Loading LazyBandedMatrices from cache... (8%)
[ Info: Done loading LazyBandedMatrices from cache... (8%)
[ Info: Loading HypergeometricFunctions from cache... (17%)
[ Info: Done loading HypergeometricFunctions from cache... (17%)
[ Info: Loading DualNumbers from cache... (17%)
[ Info: Done loading DualNumbers from cache... (17%)
[ Info: Loading SpecialFunctions from cache... (17%)
[ Info: Done loading SpecialFunctions from cache... (17%)
[ Info: Loading IrrationalConstants from cache... (17%)
[ Info: Done loading IrrationalConstants from cache... (took 0.013s) (17%)
[ Info: Loading LogExpFunctions from cache... (17%)
[ Info: Done loading LogExpFunctions from cache... (17%)
[ Info: Loading DocStringExtensions from cache... (17%)
[ Info: Done loading DocStringExtensions from cache... (17%)
[ Info: Loading LibGit2 from cache... (17%)
[ Info: Done loading LibGit2 from cache... (took 0.014s) (17%)
[ Info: Loading NetworkOptions from cache... (17%)
[ Info: Done loading NetworkOptions from cache... (17%)
[ Info: Loading LibGit2_jll from cache... (17%)
[ Info: Done loading LibGit2_jll from cache... (17%)
[ Info: Loading LibSSH2_jll from cache... (17%)
[ Info: Done loading LibSSH2_jll from cache... (17%)
[ Info: Loading MbedTLS_jll from cache... (17%)
[ Info: Done loading MbedTLS_jll from cache... (17%)
[ Info: Loading OpenLibm_jll from cache... (17%)
[ Info: Done loading OpenLibm_jll from cache... (17%)
[ Info: Loading OpenSpecFun_jll from cache... (17%)
[ Info: Done loading OpenSpecFun_jll from cache... (17%)
[ Info: Loading JLLWrappers from cache... (17%)
[ Info: Done loading JLLWrappers from cache... (17%)
[ Info: Loading Pkg from cache... (17%)
[ Info: Done loading Pkg from cache... (took 0.025s) (17%)
[ Info: Loading Downloads from cache... (17%)
[ Info: Done loading Downloads from cache... (took 0.011s) (17%)
[ Info: Loading LibCURL from cache... (17%)
[ Info: Done loading LibCURL from cache... (took 0.013s) (17%)
[ Info: Loading MozillaCACerts_jll from cache... (17%)
[ Info: Done loading MozillaCACerts_jll from cache... (17%)
[ Info: Loading LibCURL_jll from cache... (17%)
[ Info: Done loading LibCURL_jll from cache... (17%)
[ Info: Loading nghttp2_jll from cache... (17%)
[ Info: Done loading nghttp2_jll from cache... (17%)
[ Info: Loading Zlib_jll from cache... (17%)
[ Info: Done loading Zlib_jll from cache... (17%)
[ Info: Loading FileWatching from cache... (17%)
[ Info: Done loading FileWatching from cache... (17%)
[ Info: Loading ArgTools from cache... (17%)
[ Info: Done loading ArgTools from cache... (17%)
[ Info: Loading Tar from cache... (17%)
[ Info: Done loading Tar from cache... (17%)
[ Info: Loading UUIDs from cache... (17%)
[ Info: Done loading UUIDs from cache... (17%)
[ Info: Loading REPL from cache... (17%)
[ Info: Done loading REPL from cache... (took 0.027s) (17%)
[ Info: Loading InteractiveUtils from cache... (17%)
[ Info: Done loading InteractiveUtils from cache... (17%)
[ Info: Loading Sockets from cache... (17%)
[ Info: Done loading Sockets from cache... (took 0.014s) (17%)
[ Info: Loading p7zip_jll from cache... (17%)
[ Info: Done loading p7zip_jll from cache... (17%)
[ Info: Loading Logging from cache... (17%)
[ Info: Done loading Logging from cache... (took 0.011s) (17%)
[ Info: Loading Calculus from cache... (17%)
[ Info: Done loading Calculus from cache... (took 0.15s) (17%)
[ Info: Loading NaNMath from cache... (17%)
[ Info: Done loading NaNMath from cache... (took 0.011s) (17%)
[ Info: Loading ContinuumArrays from cache... (25%)
[ Info: Done loading ContinuumArrays from cache... (25%)
[ Info: Loading AbstractFFTs from cache... (25%)
[ Info: Done loading AbstractFFTs from cache... (25%)
[ Info: Loading ClassicalOrthogonalPolynomials from cache... (67%)
[ Info: Done loading ClassicalOrthogonalPolynomials from cache... (took 0.012s) (67%)
[ Info: Loading FastGaussQuadrature from cache... (67%)
[ Info: Done loading FastGaussQuadrature from cache... (67%)
β”Œ Warning: FastTransforms not stored on disc
β”” @ SymbolServer c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\SymbolServer\src\SymbolServer.jl:356
[ Info: Loading FFTW from cache... (67%)
[ Info: Done loading FFTW from cache... (took 0.018s) (67%)
[ Info: Loading MKL_jll from cache... (67%)
[ Info: Done loading MKL_jll from cache... (67%)
[ Info: Loading IntelOpenMP_jll from cache... (67%)
[ Info: Done loading IntelOpenMP_jll from cache... (67%)
[ Info: Loading LazyArtifacts from cache... (67%)
[ Info: Done loading LazyArtifacts from cache... (67%)
[ Info: Loading oneTBB_jll from cache... (67%)
[ Info: Done loading oneTBB_jll from cache... (67%)
[ Info: Loading FFTW_jll from cache... (67%)
[ Info: Done loading FFTW_jll from cache... (67%)
[ Info: Loading Reexport from cache... (67%)
[ Info: Done loading Reexport from cache... (67%)
[ Info: Loaded all packages into cache in 1.2s (100%)
============== Startup timings ==============
       0.0 - LS startup started (0.0s since last event)
     0.012 - connection established (0.012s since last event)
     0.111 - (async) listening to client events (0.099s since last event)
      0.15 - (async) listening to symbol server events (0.039s since last event)
      0.15 - starting combined listener (0.0s since last event)
     0.192 - LSP/initialize (0.042s since last event)
     1.353 - LSP/initialized (1.161s since last event)
      3.95 - LSP/textDocument/didOpen (2.597s since last event)
     4.139 - LSP/textDocument/didOpen (0.189s since last event)
     4.139 - LSP/textDocument/didOpen (0.0s since last event)
     5.111 - LSP/textDocument/documentSymbol (0.972s since last event)
     5.413 - LSP/textDocument/codeAction (0.302s since last event)
      5.79 - LSP/textDocument/documentLink (0.377s since last event)
     5.926 - LSP/textDocument/inlayHint (0.136s since last event)
     6.125 - LSP/textDocument/documentSymbol (0.199s since last event)
     6.183 - LSP/textDocument/documentHighlight (0.058s since last event)
    12.966 - symbols received (6.783s since last event)
    12.966 - extended methods computed (0.0s since last event)
    12.966 - project deps computed (0.0s since last event)
    12.966 - env map computed (0.0s since last event)
    13.018 - initial lint done (0.052s since last event)
=============================================

Another example right after launching VSCode…

output

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10

[ Info: Starting the Julia Language Server

[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.

[ Info: Starting LS at 1718748637

[ Info: Downloading cache files…

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.

Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff9487dee0a – setindex! at .\array.jl:1021 [inlined]

write at .\iobuffer.jl:482 [inlined]

write at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:122

in expression starting at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\languageserver\main.jl:32

setindex! at .\array.jl:1021 [inlined]

write at .\iobuffer.jl:482 [inlined]

write at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:122

show_string at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:197 [inlined]

show_key at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:229

show_pair at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:240

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:285

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:314 [inlined]

show_element at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:218 [inlined]

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:293

show_pair at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:241

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:285

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:314 [inlined]

show_element at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:218 [inlined]

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:293

show_pair at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:241

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:285

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:314 [inlined]

show_element at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:218 [inlined]

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:293

show_pair at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:241

show_pair at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:243

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:271

#show_json#3 at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:325 [inlined]

show_json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:323 [inlined]

print at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:349

unknown function (ip: 0000022986eb65cf)

#sprint#501 at .\strings\io.jl:114

sprint at .\strings\io.jl:107 [inlined]

json at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSON\src\Writer.jl:354

unknown function (ip: 0000022986eb649b)

send_success_response at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSONRPC\src\core.jl:302

dispatch_msg at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\JSONRPC\src\typed.jl:73

run#118 at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:405

run at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:283

unknown function (ip: 0000022986e9cf6b)

jl_apply at C:/workdir/src\julia.h:1982 [inlined]

do_call at C:/workdir/src\interpreter.c:126

eval_value at C:/workdir/src\interpreter.c:223

eval_stmt_value at C:/workdir/src\interpreter.c:174 [inlined]

eval_body at C:/workdir/src\interpreter.c:635

eval_body at C:/workdir/src\interpreter.c:544

jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775

jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934

jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877

ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]

ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985

eval at .\boot.jl:385 [inlined]

include_string at .\loading.jl:2076

_include at .\loading.jl:2136

include at .\Base.jl:495

jfptr_include_49732.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

exec_options at .\client.jl:318

_start at .\client.jl:552

jfptr__start_86591.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

jl_apply at C:/workdir/src\julia.h:1982 [inlined]

true_main at C:/workdir/src\jlapi.c:582

jl_repl_entrypoint at C:/workdir/src\jlapi.c:731

mainCRTStartup at C:/workdir/cli\loader_exe.c:58

BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)

RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)

Allocations: 9184847 (Pool: 9176927; Big: 7920); GC: 14

[Info - 11:10:41 PM] Connection to server got closed. Server will restart.

true

[Error - 11:10:41 PM] Server process exited with code 1.

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10

[Error - 11:10:42 PM] Server initialization failed.

Message: Pending response rejected since connection got disposed

Code: -32097

[Info - 11:10:42 PM] Connection to server got closed. Server will restart.

true

[Error - 11:10:42 PM] Julia Language Server client: couldn’t create connection to server.

Message: Pending response rejected since connection got disposed

Code: -32097

[Error - 11:10:42 PM] Server process exited with code 3221226356.

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10

[ Info: Starting the Julia Language Server

[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.

[ Info: Starting LS at 1718748644

[ Info: Downloading cache files…

[Info - 11:10:48 PM] Connection to server got closed. Server will restart.

true

[Error - 11:10:48 PM] Server process exited with code 3221225477.

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10

[ Info: Starting the Julia Language Server

[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.

[ Info: Starting LS at 1718748650

[Error - 11:10:50 PM] Server initialization failed.

Message: Pending response rejected since connection got disposed

Code: -32097

[Info - 11:10:50 PM] Connection to server got closed. Server will restart.

true

[Error - 11:10:50 PM] Julia Language Server client: couldn’t create connection to server.

Message: Pending response rejected since connection got disposed

Code: -32097

[Error - 11:10:50 PM] Server process exited with code 3221225477.

Activating project at c:\Users\User\.vscode\extensions\julialang.language-julia-1.79.2\scripts\environments\languageserver\v1.10

[ Info: Starting the Julia Language Server

[ Info: Symbol server store is at β€˜c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\symbolstorev5’.

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.

Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff94e07dac9 – set_nth_field at C:/workdir/src\datatype.c:1658

in expression starting at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\languageserver\main.jl:32

set_nth_field at C:/workdir/src\datatype.c:1658

ijl_new_structv at C:/workdir/src\datatype.c:1449

deepcopy_internal at .\deepcopy.jl:83

jfptr_deepcopy_internal_82025.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

_deepcopy_array_t at .\deepcopy.jl:105

deepcopy_internal at .\deepcopy.jl:92

jfptr_deepcopy_internal_11358 at c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.10\LanguageServer\ite7n_DkQ7i.dll (unknown line)

deepcopy_internal at .\deepcopy.jl:76

jfptr_deepcopy_internal_82025.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

deepcopy_internal at .\deepcopy.jl:125

jfptr_deepcopy_internal_11368 at c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.10\LanguageServer\ite7n_DkQ7i.dll (unknown line)

deepcopy_internal at .\deepcopy.jl:76

jfptr_deepcopy_internal_82025.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

deepcopy_internal at .\deepcopy.jl:125

jfptr_deepcopy_internal_11368 at c:\Users\User\AppData\Roaming\Code\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.10\LanguageServer\ite7n_DkQ7i.dll (unknown line)

deepcopy_internal at .\deepcopy.jl:76

deepcopy_internal at .\deepcopy.jl:125

deepcopy at .\deepcopy.jl:26 [inlined]

LanguageServerInstance at c:\Users\User.vscode\extensions\julialang.language-julia-1.79.2\scripts\packages\LanguageServer\src\languageserverinstance.jl:74

unknown function (ip: 000001d1f53fc6de)

jl_apply at C:/workdir/src\julia.h:1982 [inlined]

do_call at C:/workdir/src\interpreter.c:126

eval_value at C:/workdir/src\interpreter.c:223

eval_body at C:/workdir/src\interpreter.c:489

eval_body at C:/workdir/src\interpreter.c:544

jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:775

jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:934

jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:877

ijl_toplevel_eval at C:/workdir/src\toplevel.c:943 [inlined]

ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:985

eval at .\boot.jl:385 [inlined]

include_string at .\loading.jl:2076

_include at .\loading.jl:2136

include at .\Base.jl:495

jfptr_include_49732.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

exec_options at .\client.jl:318

_start at .\client.jl:552

jfptr__start_86591.1 at C:\Users\User.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)

jl_apply at C:/workdir/src\julia.h:1982 [inlined]

true_main at C:/workdir/src\jlapi.c:582

jl_repl_entrypoint at C:/workdir/src\jlapi.c:731

mainCRTStartup at C:/workdir/cli\loader_exe.c:58

BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)

RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)

Allocations: 1893969 (Pool: 1892015; Big: 1954); GC: 3

[Error - 11:10:52 PM] Server initialization failed.

Message: Pending response rejected since connection got disposed

Code: -32097

[Error - 11:10:52 PM] The Julia Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.

[Error - 11:10:52 PM] Julia Language Server client: couldn’t create connection to server.

In this example, it happened only when let something print…

PS C:\Users\User> julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.10.4 (2024-06-04)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> using SemiclassicalOrthogonalPolynomials, ArrayLayouts, ClassicalOrthogonalPolynomials, InfiniteLinearAlgebra, LinearAlgebra, BandedMatrices, LazyArrays, InfiniteArrays

julia> A = UpperTriangular(ApplyArray(exp, [1.0 0.0; 0.0 1.0]));

julia> A

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x6f0e7305 -- .text$_ZN4llvm19ReachingDefAnalysis19reprocessBasicBlockEPNS_17MachineBasicBlockE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
in expression starting at none:0
.text$_ZN4llvm19ReachingDefAnalysis19reprocessBasicBlockEPNS_17MachineBasicBlockE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm19ReachingDefAnalysis17processBasicBlockERKNS_13LoopTraversal16TraversedMBBInfoE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm19ReachingDefAnalysis8traverseEv at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm19ReachingDefAnalysis20runOnMachineFunctionERNS_15MachineFunctionE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm19MachineFunctionPass13runOnFunctionERNS_8FunctionE.part.67 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc14SimpleCompilerclERNS_6ModuleE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
operator() at C:/workdir/src\jitlayers.cpp:1303
.text$_ZN4llvm3orc14IRCompileLayer4emitESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EENS0_16ThreadSafeModuleE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16IRTransformLayer4emitESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EENS0_16ThreadSafeModuleE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
emit at C:/workdir/src\jitlayers.cpp:716
.text$_ZN4llvm3orc31BasicIRLayerMaterializationUnit11materializeESt10unique_ptrINS0_29MaterializationResponsibilityESt14default_deleteIS3_EE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc19MaterializationTask3runEv at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
_ZN4llvm6detail18UniqueFunctionBaseIvJSt10unique_ptrINS_3orc4TaskESt14default_deleteIS4_EEEE8CallImplIPFvS7_EEEvPvRS7_ at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
_ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS_18JITEvaluatedSymbolENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
.text$_ZN4llvm3orc16ExecutionSession6lookupERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS7_EENS0_15SymbolLookupSetENS0_10LookupKindENS0_11SymbolStateESt8functionIFvRKNS_8DenseMapIS5_NS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISI_vEEEENSJ_IS5_vEENS_6detail12DenseMapPairIS5_SL_EEEEEE at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\bin\libLLVM-15jl.dll (unknown line)
addModule at C:/workdir/src\jitlayers.cpp:1596
jl_add_to_ee at C:/workdir/src\jitlayers.cpp:2007
jl_add_to_ee at C:/workdir/src\jitlayers.cpp:1986
jl_add_to_ee at C:/workdir/src\jitlayers.cpp:1986
_jl_compile_codeinst at C:/workdir/src\jitlayers.cpp:276
jl_generate_fptr_impl at C:/workdir/src\jitlayers.cpp:520
jl_compile_method_internal at C:/workdir/src\gf.c:2481
jl_compile_method_internal at C:/workdir/src\gf.c:2372 [inlined]
_jl_invoke at C:/workdir/src\gf.c:2887 [inlined]
ijl_apply_generic at C:/workdir/src\gf.c:3077
#55 at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:273
unknown function (ip: 000001a4d4c03507)
with_repl_linfo at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:569
jfptr_with_repl_linfo_95854.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
display at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:259
display at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:278 [inlined]
display at .\multimedia.jl:340
jfptr_display_68496.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_f__call_latest at C:/workdir/src\builtins.c:812
#invokelatest#2 at .\essentials.jl:892 [inlined]
invokelatest at .\essentials.jl:889 [inlined]
print_response at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:315
#57 at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:284
jfptr_YY.57_95779.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
with_repl_linfo at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:569
jfptr_with_repl_linfo_95854.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
print_response at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:282
do_respond at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:911
unknown function (ip: 000001a4d4c009eb)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
jl_f__call_latest at C:/workdir/src\builtins.c:812
#invokelatest#2 at .\essentials.jl:892 [inlined]
invokelatest at .\essentials.jl:889 [inlined]
run_interface at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\LineEdit.jl:2656
jfptr_run_interface_94683.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
run_frontend at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:1312
#62 at C:\workdir\usr\share\julia\stdlib\v1.10\REPL\src\REPL.jl:386
jfptr_YY.62_95830.1 at C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1982 [inlined]
start_task at C:/workdir/src\task.c:1238
Allocations: 6827241 (Pool: 6823530; Big: 3711); GC: 14
PS C:\Users\User>

What is the output of versioninfo()? Does version of Julia work?

julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd4843 (2024-06-04 10:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 32 Γ— 13th Gen Intel(R) Core(TM) i9-13900K
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, goldmont)
Threads: 1 default, 0 interactive, 1 GC (on 32 virtual cores)
Environment:
  JULIA_PKG_SERVER =

(JULIA_PKG_SEVER = "" was an attempt to fix the issue, but it made no difference)

Does version of Julia work?

Do you mean any version? Doesn’t seem so… here’s a 1.9 example:

julia> using SemiclassicalOrthogonalPolynomials, ArrayLayouts, ClassicalOrthogonalPolynomials, InfiniteLinearAlgebra, LinearAlgebra, BandedMatrices, LazyArrays, InfiniteArrays
[ Info: Precompiling SemiclassicalOrthogonalPolynomials [291c01f3-23f6-4eb6-aeb0-063a639b53f2]

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x7ff9066a1d44 -- jl_unwrap_unionall at C:/workdir/src\jltypes.c:1227 [inlined]
union_sort_cmp at C:/workdir/src\jltypes.c:455 [inlined]
isort_union at C:/workdir/src\jltypes.c:466
in expression starting at C:\Users\User\.julia\packages\ClassicalOrthogonalPolynomials\Hdhud\src\ClassicalOrthogonalPolynomials.jl:5
jl_unwrap_unionall at C:/workdir/src\jltypes.c:1227 [inlined]
union_sort_cmp at C:/workdir/src\jltypes.c:455 [inlined]
isort_union at C:/workdir/src\jltypes.c:466
ijl_type_union at C:/workdir/src\jltypes.c:508
inst_type_w_ at C:/workdir/src\jltypes.c:1958
inst_type_w_ at C:/workdir/src\jltypes.c:1955
inst_type_w_ at C:/workdir/src\jltypes.c:1955
inst_type_w_ at C:/workdir/src\jltypes.c:1955
inst_type_w_ at C:/workdir/src\jltypes.c:1955
inst_tuple_w_ at C:/workdir/src\jltypes.c:1897
inst_type_w_ at C:/workdir/src\jltypes.c:1987
ijl_instantiate_unionall at C:/workdir/src\jltypes.c:1216
rename_unionall at C:/workdir/src\subtype.c:510
unalias_unionall at C:/workdir/src\subtype.c:774 [inlined]
subtype_unionall at C:/workdir/src\subtype.c:785
subtype at C:/workdir/src\subtype.c:1257
subtype_unionall at C:/workdir/src\subtype.c:800
subtype at C:/workdir/src\subtype.c:1254
exists_subtype at C:/workdir/src\subtype.c:1442 [inlined]
_forall_exists_subtype at C:/workdir/src\subtype.c:1474
forall_exists_subtype at C:/workdir/src\subtype.c:1490 [inlined]
ijl_subtype_env at C:/workdir/src\subtype.c:1938
jl_type_intersection_env_s at C:/workdir/src\subtype.c:3577
jl_typemap_intersection_node_visitor at C:/workdir/src\typemap.c:457
jl_typemap_intersection_visitor at C:/workdir/src\typemap.c:619
jl_typemap_intersection_visitor at C:/workdir/src\typemap.c:601
jl_typemap_intersection_visitor at C:/workdir/src\typemap.c:545
get_intersect_matches at C:/workdir/src\gf.c:1425 [inlined]
ijl_method_table_insert at C:/workdir/src\gf.c:1889
jl_insert_methods at C:/workdir/src\staticdata_utils.c:807 [inlined]
jl_restore_package_image_from_stream at C:/workdir/src\staticdata.c:3346
jl_restore_incremental_from_buf at C:/workdir/src\staticdata.c:3388 [inlined]
ijl_restore_package_image_from_file at C:/workdir/src\staticdata.c:3503
_include_from_serialized at .\loading.jl:1052
_require_search_from_serialized at .\loading.jl:1506
_require at .\loading.jl:1783
_require_prelocked at .\loading.jl:1660
macro expansion at .\loading.jl:1648 [inlined]
macro expansion at .\lock.jl:267 [inlined]
require at .\loading.jl:1611
jfptr_require_51170.clone_1 at C:\Users\User\.julia\juliaup\julia-1.9.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1880 [inlined]
call_require at C:/workdir/src\toplevel.c:466 [inlined]
eval_import_path at C:/workdir/src\toplevel.c:503
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:731
jl_eval_module_expr at C:/workdir/src\toplevel.c:203 [inlined]
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:715
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:856
ijl_toplevel_eval at C:/workdir/src\toplevel.c:921 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:971
eval at .\boot.jl:370 [inlined]
include_string at .\loading.jl:1903
_include at .\loading.jl:1963
include at .\Base.jl:457 [inlined]
include_package_for_output at .\loading.jl:2049
jfptr_include_package_for_output_33141.clone_1 at C:\Users\User\.julia\juliaup\julia-1.9.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1880 [inlined]
do_call at C:/workdir/src\interpreter.c:126
eval_value at C:/workdir/src\interpreter.c:226
eval_stmt_value at C:/workdir/src\interpreter.c:177 [inlined]
eval_body at C:/workdir/src\interpreter.c:624
jl_interpret_toplevel_thunk at C:/workdir/src\interpreter.c:762
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:912
jl_toplevel_eval_flex at C:/workdir/src\toplevel.c:856
ijl_toplevel_eval at C:/workdir/src\toplevel.c:921 [inlined]
ijl_toplevel_eval_in at C:/workdir/src\toplevel.c:971
eval at .\boot.jl:370 [inlined]
include_string at .\loading.jl:1903
include_string at .\loading.jl:1913 [inlined]
exec_options at .\client.jl:305
_start at .\client.jl:522
jfptr__start_42472.clone_1 at C:\Users\User\.julia\juliaup\julia-1.9.4+0.x64.w64.mingw32\lib\julia\sys.dll (unknown line)
jl_apply at C:/workdir/src\julia.h:1880 [inlined]
true_main at C:/workdir/src\jlapi.c:573
jl_repl_entrypoint at C:/workdir/src\jlapi.c:717
mainCRTStartup at C:/workdir/cli\loader_exe.c:59
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 11627877 (Pool: 11626442; Big: 1435); GC: 25
ERROR: LoadError: Failed to precompile ClassicalOrthogonalPolynomials [b30e2e7b-c4ee-47da-9d5f-2c5c27239acd] to "C:\\Users\\User\\.julia\\compiled\\v1.9\\ClassicalOrthogonalPolynomials\\jl_97BC.tmp".
Stacktrace:
  [1] error(s::String)
    @ Base .\error.jl:35
  [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
    @ Base .\loading.jl:2294
  [3] compilecache
    @ .\loading.jl:2167 [inlined]
  [4] _require(pkg::Base.PkgId, env::String)
    @ Base .\loading.jl:1805
  [5] _require_prelocked(uuidkey::Base.PkgId, env::String)
    @ Base .\loading.jl:1660
  [6] macro expansion
    @ .\loading.jl:1648 [inlined]
  [7] macro expansion
    @ .\lock.jl:267 [inlined]
  [8] require(into::Module, mod::Symbol)
    @ Base .\loading.jl:1611
  [9] include
    @ .\Base.jl:457 [inlined]
 [10] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
    @ Base .\loading.jl:2049
 [11] top-level scope
    @ stdin:3
in expression starting at C:\Users\User\.julia\packages\SemiclassicalOrthogonalPolynomials\IdMu2\src\SemiclassicalOrthogonalPolynomials.jl:1
in expression starting at stdin:3
ERROR: Failed to precompile SemiclassicalOrthogonalPolynomials [291c01f3-23f6-4eb6-aeb0-063a639b53f2] to "C:\\Users\\User\\.julia\\compiled\\v1.9\\SemiclassicalOrthogonalPolynomials\\jl_9674.tmp".
Stacktrace:
 [1] error(s::String)
   @ Base .\error.jl:35
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
   @ Base .\loading.jl:2294
 [3] compilecache
   @ .\loading.jl:2167 [inlined]
 [4] _require(pkg::Base.PkgId, env::String)
   @ Base .\loading.jl:1805
 [5] _require_prelocked(uuidkey::Base.PkgId, env::String)
   @ Base .\loading.jl:1660
 [6] macro expansion
   @ .\loading.jl:1648 [inlined]
 [7] macro expansion
   @ .\lock.jl:267 [inlined]
 [8] require(into::Module, mod::Symbol)
   @ Base .\loading.jl:1611

To me these error look like there is something fishy with the network connection, but I am just guessing. I never used Julia on Windows (nor do I use Windows at all) though…

ERROR: CRC Failed : jl_ZYp8NUhwvK~
β”Œ Warning: unable to decompress and read archive
β”‚   exception =
β”‚    failed process: Process(setenv(`'C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\libexec\julia\7z.exe' x 'C:\Users\User\AppData\Local\Temp\jl_ZYp8NUhwvK' -so`,["WINDIR=C:\\Windows", "PATH=C:\\Users\\User\\.julia\\juliaup\\julia-1.10.4+0.x64.w64.mingw32\\bin\\..\\lib\\julia;C:\\Users\\User\\.julia\\juliaup\\julia-1.10.4+0.x64.w64.mingw32\\bin\\..\\lib;C:\---[truncating PATH here]), ProcessExited(2)) [2]
β”‚
β”” @ Pkg.PlatformEngines C:\Users\User\.julia\juliaup\julia-1.10.4+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\PlatformEngines.jl:670
ERROR: unable to verify download from https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/414552244eccd0422f70347b6344f8af9ba346fa
Stacktrace:
1 Like

Maybe. I’m not sure if that would explain all the different types of errors I’m seeing though

According to my experience, many different types of errors usually arise from a single source of error. A broken network connection would explain a lot of things, but as said, I might be totally wrong :wink:
I don’t think that you face β€œmany different” issues. There must be something broken at a very low level, in my opinion.

1 Like

Have you tried using Julia in the Windows Subsystem for Linux?

1 Like

Never tried it (I only kind of knew that existed until you mentioned it, actually). I’ll figure out how to install it and test. It would be nice if there was a way I could stay on Windows though

I have no idea what could be behind your errors unfortunately, but I’ve been using Julia on Windows almost daily since 0.3 days, have a fairly similar system to you (13th Gen i7-13800H), and don’t have any issues so there’s not a general problem using Julia on Windows.

2 Likes

it’s mainly for a cross check to rule out the network stuff… I can understand that you prefer to run it natively :wink:

I think I’ve got WSL all configured correctly… on my first launch of Julia on WSL, and similarly for later attempts at installing a package, I get

  Installing known registries into `~/.julia`
ERROR: CRC Failed : jl_vM3ktkrG9G~
β”Œ Warning: unable to decompress and read archive
β”‚   exception =
β”‚    failed process: Process(setenv(`/home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/libexec/julia/7z x /tmp/jl_vM3ktkrG9G -so`,["OPENBLAS_MAIN_FREE=1", "PATH=/home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/libexec/julia:/home/userl/.vscode-server/bin/611f9bfce64f25108829dd295f54a6894e87339d/bin/remote-cli:/home/userl/.juliaup/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/MATLAB/R2023a/runtime/win64:/mnt/c/Program Files/MATLAB/R2023a/bin:/mnt/c/Program Files/MATLAB/R2022b/runtime/win64:/mnt/c/Program Files/MATLAB/R2022b/bin:/mnt/c/Program Files/GitHub CLI/:/mnt/c/Users/User/AppData/Roaming/nvm:/mnt/c/Program Files/nodejs:/mnt/c/Program Files/nodejs/:/mnt/c/Program Files/Git LFS:/mnt/c/Program Files/MATLAB/R2021b/runtime/win64:/mnt/c/Program Files/MATLAB/R2021b/bin:/mnt/c/Program Files (x86)/GnuWin32/bin:/mnt/c/Users/User/AppData/Local/Programs/Python/Python312/Scripts:/mnt/c/Program Files/Wolfram Research/WolframScript/:/mnt/c/Users/User/AppData/Local/ActiveState/StateTool/release/bin:/mnt/c/Users/User/AppData/Local/Programs/Python/Python312/Scripts/:/mnt/c/Users/User/AppData/Local/Programs/Python/Python312/:/mnt/c/Users/User/AppData/Local/activestate/cache/bin:/mnt/c/Users/User/.cargo/bin:/mnt/c/Users/User/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/User/AppData/Local/Programs/MiKTeX/miktex/bin/x64/:/mnt/c/Users/User/AppData/Roaming/nvm:/mnt/c/Program Files/nodejs:/mnt/c/Users/User/AppData/Roaming/npm:/mnt/c/Program Files (x86)/GnuWin32/bin:/mnt/c/MinGW/bin:/mnt/c/Users/User/.dotnet/tools:/mnt/c/Users/User/AppData/Local/Programs/Microsoft VS Code/bin:/snap/bin", "PWD=/home/userl/.julia/dev/SemiclassicalOrthogonalPolynomials.jl", "WSLENV=VSCODE_WSL_EXT_LOCATION/up", "DISPLAY=:0", "TERM_PROGRAM=vscode", "WAYLAND_DISPLAY=wayland-0", "LESSOPEN=| /usr/bin/lesspipe %s", "XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop", "VSCODE_GIT_ASKPASS_NODE=/home/userl/.vscode-server/bin/611f9bfce64f25108829dd295f54a6894e87339d/node"  …  "USER=userl", "JULIA_EDITOR=code", "LESSCLOSE=/usr/bin/lesspipe %s %s", "HOME=/home/userl", "TERM=xterm-256color", "TERM_PROGRAM_VERSION=1.90.1", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "HOSTTYPE=x86_64", "JULIA_NUM_THREADS=24", "COLORTERM=truecolor"]), ProcessExited(2)) [2]
β”‚    
β”” @ Pkg.PlatformEngines ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/PlatformEngines.jl:670
ERROR: LoadError: unable to verify download from https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/4c8d17f07d0d69fb78bda6196ab08b2c1e0d9703
Stacktrace:
  [1] pkgerror(msg::String)
    @ Pkg.Types ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70
  [2] (::Pkg.Registry.var"#48#52"{Base.TTY, Vector{Pkg.Registry.RegistrySpec}, String})()
    @ Pkg.Registry ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/Registry/Registry.jl:189
  [3] mkpidlock(f::Pkg.Registry.var"#48#52"{Base.TTY, Vector{Pkg.Registry.RegistrySpec}, String}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64})
    @ FileWatching.Pidfile ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  [4] mkpidlock
    @ ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:90 [inlined]
  [5] mkpidlock
    @ ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  [6] download_registries(io::Base.TTY, regs::Vector{Pkg.Registry.RegistrySpec}, depot::String)
    @ Pkg.Registry ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/Registry/Registry.jl:168
  [7] download_default_registries(io::Base.TTY; only_if_empty::Bool, depot::String)
    @ Pkg.Registry ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/Registry/Registry.jl:111
  [8] download_default_registries(io::Base.TTY)
    @ Pkg.Registry ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/Registry/Registry.jl:98
  [9] instantiate(ctx::Pkg.Types.Context; manifest::Nothing, update_registry::Bool, verbose::Bool, platform::Base.BinaryPlatforms.Platform, allow_build::Bool, allow_autoprecomp::Bool, kwargs::@Kwargs{io::Base.TTY})
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/API.jl:1777
 [10] instantiate
    @ ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/API.jl:1773 [inlined]
 [11] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, _from_loading::Bool, kwargs::@Kwargs{io::Base.TTY})
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/API.jl:1082
 [12] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::@Kwargs{_from_loading::Bool})
    @ Pkg.API ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
 [13] precompile
    @ ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined]
 [14] #precompile#114
    @ ~/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined]
 [15] #invokelatest#2
    @ ./essentials.jl:894 [inlined]
 [16] invokelatest
    @ ./essentials.jl:889 [inlined]
 [17] _require(pkg::Base.PkgId, env::String)
    @ Base ./loading.jl:1963
 [18] __require_prelocked(uuidkey::Base.PkgId, env::String)
    @ Base ./loading.jl:1812
 [19] #invoke_in_world#3
    @ ./essentials.jl:926 [inlined]
 [20] invoke_in_world
    @ ./essentials.jl:923 [inlined]
 [21] _require_prelocked(uuidkey::Base.PkgId, env::String)
    @ Base ./loading.jl:1803
 [22] macro expansion
    @ ./loading.jl:1790 [inlined]
 [23] macro expansion
    @ ./lock.jl:267 [inlined]
 [24] __require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1753
 [25] #invoke_in_world#3
    @ ./essentials.jl:926 [inlined]
 [26] invoke_in_world
    @ ./essentials.jl:923 [inlined]
 [27] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1746
 [28] top-level scope
    @ ~/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/terminalserver/terminalserver.jl:13
in expression starting at /home/userl/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/terminalserver/terminalserver.jl:2

Restarting the REPL…

  Downloaded artifact: IntelOpenMP
[ Info: Precompiling VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f]
Internal error: encountered unexpected error in runtime:
BoundsError(a=#<null>, i=#<null>)
_useref_setindex! at ./compiler/ssair/ir.jl:484
setindex! at ./compiler/ssair/ir.jl:510 [inlined]
renumber_ssa2! at ./compiler/ssair/ir.jl:1172
process_node! at ./compiler/ssair/ir.jl:1379
iterate_compact at ./compiler/ssair/ir.jl:1670
iterate at ./compiler/ssair/ir.jl:1592 [inlined]
compact! at ./compiler/ssair/ir.jl:1857
compact! at ./compiler/ssair/ir.jl:1855 [inlined]
run_passes at ./compiler/optimize.jl:489
run_passes at ./compiler/optimize.jl:504 [inlined]
optimize at ./compiler/optimize.jl:453 [inlined]
_typeinf at ./compiler/typeinfer.jl:272
typeinf at ./compiler/typeinfer.jl:216
typeinf_edge at ./compiler/typeinfer.jl:930
abstract_call_method at ./compiler/abstractinterpretation.jl:629
abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
abstract_call_known at ./compiler/abstractinterpretation.jl:2087
abstract_call at ./compiler/abstractinterpretation.jl:2169
abstract_call at ./compiler/abstractinterpretation.jl:2162
abstract_call at ./compiler/abstractinterpretation.jl:2354
abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
typeinf_local at ./compiler/abstractinterpretation.jl:3098
typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
_typeinf at ./compiler/typeinfer.jl:247
typeinf at ./compiler/typeinfer.jl:216
typeinf_edge at ./compiler/typeinfer.jl:930
abstract_call_method at ./compiler/abstractinterpretation.jl:629
abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
abstract_call_known at ./compiler/abstractinterpretation.jl:2087
abstract_call at ./compiler/abstractinterpretation.jl:2169
abstract_call at ./compiler/abstractinterpretation.jl:2162
abstract_call at ./compiler/abstractinterpretation.jl:2354
abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
typeinf_local at ./compiler/abstractinterpretation.jl:3098
typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
_typeinf at ./compiler/typeinfer.jl:247
typeinf at ./compiler/typeinfer.jl:216
typeinf_edge at ./compiler/typeinfer.jl:930
abstract_call_method at ./compiler/abstractinterpretation.jl:629
abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
abstract_call_known at ./compiler/abstractinterpretation.jl:2087
abstract_call at ./compiler/abstractinterpretation.jl:2169
abstract_call at ./compiler/abstractinterpretation.jl:2162
abstract_call at ./compiler/abstractinterpretation.jl:2354
abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
typeinf_local at ./compiler/abstractinterpretation.jl:3098
typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
_typeinf at ./compiler/typeinfer.jl:247
typeinf at ./compiler/typeinfer.jl:216
typeinf_edge at ./compiler/typeinfer.jl:930
abstract_call_method at ./compiler/abstractinterpretation.jl:629
abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
abstract_call_known at ./compiler/abstractinterpretation.jl:2087
abstract_call at ./compiler/abstractinterpretation.jl:2169
abstract_call at ./compiler/abstractinterpretation.jl:2162
abstract_call at ./compiler/abstractinterpretation.jl:2354
abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
typeinf_local at ./compiler/abstractinterpretation.jl:3098
typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
_typeinf at ./compiler/typeinfer.jl:247
typeinf at ./compiler/typeinfer.jl:216
typeinf_edge at ./compiler/typeinfer.jl:930
abstract_call_method at ./compiler/abstractinterpretation.jl:629
abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
abstract_call_known at ./compiler/abstractinterpretation.jl:2087
abstract_call at ./compiler/abstractinterpretation.jl:2169
abstract_apply at ./compiler/abstractinterpretation.jl:1612
abstract_call_known at ./compiler/abstractinterpretation.jl:2004
abstract_call at ./compiler/abstractinterpretation.jl:2169
abstract_call at ./compiler/abstractinterpretation.jl:2162
abstract_call at ./compiler/abstractinterpretation.jl:2354
abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2889
typeinf_local at ./compiler/abstractinterpretation.jl:3098
typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
_typeinf at ./compiler/typeinfer.jl:247
typeinf at ./compiler/typeinfer.jl:216
typeinf_ext at ./compiler/typeinfer.jl:1051
typeinf_ext_toplevel at ./compiler/typeinfer.jl:1082
typeinf_ext_toplevel at ./compiler/typeinfer.jl:1078
jfptr_typeinf_ext_toplevel_35681.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
jl_type_infer at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:394
jl_generate_fptr_impl at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/jitlayers.cpp:504
jl_compile_method_internal at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2481 [inlined]
jl_compile_method_internal at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2368
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2887 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
do_call at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:126
eval_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:223
eval_stmt_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:174 [inlined]
eval_body at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:617
jl_interpret_toplevel_thunk at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:775
top-level scope at /home/userl/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/packages/IJuliaCore/src/display.jl:6
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:934
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:877
ijl_toplevel_eval_in at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:985
eval at ./boot.jl:385 [inlined]
include_string at ./loading.jl:2076
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
_include at ./loading.jl:2136
include at ./Base.jl:495
jfptr_include_46393.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
jl_f__call_latest at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:812
include at /home/userl/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/packages/VSCodeServer/src/VSCodeServer.jl:43
unknown function (ip: 0x7f7e3d88bea5)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
do_call at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:126
eval_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:223
eval_stmt_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:174 [inlined]
eval_body at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:617
jl_interpret_toplevel_thunk at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:775
top-level scope at /home/userl/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/packages/IJuliaCore/src/packagedef.jl:34
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:934
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:877
ijl_toplevel_eval_in at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:985
eval at ./boot.jl:385 [inlined]
include_string at ./loading.jl:2076
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
_include at ./loading.jl:2136
include at ./Base.jl:495
jfptr_include_46393.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
jl_f__call_latest at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:812
include at /home/userl/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/packages/VSCodeServer/src/VSCodeServer.jl:43
unknown function (ip: 0x7f7e3d88bea5)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
do_call at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:126
eval_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:223
eval_stmt_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:174 [inlined]
eval_body at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:617
jl_interpret_toplevel_thunk at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:775
top-level scope at /home/userl/.vscode-server/extensions/julialang.language-julia-1.79.2/scripts/packages/VSCodeServer/src/VSCodeServer.jl:48
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:934
jl_eval_module_expr at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:215 [inlined]
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:736
jl_eval_module_expr at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:215 [inlined]
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:736
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:877
ijl_toplevel_eval_in at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:985
eval at ./boot.jl:385 [inlined]
include_string at ./loading.jl:2076
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
_include at ./loading.jl:2136
include at ./Base.jl:495 [inlined]
include_package_for_output at ./loading.jl:2222
jfptr_include_package_for_output_81041.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
do_call at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:126
eval_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:223
eval_stmt_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:174 [inlined]
eval_body at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:617
jl_interpret_toplevel_thunk at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:775
top-level scope at stdin:3
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:934
jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:877
ijl_toplevel_eval_in at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:985
eval at ./boot.jl:385 [inlined]
include_string at ./loading.jl:2076
include_string at ./loading.jl:2086 [inlined]
exec_options at ./client.jl:316
_start at ./client.jl:552
jfptr__start_82729.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
_jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
true_main at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/jlapi.c:582
jl_repl_entrypoint at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/jlapi.c:731
main at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/cli/loader_exe.c:58
unknown function (ip: 0x7f7e54e35d8f)
__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x4010b8)

using

julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 32 Γ— 13th Gen Intel(R) Core(TM) i9-13900K
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, goldmont)
Threads: 24 default, 0 interactive, 12 GC (on 32 virtual cores)
Environment:
  JULIA_EDITOR = code
  JULIA_NUM_THREADS = 24

Something is very wrong :upside_down_face:

Inside the terminal instead of VSCode:

userl@DESKTOP-HKT322U:~/.julia/dev/SemiclassicalOrthogonalPolynomials.jl$ julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
   Installed FillArrays ───────────────────── v1.11.0
   Installed BlockBandedMatrices ──────────── v0.13.1
   Installed LogExpFunctions ──────────────── v0.3.28
   Installed Requires ─────────────────────── v1.3.0
   Installed SemiseparableMatrices ────────── v0.4.0
   Installed LazyArrays ───────────────────── v2.0.4
   Installed MacroTools ───────────────────── v0.5.13
   Installed ContinuumArrays ──────────────── v0.18.2
   Installed Polynomials ──────────────────── v4.0.11
   Installed FFTW_jll ─────────────────────── v3.3.10+0
   Installed IntelOpenMP_jll ──────────────── v2024.1.0+0
   Installed Compat ───────────────────────── v4.15.0
   Installed FastTransforms ───────────────── v0.16.2
   Installed OpenSpecFun_jll ──────────────── v0.5.5+0
   Installed DocStringExtensions ──────────── v0.9.3
   Installed ArrayLayouts ─────────────────── v1.9.4
   Installed ClassicalOrthogonalPolynomials ─ v0.13.2
   Installed GenericFFT ───────────────────── v0.1.6
   Installed LazyBandedMatrices ───────────── v0.10.1
   Installed QuasiArrays ──────────────────── v0.11.5
   Installed ToeplitzMatrices ─────────────── v0.8.3
  Downloaded artifact: oneTBB
  Downloaded artifact: FastTransforms
  Downloaded artifact: LLVMOpenMP
 Downloading artifact: IntelOpenMP
     Failure artifact: IntelOpenMP
  Downloaded artifact: IntelOpenMP
  Downloaded artifact: FFTW
  Downloaded artifact: OpenSpecFun
    Building FastTransforms β†’ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/2a751f353eed288f8130554c4c1344f17f01fe58/build.log`
Precompiling project...
        Info Given SemiclassicalOrthogonalPolynomials was explicitly requested, output will be shown live

[8905] signal (11.1): Segmentation fault
in expression starting at /home/userl/.julia/packages/ClassicalOrthogonalPolynomials/DiRvH/src/ClassicalOrthogonalPolynomials.jl:5
ijl_subtype_env at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/subtype.c:2113
unknown function (ip: (nil))
Allocations: 4905566 (Pool: 4901259; Big: 4307); GC: 10

[8902] signal (11.1): Segmentation fault
in expression starting at none:0

[8902] signal (6.-6): Aborted
in expression starting at none:0
  βœ— InfiniteLinearAlgebra
  βœ— ClassicalOrthogonalPolynomials
  βœ— SemiclassicalOrthogonalPolynomials
  77 dependencies successfully precompiled in 59 seconds. 7 already precompiled.
  2 dependencies had output during precompilation:
β”Œ MKL_jll
β”‚   Downloading artifact: MKL
β”‚
β”‚  [pid 6902] waiting for IO to finish:
β”‚   Handle type        uv_handle_t->data
β”‚   timer              0x2c4a510->0x7feeb7c80490
β”‚  This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
β”‚
β”‚  [pid 6902] waiting for IO to finish:
β”‚   Handle type        uv_handle_t->data
β”‚   timer              0x2c4a510->0x7feeb7c80490
β”‚  This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
β””
β”Œ DSP
β”‚  Internal error: encountered unexpected error in runtime:
β”‚  BoundsError(a=Array{Int64, (89,)}[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 56, 57, 22, 58, 23, 59, 60, 61, 62, 63, 64, 67, 68, 65, 69, 66, 70, 24, 25, 55, 26, 27, 28, 29, 54, 30, 31, 32, 33, 52, 53, 34, 35, 36, 50, 51, 37, 38, 39, 49, 40, 41, 48, 42, 43, 47, 44, 45, 46, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 0, 81, 0, 82, 83, 0, 0, 0, 0], i=(93,))
β”‚  ijl_bounds_error_ints at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/rtutils.c:201
β”‚  getindex at ./essentials.jl:13 [inlined]
β”‚  DFS! at ./compiler/ssair/domtree.jl:139
β”‚  update_domtree! at ./compiler/ssair/domtree.jl:239 [inlined]
β”‚  construct_domtree at ./compiler/ssair/domtree.jl:229
β”‚  get! at ./compiler/inferencestate.jl:178 [inlined]
β”‚  perform_lifting! at ./compiler/ssair/passes.jl:686
β”‚  sroa_pass! at ./compiler/ssair/passes.jl:1113
β”‚  run_passes at ./compiler/optimize.jl:489
β”‚  run_passes at ./compiler/optimize.jl:504 [inlined]
β”‚  optimize at ./compiler/optimize.jl:453 [inlined]
β”‚  _typeinf at ./compiler/typeinfer.jl:272
β”‚  typeinf at ./compiler/typeinfer.jl:216
β”‚  typeinf_edge at ./compiler/typeinfer.jl:930
β”‚  abstract_call_method at ./compiler/abstractinterpretation.jl:629
β”‚  abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
β”‚  abstract_call_known at ./compiler/abstractinterpretation.jl:2087
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2169
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2162
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2354
β”‚  abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
β”‚  abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
β”‚  abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
β”‚  abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
β”‚  typeinf_local at ./compiler/abstractinterpretation.jl:3098
β”‚  typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
β”‚  _typeinf at ./compiler/typeinfer.jl:247
β”‚  typeinf at ./compiler/typeinfer.jl:216
β”‚  typeinf_edge at ./compiler/typeinfer.jl:930
β”‚  abstract_call_method at ./compiler/abstractinterpretation.jl:629
β”‚  abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
β”‚  abstract_call_known at ./compiler/abstractinterpretation.jl:2087
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2169
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2162
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2354
β”‚  abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
β”‚  abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
β”‚  abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
β”‚  abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
β”‚  typeinf_local at ./compiler/abstractinterpretation.jl:3098
β”‚  typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
β”‚  _typeinf at ./compiler/typeinfer.jl:247
β”‚  typeinf at ./compiler/typeinfer.jl:216
β”‚  typeinf_edge at ./compiler/typeinfer.jl:930
β”‚  abstract_call_method at ./compiler/abstractinterpretation.jl:629
β”‚  abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95
β”‚  abstract_call_known at ./compiler/abstractinterpretation.jl:2087
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2169
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2162
β”‚  abstract_call at ./compiler/abstractinterpretation.jl:2354
β”‚  abstract_eval_call at ./compiler/abstractinterpretation.jl:2370
β”‚  abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2380
β”‚  abstract_eval_statement at ./compiler/abstractinterpretation.jl:2624
β”‚  abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2913
β”‚  typeinf_local at ./compiler/abstractinterpretation.jl:3098
β”‚  typeinf_nocycle at ./compiler/abstractinterpretation.jl:3186
β”‚  _typeinf at ./compiler/typeinfer.jl:247
β”‚  typeinf at ./compiler/typeinfer.jl:216
β”‚  typeinf_ext at ./compiler/typeinfer.jl:1051
β”‚  typeinf_ext_toplevel at ./compiler/typeinfer.jl:1082
β”‚  typeinf_ext_toplevel at ./compiler/typeinfer.jl:1078
β”‚  jfptr_typeinf_ext_toplevel_35681.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  jl_type_infer at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:394
β”‚  jl_generate_fptr_impl at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/jitlayers.cpp:504
β”‚  jl_compile_method_internal at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2481 [inlined]
β”‚  jl_compile_method_internal at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2368
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2887 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  promote_typeof at ./promotion.jl:373
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  vect at ./array.jl:186
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:768
β”‚  _internal_node_to_Expr at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/expr.jl:238
β”‚  #114 at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/expr.jl:488
β”‚  #build_tree#46 at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/parse_stream.jl:1061
β”‚  build_tree at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/parse_stream.jl:1013 [inlined]
β”‚  #build_tree#113 at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/expr.jl:472
β”‚  build_tree at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/expr.jl:465 [inlined]
β”‚  core_parser_hook at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/hooks.jl:233
β”‚  jfptr_core_parser_hook_84777.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  jl_f__call_in_world at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:831
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:768
β”‚  #invoke_in_world#3 at ./essentials.jl:926
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:768
β”‚  invoke_in_world at ./essentials.jl:923
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:768
β”‚  invoke_fixedworld#117 at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/hooks.jl:118
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:768
β”‚  invoke_fixedworld at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/base/JuliaSyntax/src/hooks.jl:117
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  _parse_string at ./meta.jl:200
β”‚  #parseall#6 at ./meta.jl:294 [inlined]
β”‚  parseall at ./meta.jl:293 [inlined]
β”‚  include_string at ./loading.jl:2062
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  _include at ./loading.jl:2136
β”‚  include at ./Base.jl:495
β”‚  jfptr_include_46393.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  jl_f__call_latest at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/builtins.c:812
β”‚  include at /home/userl/.julia/packages/DSP/H0J1V/src/DSP.jl:1
β”‚  unknown function (ip: 0x7f24b675d485)
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_call at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:126
β”‚  eval_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:223
β”‚  eval_stmt_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:174 [inlined]
β”‚  eval_body at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:617
β”‚  jl_interpret_toplevel_thunk at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:775
β”‚  top-level scope at /home/userl/.julia/packages/DSP/H0J1V/src/DSP.jl:18
β”‚  jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:934
β”‚  jl_eval_module_expr at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:215 [inlined]
β”‚  jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:736
β”‚  jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:877
β”‚  ijl_toplevel_eval_in at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:985
β”‚  eval at ./boot.jl:385 [inlined]
β”‚  include_string at ./loading.jl:2076
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  _include at ./loading.jl:2136
β”‚  include at ./Base.jl:495 [inlined]
β”‚  include_package_for_output at ./loading.jl:2222
β”‚  jfptr_include_package_for_output_81013.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  do_call at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:126
β”‚  eval_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:223
β”‚  eval_stmt_value at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:174 [inlined]
β”‚  eval_body at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:617
β”‚  jl_interpret_toplevel_thunk at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/interpreter.c:775
β”‚  top-level scope at stdin:3
β”‚  jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:934
β”‚  jl_toplevel_eval_flex at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:877
β”‚  ijl_toplevel_eval_in at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/toplevel.c:985
β”‚  eval at ./boot.jl:385 [inlined]
β”‚  include_string at ./loading.jl:2076
β”‚  include_string at ./loading.jl:2086 [inlined]
β”‚  exec_options at ./client.jl:316
β”‚  _start at ./client.jl:552
β”‚  jfptr__start_82729.1 at /home/userl/.julia/juliaup/julia-1.10.4+0.x64.linux.gnu/lib/julia/sys.so (unknown line)
β”‚  _jl_invoke at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:2895 [inlined]
β”‚  ijl_apply_generic at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/gf.c:3077
β”‚  jl_apply at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/julia.h:1982 [inlined]
β”‚  true_main at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/jlapi.c:582
β”‚  jl_repl_entrypoint at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/src/jlapi.c:731
β”‚  main at /cache/build/builder-amdci4-0/julialang/julia-release-1-dot-10/cli/loader_exe.c:58
β”‚  unknown function (ip: 0x7f24cdd31d8f)
β”‚  __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
β”‚  unknown function (ip: 0x4010b8)
β””
  3 dependencies errored.
  For a report of the errors see `julia> err`. To retry use `pkg> precompile`

(SemiclassicalOrthogonalPoly...) pkg>

(This happens even outside of my SemiclassicalOrthogonalPolynomials environment,just giving an example.) Another example

userl@DESKTOP-HKT322U:~/.julia/dev/SemiclassicalOrthogonalPolynomials.jl$ julia --project=$(mktemp -d)
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.10.4 (2024-06-04)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(tmp.013gHtYZhU) pkg> add InlineStrings

[9610] signal (11.1): Segmentation fault
in expression starting at none:0
unknown function (ip: 0x10)
unknown function (ip: 0x7f97d81eafbf)
Allocations: 1683879 (Pool: 1682575; Big: 1304); GC: 3
Segmentation fault
userl@DESKTOP-HKT322U:~/.julia/dev/SemiclassicalOrthogonalPolynomials.jl$

So again a CRC error, which suggests that something is really going wrong when downloading stuff (or at least with the data on your drive). In case you don’t know, the CRC is used to verify the consistency of data. If that fails, something is indeed β€œvery wrong”.

Given that you reproduced the same error in a completely different environment, I think it’s pretty clear that something is wrong outside of the Julia context. I still have the feeling that it’s network related, maybe even a failing hard drive.

  • Do you have any kind of firewall or network filter active?
  • Is that your home network or at work?
  • Do you have any anti-virus running in the background, which might have manipulated something due to false alarms or so?
  • Can you check your hard drive? Maybe it’s faulty… (try this: chkdsk | Microsoft Learn)
1 Like

I agree. Perform a system check. Check memory, disk, network card. Check to see if there are any new drivers.

2 Likes