[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' c
From: |
Ludovic Courtès |
Subject: |
bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call |
Date: |
Sat, 03 Nov 2018 15:09:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
swedebugia <address@hidden> skribis:
> On 2018-11-02 11:57, Ludovic Courtès 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 ‘poll’.
> 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’.