On Fri, Mar 11, 2005 at 10:31:40AM +0100, Emmanuel OTTON wrote: > The panic message is: > ---------------------------------------------------- > fatal trap 12: page fault while in kernel mode > cpuid: 00; apic id = 00 > fault virtual address = 0x24 > fault code = supervisor read, page not present > .../... several lines of hexa addresses, are they needed ? .../...
Yes, they're vital. You should also try to obtain a crashdump and traceback as described in the chapter on kernel debugging in the developers' handbook. Kris P.S. Make sure you are not using any old modules (run kldstat). Using modules that are compiled with different options, or are out of date with respect to your kernel, will cause this kind of crash. _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"