I don’t think that’s it. I did rm /usr/local/bin/julia before I created the new symlink for Julia 1.2. The only difference is that I didn’t use sudo when I used rm.
In fact, if I directly run the julia binary from within the Julia-1.2.app, I get the same problem:
cbieganek@spmacpro90:/Applications/Julia-1.2.app/Contents/Resources/julia/bin$ ./julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.2.0 (2019-08-20)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> VERSION
fatal: error thrown and no exception handler available.
ReadOnlyMemoryError()
_platform_memmove$VARIANT$Haswell at /usr/lib/system/libsystem_platform.dylib (unknown line)
I’ll try downloading Julia 1.2 again… Maybe the download was corrupted??
EDIT: Re-downloading the app did not fix it. I’m still getting the same fatal error.