Closed
Description
Especially, I found :jl_coverage_visit_line
couldn't be loaded:
julia> let
file = @__FILE__
line = @__LINE__
ccall(:jl_coverage_visit_line, Cvoid, (Cstring, Csize_t, Cint), file, sizeof(file), line)
end
ERROR: could not load symbol "jl_coverage_visit_line":
dlsym(RTLD_DEFAULT, jl_coverage_visit_line): symbol not found
Stacktrace:
[1] top-level scope
@ ./REPL[1]:4
, which is defined at:
Lines 1861 to 1869 in 72ec349
Bisected that #41936 seems to have caused this issue.