Re: git: d15792780760 - main - unix: new implementation of unix/stream & unix/seqpacket
Date: Tue, 06 May 2025 15:30:25 UTC
On 5/6/25 10:24, Gleb Smirnoff wrote: > On Tue, May 06, 2025 at 08:06:54AM -0700, Cy Schubert wrote: > C> Is anyone else experiencing rsync hangs with this? I'm noticing rsync hangs > C> with large files, like those in /usr/obj or a poudriere package repo. > C> > C> I haven't reverted this locally yet, just guessing ATM. > > Does rsync use unix(4) socket? What is the kernel stack of the sleeping > process? procstat -k $pid > rsync traditionally uses a SOCK_STREAM unix(4) socket constructed via socketpair(2). Thanks, Kyle Evans