Date: Tue, 26 Dec 2017 21:12:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224479] kernel panic in reboot+swapoff sys call Message-ID: <bug-224479-8-zHJ4S82OsR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224479-8@https.bugs.freebsd.org/bugzilla/> References: <bug-224479-8@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=3D224479 --- Comment #11 from Konstantin Belousov <kib@FreeBSD.org> --- I do not quite understand what a cause for the complain is. If the system cannot get the swapped out page data on swapoff, this means that the data is corrupted. Preventing further user data corruption by panicing is a normal reaction. In the case of the swap file on the unmounted filesystem, this is expected = mode of failure. Unmount reclaims the vnode, making all io to fail, putting the system into situation described in the previous paragraph. --=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-224479-8-zHJ4S82OsR>