I’ve just downloaded the glibc binary from the Julia downloads page. This is what I find
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.5.0-rc1.0 (2020-06-26)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.5) pkg> st
Status `~/.julia/environments/v1.5/Project.toml`
[6e4b80f9] BenchmarkTools v0.5.0
[295af30f] Revise v2.5.3
julia> using Revise
julia> %
$
Running using Revise
causes the REPL to crash. This does not happen with other packages. Is this something specific to my system or is this a known issue?