From owner-freebsd-stable@FreeBSD.ORG Wed Nov 23 14:32:41 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBED16A41F for ; Wed, 23 Nov 2005 14:32:41 +0000 (GMT) (envelope-from kama@pvp.se) Received: from ms1.as.pvp.se (dns.pvp.se [213.64.187.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD82843D9C for ; Wed, 23 Nov 2005 14:32:24 +0000 (GMT) (envelope-from kama@pvp.se) Received: by ms1.as.pvp.se (Postfix, from userid 1001) id 92279A7; Wed, 23 Nov 2005 15:33:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ms1.as.pvp.se (Postfix) with ESMTP id 906F7A6; Wed, 23 Nov 2005 15:33:00 +0100 (CET) Date: Wed, 23 Nov 2005 15:33:00 +0100 (CET) From: kama X-X-Sender: kama@ns1.as.pvp.se To: Mike Tancsa In-Reply-To: <6.2.3.4.0.20051123080932.085e9138@64.7.153.2> Message-ID: <20051123153018.V57888@ns1.as.pvp.se> References: <20051123134710.G57888@ns1.as.pvp.se> <6.2.3.4.0.20051123080932.085e9138@64.7.153.2> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: 6.0 Stable reboots randomly during high load. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 14:32:41 -0000 The system crashes without polling enabled. That I added afterwards. With it enabled it crashes not so often as without polling. I'll try a GENERIC kernel with debuging enabled. /Bjorn On Wed, 23 Nov 2005, Mike Tancsa wrote: > At 08:04 AM 23/11/2005, kama wrote: > > >I have a HP DL380G3 Dual 2.4 w HT disabled. > > > Polling and SMP is only a recent thing, as is polling support for the > bge. I would try disabling that. In terms of seeing why its crashing, > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html > > Basically, > make sure > > > makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols > > is in your kernel config > add > dumpdev="/dev/da0s1b" # Device name to crashdump to (or NO). > dumpdir="/var/crash" # Directory where crash dumps are to be stored > > to /etc/rc.conf assuming da0s1b is your swap. Install the new kernel > and reboot. > > When and if it crashes again, > gdb -k kernel.debug /var/crash/vmcore.0 > > type bt full > > from the debugger and post the results. > > ---Mike >