Skip to content

Hang when loading GAP.jl with Julia master #901

@zickgraf

Description

@zickgraf

Since JuliaLang/julia@03c4bc1, loading GAP.jl sometimes hangs.

Steps to reproduce:

  1. Compile Julia master after the above mentioned commit.
  2. Install GAP.jl version 0.9.6 or GAP.jl master.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions