From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30365: Offloading sometimes hangs Date: Sat, 10 Feb 2018 00:16:46 +0100 Message-ID: <87mv0hwy75.fsf@gnu.org> References: <877erq8med.fsf@gnu.org> <87o9l0zzk1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekHuj-0007z1-FG for bug-guix@gnu.org; Fri, 09 Feb 2018 18:17:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekHug-0003rl-AQ for bug-guix@gnu.org; Fri, 09 Feb 2018 18:17:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekHug-0003rG-64 for bug-guix@gnu.org; Fri, 09 Feb 2018 18:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekHuf-0005iz-VJ for bug-guix@gnu.org; Fri, 09 Feb 2018 18:17:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87o9l0zzk1.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 07 Feb 2018 14:42:22 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 30365-done@debbugs.gnu.org Hello! ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > So what we have here is that the Scheme procedure =E2=80=98select=E2=80= =99 returned > stdin as =E2=80=9Cready for reading=E2=80=9D. How did that happen? I be= lieve this is > due to : =E2=80=98scm_i_prepare_to_wait_on_fd= =E2=80=99 > returns 1, so =E2=80=98select=E2=80=99 returns EINTR but it does so witho= ut clearing the > FD sets. I=E2=80=99ve pushed a workaround here: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D8446dc5a360e3a13f= ecea870f86efdbd893e3905 and guix-0.14.0-8.bc880f9 includes that fix. It=E2=80=99s been running for several hours on berlin, building a bunch of things notably on aarch64, and it seems to work well! On the Guix side this can be considered fixed, I think. On the Guile side, we=E2=80=99ll have to push the fix for . Ludo=E2=80=99.