[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 Alan Somers changed: What|Removed |Added Assignee|b...@freebsd.org|asom...@freebsd.org Stat

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: asomers Date: Mon Jul 29 20:50:26 UTC 2019 New revision: 350426 URL: https://svnweb.freebsd.org/changeset/base/350426 Log: sendfile: don't panic when V

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-07-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: asomers Date: Fri Jul 19 18:03:30 UTC 2019 New revision: 350144 URL: https://svnweb.freebsd.org/changeset/base/350144 Log: sendfile: don't panic when V

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #4 from Conrad Meyer --- You could probably also reproduce fairly easily with a small test case involving md(4) and gnop(4). -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #3 from Alan Somers --- Steps to reproduce on HEAD: 1) sudo pkg install googletest googlemock 2) svn checkout https://svn.freebsd.org/base/projects/fuse2 3) cd /path/to/base/projects/fuse2/tests/sys/fs/fuse 4) sudo mkdir -p /usr

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: asomers Date: Mon Mar 11 18:28:22 UTC 2019 New revision: 345017 URL: https://svnweb.freebsd.org/changeset/base/345017 Log: fuse(4): add tests for FUSE_

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 --- Comment #1 from Conrad Meyer --- Interestingly, only one other location in tree asserts VM_PAGER_OK, and that's when we're swapping a *kernel* stack back into memory (vm_thread_swapin). Panic probably makes sense for that case — and pu

[Bug 236466] [sendfile]: panic when VOP_READ returns an error

2019-03-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466 Bug ID: 236466 Summary: [sendfile]: panic when VOP_READ returns an error Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Sev