From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call Date: Sat, 03 Nov 2018 15:09:55 +0100 Message-ID: <87sh0ip80c.fsf@gnu.org> References: <87k1lvrblp.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]:34148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIwdj-0006Lx-S9 for bug-guix@gnu.org; Sat, 03 Nov 2018 10:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIwdj-0003g1-4s for bug-guix@gnu.org; Sat, 03 Nov 2018 10:11:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57032) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gIwdj-0003fa-04 for bug-guix@gnu.org; Sat, 03 Nov 2018 10:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gIwdi-0002XB-Mb for bug-guix@gnu.org; Sat, 03 Nov 2018 10:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (swedebugia's message of "Fri, 2 Nov 2018 14:46:30 +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: swedebugia Cc: 33239@debbugs.gnu.org Hello, swedebugia skribis: > On 2018-11-02 11:57, Ludovic Court=C3=A8s wrote: >> (gdb) shell ls -l /proc/12605/fd > How did you come up with this file descriptor (did not appear above) It showed up in the pollfd structure passed to =E2=80=98poll=E2=80=99. > What does this give you in the debugging? It shows that the file descriptor is indeed open and corresponds to a socket (which is not much, I admit.) Ludo=E2=80=99.