kern/122743: [panic] vm_page_unwire: invalid wire count: 0

Anton Yuzhaninov citrin at citrin.ru
Mon Dec 1 15:10:06 PST 2008


The following reply was made to PR kern/122743; it has been noted by GNATS.

From: Anton Yuzhaninov <citrin at citrin.ru>
To: bug-followup at FreeBSD.org, okor at 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


More information about the freebsd-net mailing list