Open
Description
When Julia 1.11 is started with more than one interactive thread, or started with 2 or more default threads and no interactive thread, the REPL locks up after calling using Gtk4
. So this occurs when starting julia with julia -t y
or julia -t x,y
for y>1.
Reported here jwahlstrand/AravisCameras.jl#5 but it's a Gtk4 issue. I can reproduce it on Linux and others have reported it on Mac OS and Windows.
It doesn't happen in Julia 1.10.