You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#0 0x00007f1aaa21ddf9 in syscall () from /lib/libc.so.6
#1 0x00007f1aaae43d06 in uv__epoll_wait (epfd=5, events=0x7fff49f328b0,
nevents=1024, timeout=-1) at src/unix/linux/syscalls.c:282
#2 0x00007f1aaae40a6c in uv__io_poll (loop=0x7f1aabe3efc0, timeout=-1)
at src/unix/linux/linux-core.c:184
#3 0x00007f1aaae2b952 in uv__run (loop=0x7f1aabe3efc0) at src/unix/core.c:271
#4 0x00007f1aaae2b9b1 in uv_run (loop=0x7f1aabe3efc0) at src/unix/core.c:279
#5 0x00007f1aaae09d72 in jl_run_event_loop (loop=0x7f1aabe3efc0)
at jl_uv.c:226
#6 0x00007f1aa9c8356c in ?? ()
#7 0x0000000000000000 in ?? ()
During the looping, uv__epoll_wait is returning events==UV__POLLHUP, which isn't handled in uv__stream_io so no callbacks are triggered and we just keep going around the event loop.
At a bash prompt, the following hangs:
The text was updated successfully, but these errors were encountered: