Date: Mon, 28 Feb 2000 11:12:08 +0100 From: "Barry van Dijk" <freebsd@dijk.com> To: "Joe Abley" <jabley@patho.gen.nz>, <questions@FreeBSD.ORG> Subject: Re: Panic under load on new K6 machine Message-ID: <000f01bf81d4$457f8c60$5747a5c2@peterson.nl> References: <20000228225613.A29272@patho.gen.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi, questions people, > > I have a new K6 machine which keeps panicing under load (for instance, > a "make buildworld" will set it off every time). > > The following panic is from the /kernel.GENERIC as shipped with 3.4-RELEASE; > it's copied here via a piece of paper, so apologies for the bogus formatting: > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0xd45d6f54 > fault code = supervisor read, page not present > instruction pointer = 0x8: 0xc015d301 > stack pointer = 0x10: 0xc45d6e04 > frame pointer = 0x10: 0xc45d6f60 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 14552 (sh) > interrupt mask = > trap number = 12 > panic: page fault I've had an error like this before... In my case the solution was stopping httpd automatically starting at boot time. In general, move all you .sh files from the rc.d to sh.org, to stop them from automatically starting. And have a look at your /etc/rc.conf and disable as much as possible. If your box now starts up, start again with enabling the files one by one. Hope this helps, Barry I assume you've build a new kernel after making world.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000f01bf81d4$457f8c60$5747a5c2>