From owner-freebsd-questions@FreeBSD.ORG Sun Nov 14 23:32:48 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F091F106564A for ; Sun, 14 Nov 2010 23:32:48 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id B621B8FC08 for ; Sun, 14 Nov 2010 23:32:48 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id D694163319F; Mon, 15 Nov 2010 00:13:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 48F882CF69A; Mon, 15 Nov 2010 00:13:34 +0100 (CET) Date: Mon, 15 Nov 2010 00:13:30 +0100 From: Patrick Lamaiziere To: "Rakhesh Sasidharan" Message-ID: <20101115001330.4fb74fa5@davenulle.org> In-Reply-To: <1289568399.7673.1404953861@webmail.messagingengine.com> References: <1289568399.7673.1404953861@webmail.messagingengine.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD crashed - trying to find out why X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 23:32:49 -0000 Le Fri, 12 Nov 2010 17:26:39 +0400, "Rakhesh Sasidharan" a écrit : Hello, > Any idea why kernel crashed, or what I can do to prevent this in > future? I understand from the forums that this could be due to bad > memory or bad hard disk, but I was wondering whether this could also > be due to any incompatibilities with KVM (triggered by tmux perhaps). No idea, the best is to configure the machine to save the dump and after (if it happens again) submit a trace of the core dump. This is explained in : http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html Regards.