It might related to this issue: https://github.com/JuliaLang/julia/issues/14507
You can re-compile using the system BLAS to avoid. Just add a Make.user with override USE_SYSTEM_BLAS = 1 override USE_SYSTEM_LAPACK = 0 On Saturday, June 4, 2016 at 5:16:17 AM UTC+10, Jeremy Kozdon wrote: > > On my mac (and the several other macs I have tried) the following command > in Julia 0.4.5 > > eig(rand(3000,3000)) > > causes Julia to crash. It seems to run fine on my linux machines and > JuliaBox. > > Anyone run into this and know of a work around? > > Julia 0.5.0 on the mac seems not to have this issue.
