You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error during bootstrap:
LoadError("sysimg.jl", 446, LoadError("version.jl", 50, ErrorException("PCRE JIT error: no more memory")))
rec_backtrace at /Users/travis/build/JuliaLang/julia/src/stackwalk.c:94
record_backtrace at /Users/travis/build/JuliaLang/julia/src/task.c:249 [inlined]
jl_throw at /Users/travis/build/JuliaLang/julia/src/task.c:580
error at ./error.jl:33
jit_compile at ./pcre.jl:110 [inlined]
compile at ./regex.jl:70
so doesn't seem to be the at the same place as there were problems before (LLVM native codegen).
It looks like the OS X builder are running our of memory on travis.
Not sure if anything major changed recently, but let's try to find out.
The text was updated successfully, but these errors were encountered: