From owner-freebsd-stable@FreeBSD.ORG Mon Aug 14 19:04:22 2006 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 37EB616A4DD; Mon, 14 Aug 2006 19:04:22 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C0643D45; Mon, 14 Aug 2006 19:04:21 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7EJ4GmQ016673; Mon, 14 Aug 2006 15:04:17 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: freebsd-stable@freebsd.org Date: Mon, 14 Aug 2006 15:02:29 -0400 User-Agent: KMail/1.9.1 References: <20060813002343.GA39276@monsterjam.org> In-Reply-To: <20060813002343.GA39276@monsterjam.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608141502.31043.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 14 Aug 2006 15:04:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1660/Mon Aug 14 11:42:28 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: stable@freebsd.org, Jason Subject: Re: crash on 6.1 stable 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: Mon, 14 Aug 2006 19:04:22 -0000 On Saturday 12 August 2006 20:23, Jason wrote: > ok, finally got a crashdump.. can someone please give it a looksee and let me know what the > malfunction is? > http://monsterjam.org/crash/crash.tar.bz2 This doesn't include the kernel. It would be better if you could just run kgdb directly on your system and post the messages and backtrace. -- John Baldwin