Download raw body.
got send to github.com hangs
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.
got send to github.com hangs