"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: got send to github.com hangs
To:
Dave Voutila <dave@sisu.io>
Cc:
gameoftrees@openbsd.org
Date:
Mon, 15 Nov 2021 11:05:08 +0100

Download raw body.

Thread
On Sun, Nov 14, 2021 at 03:19:38PM -0500, Dave Voutila wrote:
> 
> Stefan Sperling <stsp@stsp.name> writes:
> 
> > On Sun, Nov 14, 2021 at 01:47:59PM -0500, Dave Voutila wrote:
> >> Using got 0.63 on the latest OpenbSD amd64 snapshot and trying to `got
> >> send` to a remote github repo. Gets to the below step and just seems to
> >> deadlock or hang.
> >>
> >> All got processes report a STATE of idle and a WAIT of kqread in top(1)
> >> with the exception of got-send-pack that's WAITing on netio.
> >>
> >> Could this be related to the recent OpenSSH changes in snapshots?
> >
> > I don't know, but have you tried compiling ssh from source to check
> > this? I think it would make sense to do that before we dig into the
> > Got code (which has not seen any recent changes in this area).
> 
> Yup, that did it. Fetched the lastest src tree from the github mirror
> and built/installed ssh from source. Works fine now, so I'd say
> attribute this to something in the previous snap.
> 
> -dv
> 

Thanks for checking! Could you make sure that djm@ and deraadt@ are
aware of this test case? Maybe they already know about it, but it won't
hurt to ask and provide steps which reproduce the hang if desired.