https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236466
--- Comment #1 from Conrad Meyer <[email protected]> --- 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 putting swap on a network filesystem (or FUSE) probably doesn't make sense anyway. If your swap disk EIOs the kernel stack, at least that thread is hosed. You might be able to zombie it and limp the system along (Linux approach) but maybe not, either. Obviously, sendfile(2) is not an appropriate place to assert on the success of vm_pager_get_pages. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
