page fault on 1.2.0-RELEASE

Matthew Dillon dillon at apollo.backplane.com
Fri Jun 17 12:35:35 PDT 2005


:Output is below. sysctl (under FreeBSD) reports the following

    well well well.  The phys_avail[] array is being overflowed.

    Try changing:

    vm_paddr_t phys_avail[16];

    To:

    vm_paddr_t phys_avail[10];

    In /usr/src/sys/i386/i386/machdep.c

					-Matt





More information about the Bugs mailing list