BuildExecutable.jl icon indicating copy to clipboard operation
BuildExecutable.jl copied to clipboard

Build sys.o hangs

Open chengchingwen opened this issue 8 years ago • 0 comments

I'm trying to build my Julia script into executable , but the build always hangs when processing

INFO: Building sys.o...
/home/peter/work/julia-903644385b/bin/julia -C native --output-ji /home/peter/work/julia-903644385b/lib/lib2584.ji --output-o /
home/peter/work/julia-903644385b/lib/lib2584.o -J /home/peter/work/julia-903644385b/lib/inference.ji --startup-file=no sysimg.jl

the build hangs, and also there are some defunct julia process when use ps -a Any idea?

chengchingwen avatar Oct 07 '17 19:10 chengchingwen