Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2026 17:08:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293489] readv(2) on cuse device never returns
Message-ID:  <bug-293489-227-HscvjZUHK3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293489-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293489

--- Comment #3 from elephant <unitrunker@unitrunker.net> ---
I changed the readv call to pass only one iovec. Data was transferred but once
all data was exhausted and the cuse device returns zero bytes copied, the readv
call blocks indefinitely. This, I think is WAD since readv doesn't know when
new data will eventually become available.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293489-227-HscvjZUHK3>