-
Notifications
You must be signed in to change notification settings - Fork 220
Description
I just wanted to upgrade to julia 1.8. On the first call of REPL, VScode crashes during languageserver compilation, sometimes even machine crashes. This happens on my two Win10 systems with AMD Ryzen CPU (desktop: Ryzen 1700, notebook: Ryzen 7 5800H, both systems have 16 GB RAM).
I suppose the error is due to some change in the julia 1.8.0 version, which leads to crashes within the languageserver compile process on windows with Ryzen CPUs. I report the error here, because you know which steps the languageserver compile process performs - maybe you can identify a critical call to julia code within it. The crash happens on every attempt with my setup procedure on my Ryzen CPU systems.
Setup procedure (I use it since years, it always worked with older julia and VScode versions):
- remove C:\RRtool\julia-1.8.0, download julia 1.8.0 64bit portable, unpack to C:\RRtool\julia-1.8.0
- Test if julia.exe starts, displays a REPL, and Pkg status reports "empty project" (no further tests performed). O.k. so far.
- Remove C:\RRtool\vscode, download VSCode 64 bit ZIP, unpack to C:\RRtool\vscode
- create C:\RRtool\vscode\data (to have a fresh, isolated VSCode configuration)
- start VSCode, install julia vscode extension
- set julia.exe path in the extension to C:\RRtool\julia-1.8.0\bin\julia.exe
- execute command Julia:Start REPL
Then, [ Info: Precompiling VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f] is displayed in the terminal subwindow, and after some seconds ... a severe error occurs. The error varies, from a normal looking stack trace, frozen VScode window up to system crash (cold reset necessary) or immediate automatic reboot. Examples below. There is no deterministic behavior - it looks to me like a call to a random memory location, causing different errors every time.
On my 16 GB Ryzen7 notebook, I also tried with a julia 1.9 nightly build, it showed "out of memory error". O.k., I usually have no windows swapfile - that worked fine with older julia versions, but I know about other windows applications which demand a swapfile. I set up a 1 GB pagefile, and tried with increasing sizes from 1 GB, 2 GB, 2.5 GB, 4 GB. Crash behavior did not change significantly, neither with julia 1.8.0 nor julia 1.9 nightly build. In many, but not all cases, the pagefile was enlarged to its limit.
I tried my setup with Julia 1.7.3 - no problems at all on both machines.
I tried the same setup procedure on two notebooks with Intel CPU. First an old Pentium silver, 8 GB RAM with swapfile - installation successful, some julia code tests in VScode were fine. And I tried an i7 10xxx notebook with 16 GB RAM, no swapfile. On the i7 system setup complained a memory problem. After configuring a 2 GB pagefile, setup was successful. I also tried some julia programs, all running fine.
All systems run Win10 21H2.
I am willing to run further setup tests, if you can give me hints on what to chance. Or to send you log files if you tell me where to find. I am really interested to get julia 1.8 with VSCode and your extension working on my new power notebook.
Following a collection of logs and screenshots (some taken by my mobile phone, due to system crashes), hopefully it gives you a first hint on what happened.
ERROR: could not load library "C:\RRtool\julia-1.8.0\lib\julia\sys.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen.
ERROR: LoadError: Failed to precompile VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f] to C:\Users\RR\.julia\compiled\v1.8\VSCodeServer\jl_33BE.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\terminalserver\terminalserver.jl:9
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\terminalserver\terminalserver.jl:2
julia>
setup with 2GB pagefile
--------------------------
[ Info: Precompiling VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f]
Internal error: encountered unexpected error in runtime:
ReadOnlyMemoryError()
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: UNKNOWN at 0x7ffb81f64fd9 --
setup with 4GB SSD pagefile
-------------------------------
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
fatal: error thrown and no exception handler available.
InitError(mod=:nghttp2_jll, error=ErrorException("could not load library "libnghttp2-14.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen. "))
ijl_errorf at /cygdrive/c/buildbot/worker/package_win64/build/src\rtutils.c:77
ijl_load_dynamic_library at /cygdrive/c/buildbot/worker/package_win64/build/src\dlload.c:273
unknown function (ip: 000000000f500458)
unknown function (ip: 000000000f4d9bce)
unknown function (ip: 000000000f4d9e0e)
jl_apply at /cygdrive/c/buildbot/worker/package_win64/build/src\julia.h:1838 [inlined]
jl_module_run_initializer at /cygdrive/c/buildbot/worker/package_win64/build/src\toplevel.c:75
_finish_julia_init at /cygdrive/c/buildbot/worker/package_win64/build/src\init.c:764
jl_repl_entrypoint at /cygdrive/c/buildbot/worker/package_win64/build/src\jlapi.c:713
mainCRTStartup at /cygdrive/c/buildbot/worker/package_win64/build/cli\loader_exe.c:59
unknown function (ip: 00007ff954717033)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
ERROR: LoadError: Failed to precompile OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\OrderedCollections\jl_BF5E.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\DataStructures\src\DataStructures.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\DataStructures\jl_BC12.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\JuliaFormatter\src\JuliaFormatter.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\JuliaFormatter\jl_B52D.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\LanguageServer\src\LanguageServer.jl:1
in expression starting at stdin:1
The Language Server failed to precompile.
Please make sure you have permissions to write to the LS depot path at
c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1
+ Error: Some Julia code in the VS Code extension crashed
+ @ Main c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\error_handler.jl:15
ERROR: Failed to precompile LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\LanguageServer\jl_AE18.tmp.
Stacktrace:
[1] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\languageserver\main.jl:77
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[3] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:303
[4] _start()
@ Base .\client.jl:522
[Info - 15:42:30] Connection to server got closed. Server will restart.
[Error - 15:42:30] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:42:30] Julia Language Server client: couldn't create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
ERROR: could not load library "C:\RRtool\julia-1.8.0\lib\julia\sys.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen.
ERROR: LoadError: Failed to precompile OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\OrderedCollections\jl_30E5.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\DataStructures\src\DataStructures.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\DataStructures\jl_2E54.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\JuliaFormatter\src\JuliaFormatter.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\JuliaFormatter\jl_27FB.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\LanguageServer\src\LanguageServer.jl:1
in expression starting at stdin:1
The Language Server failed to precompile.
Please make sure you have permissions to write to the LS depot path at
c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1
+ Error: Some Julia code in the VS Code extension crashed
+ @ Main c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\error_handler.jl:15
ERROR: Failed to precompile LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\LanguageServer\jl_222F.tmp.
Stacktrace:
[1] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\languageserver\main.jl:77
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[3] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:303
[4] _start()
@ Base .\client.jl:522
On a setup attempt, vscode extensions offered a button to inspect error logs in a popup window.
This is what I coud cop/paste from terminal window
---------------------------------------------------------
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
fatal: error thrown and no exception handler available.
InitError(mod=:nghttp2_jll, error=ErrorException("could not load library "libnghttp2-14.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen. "))
ijl_errorf at /cygdrive/c/buildbot/worker/package_win64/build/src\rtutils.c:77
ijl_load_dynamic_library at /cygdrive/c/buildbot/worker/package_win64/build/src\dlload.c:273
unknown function (ip: 000000000f500458)
unknown function (ip: 000000000f4d9bce)
unknown function (ip: 000000000f4d9e0e)
jl_apply at /cygdrive/c/buildbot/worker/package_win64/build/src\julia.h:1838 [inlined]
jl_module_run_initializer at /cygdrive/c/buildbot/worker/package_win64/build/src\toplevel.c:75
_finish_julia_init at /cygdrive/c/buildbot/worker/package_win64/build/src\init.c:764
jl_repl_entrypoint at /cygdrive/c/buildbot/worker/package_win64/build/src\jlapi.c:713
mainCRTStartup at /cygdrive/c/buildbot/worker/package_win64/build/cli\loader_exe.c:59
unknown function (ip: 00007ff954717033)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
ERROR: LoadError: Failed to precompile OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\OrderedCollections\jl_BF5E.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\DataStructures\src\DataStructures.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\DataStructures\jl_BC12.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\JuliaFormatter\src\JuliaFormatter.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\JuliaFormatter\jl_B52D.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\LanguageServer\src\LanguageServer.jl:1
in expression starting at stdin:1
The Language Server failed to precompile.
Please make sure you have permissions to write to the LS depot path at
c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1
+ Error: Some Julia code in the VS Code extension crashed
+ @ Main c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\error_handler.jl:15
ERROR: Failed to precompile LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\LanguageServer\jl_AE18.tmp.
Stacktrace:
[1] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\languageserver\main.jl:77
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[3] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:303
[4] _start()
@ Base .\client.jl:522
[Info - 15:42:30] Connection to server got closed. Server will restart.
[Error - 15:42:30] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:42:30] Julia Language Server client: couldn't create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
ERROR: could not load library "C:\RRtool\julia-1.8.0\lib\julia\sys.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen.
ERROR: LoadError: Failed to precompile OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\OrderedCollections\jl_30E5.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\DataStructures\src\DataStructures.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\DataStructures\jl_2E54.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\JuliaFormatter\src\JuliaFormatter.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\JuliaFormatter\jl_27FB.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\LanguageServer\src\LanguageServer.jl:1
in expression starting at stdin:1
The Language Server failed to precompile.
Please make sure you have permissions to write to the LS depot path at
c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1
+ Error: Some Julia code in the VS Code extension crashed
+ @ Main c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\error_handler.jl:15
ERROR: Failed to precompile LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\LanguageServer\jl_222F.tmp.
Stacktrace:
[1] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\languageserver\main.jl:77
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[3] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:303
[4] _start()
@ Base .\client.jl:522
[Info - 15:42:53] Connection to server got closed. Server will restart.
[Error - 15:42:53] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:42:53] Julia Language Server client: couldn't create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
ERROR: could not load library "C:\RRtool\julia-1.8.0\lib\julia\sys.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen.
ERROR: LoadError: Failed to precompile Crayons [a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\Crayons\jl_D37F.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[10] include(x::String)
@ CommonMark c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
[11] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers.jl:100
[12] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[13] include(x::String)
@ CommonMark c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
[14] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:8
[15] include
@ .\Base.jl:419 [inlined]
[16] 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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[17] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers\term.jl:18
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers.jl:100
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile CommonMark [a80b9123-70ca-4bc0-993e-6e3bcb318db6] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\CommonMark\jl_B6FE.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\JuliaFormatter\src\JuliaFormatter.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\JuliaFormatter\jl_834A.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\LanguageServer\src\LanguageServer.jl:1
in expression starting at stdin:1
The Language Server failed to precompile.
Please make sure you have permissions to write to the LS depot path at
c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1
+ Error: Some Julia code in the VS Code extension crashed
+ @ Main c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\error_handler.jl:15
ERROR: Failed to precompile LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\LanguageServer\jl_7D5F.tmp.
Stacktrace:
[1] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\languageserver\main.jl:77
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[3] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:303
[4] _start()
@ Base .\client.jl:522
[Info - 15:43:33] Connection to server got closed. Server will restart.
[Error - 15:43:33] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:43:33] Julia Language Server client: couldn't create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:43:33] Restarting server failed
Message: Pending response rejected since connection got disposed
Code: -32097
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
ERROR: could not load library "C:\RRtool\julia-1.8.0\lib\julia\sys.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen.
ERROR: LoadError: Failed to precompile Crayons [a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\Crayons\jl_3499.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[10] include(x::String)
@ CommonMark c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
[11] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers.jl:100
[12] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[13] include(x::String)
@ CommonMark c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
[14] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:8
[15] include
@ .\Base.jl:419 [inlined]
[16] 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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[17] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers\term.jl:18
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers.jl:100
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile CommonMark [a80b9123-70ca-4bc0-993e-6e3bcb318db6] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\CommonMark\jl_2631.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\JuliaFormatter\src\JuliaFormatter.jl:1
in expression starting at stdin:1
ERROR: LoadError: Failed to precompile JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\JuliaFormatter\jl_1E90.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include
@ .\Base.jl:419 [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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[11] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\LanguageServer\src\LanguageServer.jl:1
in expression starting at stdin:1
The Language Server failed to precompile.
Please make sure you have permissions to write to the LS depot path at
c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1
+ Error: Some Julia code in the VS Code extension crashed
+ @ Main c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\error_handler.jl:15
ERROR: Failed to precompile LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\LanguageServer\jl_18B4.tmp.
Stacktrace:
[1] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\languageserver\main.jl:77
[2] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[3] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:303
[4] _start()
@ Base .\client.jl:522
[Info - 15:43:58] Connection to server got closed. Server will restart.
[Error - 15:43:58] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:43:59] Julia Language Server client: couldn't create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
[Error - 15:43:59] Restarting server failed
Message: Pending response rejected since connection got disposed
Code: -32097
Activating project at `c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\environments\languageserver\v1.8`
[ Info: Starting the Julia Language Server
ERROR: could not load library "C:\RRtool\julia-1.8.0\lib\julia\sys.dll"
Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen.
ERROR: LoadError: Failed to precompile Crayons [a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f] to c:\RRtool\vscode\data\user-data\User\globalStorage\julialang.language-julia\lsdepot\v1\compiled\v1.8\Crayons\jl_9779.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:1705
[3] compilecache
@ .\loading.jl:1649 [inlined]
[4] _require(pkg::Base.PkgId)
@ Base .\loading.jl:1337
[5] _require_prelocked(uuidkey::Base.PkgId)
@ Base .\loading.jl:1200
[6] macro expansion
@ .\loading.jl:1180 [inlined]
[7] macro expansion
@ .\lock.jl:223 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1144
[9] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[10] include(x::String)
@ CommonMark c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
[11] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers.jl:100
[12] include(mod::Module, _path::String)
@ Base .\Base.jl:419
[13] include(x::String)
@ CommonMark c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
[14] top-level scope
@ c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:8
[15] include
@ .\Base.jl:419 [inlined]
[16] 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, UInt64}}, source::String)
@ Base .\loading.jl:1554
[17] top-level scope
@ stdin:1
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers\term.jl:18
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\writers.jl:100
in expression starting at c:\RRtool\vscode\data\extensions\julialang.language-julia-1.7.6\scripts\packages\CommonMark\src\CommonMark.jl:1
in expression starting at stdin:1
ERROR: LoadError:









