BuildExecutable.jl
BuildExecutable.jl copied to clipboard
Build sys.o hangs
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?