From owner-freebsd-stable Sun Aug 17 12:46:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA17706 for stable-outgoing; Sun, 17 Aug 1997 12:46:45 -0700 (PDT) Received: from thelab.hub.org (root@hal-ns1-45.netcom.ca [207.181.94.109]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA17697 for ; Sun, 17 Aug 1997 12:46:39 -0700 (PDT) Received: from thelab.hub.org (scrappy@LOCALHOST [127.0.0.1]) by thelab.hub.org (8.8.6/8.8.2) with SMTP id QAA25109 for ; Sun, 17 Aug 1997 16:46:36 -0300 (ADT) Date: Sun, 17 Aug 1997 16:46:35 -0300 (ADT) From: The Hermit Hacker To: stable@FreeBSD.ORG Subject: Re: panic: page fault...twice in one day In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Appendum: So far today, that I've been able to record, the reboot happens at approximately the same time, with it happening once every hour, and the /var/crash file being created at ~*:30: vmcore.1 -> 13:32 vmcore.2 -> 14:23 vmcore.3 -> 15.31 I've checked my crontabs, and there is nothing that runs consistently, every hour, that seems to run on the ethernet, other then INN's nntpsend... or, rather, nothing that has changed. I have PostgreSQL/Apache/telnet, etc still running constantly: 10,25,40,55 * * * * /news/admin/bin/nntpsend But, that runs 4 times an hour, and the reboot always happens around the same time :( On Sun, 17 Aug 1997, The Hermit Hacker wrote: > > Morning... > > Today, three times so far, as far as I've been able to tell, my new > server 'panic: page fault'd in what seems like sosend(). gdb output > included below (and in PR). > > I'm running 2.2.2-RELEASE on the machine, and am curious as to whether > or not this is a known problem with 2.2.2-RELEASE, and will upgrading to > 2.2.2-STABLE will fix it? > > Also, is there any way of finding out what caused it? It seems strange > to me that its been running problem free for 2+ weeks now, and all of a sudden > I start having problems :( > > Don't know if this helps, but my ethernet card is detected as: > > vx0 <3COM 3C905 Fast Etherlink XL PCI> rev 0 int a irq 5 on pci0:11 > mii[*mii*]: disable 'auto select' with DOS util! address 00:60:97:72:57:bf > > ======================= < bunch of information from previous post removed > > (kgdb) up 5 > #5 0xf012296d in sosend (so=0xf1591100, addr=0x0, uio=0xefbfff38, top=0x0, > control=0x0, flags=0) at ../../kern/uipc_socket.c:421 > 421 mlen = MHLEN; > (kgdb) list > 416 if (flags & MSG_EOR) > 417 top->m_flags |= M_EOR; > 418 } else do { > 419 if (top == 0) { > 420 MGETHDR(m, M_WAIT, MT_DATA); > 421 mlen = MHLEN; > 422 m->m_pkthdr.len = 0; > 423 m->m_pkthdr.rcvif = (struct ifnet *)0; > 424 } else { > 425 MGET(m, M_WAIT, MT_DATA); > (kgdb) print mlen > $1 = 100 > > > Marc G. Fournier > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org