Date: Sat, 27 Apr 1996 08:30:41 -0500 (CDT) From: Alex Nash <alex@zen.nash.org> To: stable@freebsd.org Subject: vnode_pager_output: attempt to write meta-data Message-ID: <199604271330.IAA19054@zen.nash.org>
index | next in thread | raw e-mail
This message popped up this morning in my syslog:
vnode_pager_output: attempt to write meta-data!!! -- 0xfffe8000(ff)
Which comes from vnode_pager_output (vm/vnode_pager.c):
if ((int) m[0]->offset < 0) {
printf("vnode_pager_output: attempt to write meta-data!!! -- 0x%x(%x)\n", m[0]->offset, m[0]->dirty);
rtvals[0] = VM_PAGER_BAD;
return VM_PAGER_BAD;
}
Do I assume correctly that the system is in an unstable state and I
should now reboot?
This is 2.1-STABLE supped Apr 18/Apr 19 (don't laugh, I supped with
a 14.4 modem :).
Alex
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604271330.IAA19054>
