Hello, Ricardo Wurmus <rek...@elephly.net> skribis:
>> l...@gnu.org (Ludovic Courtès) skribis: >> >>> So what we have here is that the Scheme procedure ‘select’ returned >>> stdin as “ready for reading”. How did that happen? I believe this is >>> due to <https://bugs.gnu.org/30368>: ‘scm_i_prepare_to_wait_on_fd’ >>> returns 1, so ‘select’ returns EINTR but it does so without clearing the >>> FD sets. >> >> I’ve pushed a workaround here: >> >> >> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8446dc5a360e3a13fecea870f86efdbd893e3905 >> >> and guix-0.14.0-8.bc880f9 includes that fix. >> >> It’s been running for several hours on berlin, building a bunch of >> things notably on aarch64, and it seems to work well! > > Congratulations on figuring this out! Well it did show up again during the night. :-/ So the problem appears less frequently it seems, but it still appears. A related issue is that ‘guix offload’ doesn’t time out in this case but it probably should. Ludo’.