bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2019-01-09 Thread Ludovic Courtès
Ludovic Courtès skribis: > Ludovic Courtès skribis: > >> l...@gnu.org (Ludovic Courtès) skribis: >> >>> The ‘guix offload’ processes on berlin regularly hang while calling >>> ‘channel-get-exit-status’: >>> >>> (gdb) bt >>> #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-12-25 Thread Ludovic Courtès
Hello! Ludovic Courtès skribis: > l...@gnu.org (Ludovic Courtès) skribis: > >> The ‘guix offload’ processes on berlin regularly hang while calling >> ‘channel-get-exit-status’: >> >> (gdb) bt >> #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1) at >> ../sysdeps/unix/sysv

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-12-22 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The ‘guix offload’ processes on berlin regularly hang while calling > ‘channel-get-exit-status’: > > (gdb) bt > #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1) at > ../sysdeps/unix/sysv/linux/poll.c:29 > #1 0x7f2994287577 in

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-11-25 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > The ‘guix offload’ processes on berlin regularly hang while calling > ‘channel-get-exit-status’: The bug still shows up periodically on berlin but I haven’t found a way to reproduce it in a controlled environment. Commit 63fd9f084a5e345d2edaeaf5e

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-11-23 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > (gdb) bt > #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1) at > ../sysdeps/unix/sysv/linux/poll.c:29 > #1 0x7f2994287577 in ssh_poll_ctx_dopoll () from > target:/gnu/store/wmpg67bn7i7pqc0p4xjp1npnqixk9znd-libssh-0.7.6/lib/l

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-11-17 Thread swedebugia
On 2018-11-02 11:57, Ludovic Courtès wrote: snip To be continued… I found this which might be related and point you to a solution: https://github.com/paramiko/paramiko/issues/448 found here: https://duckduckgo.com/?q=channel-get-exit-status+ssh -- Cheers Swedebugia

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-11-03 Thread Ludovic Courtès
Hello, swedebugia 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

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-11-02 Thread swedebugia
Hi :) 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) What does this give you in the debugging? -- Cheers Swedebugia

bug#33239: 'guix offload' regularly hangs in 'channel-get-exit-status' call

2018-11-02 Thread Ludovic Courtès
Hello, The ‘guix offload’ processes on berlin regularly hang while calling ‘channel-get-exit-status’: --8<---cut here---start->8--- (gdb) bt #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0