Date: Mon, 1 Dec 2008 23:10:03 GMT From: Anton Yuzhaninov <citrin@citrin.ru> To: freebsd-net@FreeBSD.org Subject: Re: kern/122743: [panic] vm_page_unwire: invalid wire count: 0 Message-ID: <200812012310.mB1NA30h002607@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/122743; it has been noted by GNATS. From: Anton Yuzhaninov <citrin@citrin.ru> To: bug-followup@FreeBSD.org, okor@zone.salut.ru Cc: Subject: Re: kern/122743: [panic] vm_page_unwire: invalid wire count: 0 Date: Tue, 02 Dec 2008 02:00:40 +0300 It looks like similar to this: http://docs.freebsd.org/cgi/mid.cgi?492B2F46.9000709 Try to change type for wire_count in struct vm_page from u_short to u_int (on i386 it has some overhead - sizeof(vm_page) increased by 4 bytes). -- Anton Yuzhaninov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812012310.mB1NA30h002607>