Since JuliaLang/julia@03c4bc1, loading GAP.jl sometimes hangs.
Steps to reproduce:
- Compile Julia master after the above mentioned commit.
- Install GAP.jl version 0.9.6 or GAP.jl master.
- Execute
while true; do ./julia -e "println(\"start\"); using GAP; println(\"end\");"; done in a shell.
Observe that after some time this hangs after "start". Sometimes it hangs on the first try, sometimes it hangs after 50 tries (or so). When reproducing in a REPL, the hang occurs after "Loading the library" is printed but before "and packages ..." is printed.