Date: Thu, 11 Apr 2024 21:03:48 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271675] cp: Interrupted system call Message-ID: <bug-271675-227-NMvcdz2QCw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271675-227@https.bugs.freebsd.org/bugzilla/> References: <bug-271675-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=3D271675 --- Comment #12 from Alan Somers <asomers@FreeBSD.org> --- (In reply to Rick Macklem from comment #11) fuse_vnop_read or fuse_vnop_write might return EINTR if: * uiomove(9) returns ERESTART or EINTR * getblk returns NULL * bwrite returns EINTR * If a signal is received while waiting for the daemon to respond, the sysc= all is not restartable, and the daemon supports FUSE_INTERRUPT. It would be helpful to see ktrace output, as markj said. It would also be helpful to see sshfs's output when run with "-d". --=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-271675-227-NMvcdz2QCw>