Date: Tue, 05 Nov 2024 02:00:08 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282495] Linuxulator sendfile returns EAGAIN repeatedly, actually repeatingly sending (the same) data Message-ID: <bug-282495-227-4w95XmRkdV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282495-227@https.bugs.freebsd.org/bugzilla/> References: <bug-282495-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282495 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|bugs@FreeBSD.org |markj@FreeBSD.org --- Comment #3 from Mark Johnston <markj@FreeBSD.org> --- (In reply to pieter from comment #2) I see now, thanks. > So either linux_sendfile should return the amount of bytes sent and no er= ror, OR not actually send any data and return EAGAIN and -1. Got it. I believe this patch will fix it, though I haven't tested it yet: https://reviews.freebsd.org/D47447 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282495-227-4w95XmRkdV>