I am using julia 1.3.0, and suddenly I cannot use the Plots.jl package.
This the error I get:
julia> using Plots
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
GC error (probable corruption) :
Allocations: 7199675 (Pool: 7199102; Big: 573); GC: 3
<?#0x121070f60::0x10>
0x1140ac000: Queued root: 0x11efaf9e0 :: 0x116686c40 (bits: 3)
of type Core.TypeName
...
...
0x10e04dfb8: `- Module (bindings) 0x13053b340 (bits 1) -- [0x7fbb680942a8, 0x7fbb68096600)
0x10e04dfe0: Root object: 0x13499e370 :: 0x10fc32310 (bits: 1)
of type GlobalRef
signal (6): Abort trap: 6
in expression starting at /Users/roi/.julia/packages/Plots/mXrnb/src/Plots.jl:15
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 7252414 (Pool: 7251736; Big: 678); GC: 1
ERROR: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to /Users/roi/.julia/compiled/v1.3/Plots/ld3vC_lObFt.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1283
[3] _require(::Base.PkgId) at ./loading.jl:1024
[4] require(::Base.PkgId) at ./loading.jl:922
[5] require(::Module, ::Symbol) at ./loading.jl:91
At first I had a different error like in this post.
I moved the directory ~/.julia/compiled/v1.3
to a different location, and now I see this error.
Is there any solution?
I was thinking of installing julia 1.4.2, but I still want to be able to have julia 1.3 running.