From owner-freebsd-stable@FreeBSD.ORG Wed Apr 4 10:10:54 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 890B516A406 for ; Wed, 4 Apr 2007 10:10:54 +0000 (UTC) (envelope-from mipam@ux11.ltcm.net) Received: from ux11.ltcm.net (213-84-197-131.adsl.xs4all.nl [213.84.197.131]) by mx1.freebsd.org (Postfix) with ESMTP id 7EE4013C457 for ; Wed, 4 Apr 2007 10:10:53 +0000 (UTC) (envelope-from mipam@ux11.ltcm.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id l349u2rP010852 for ; Wed, 4 Apr 2007 11:56:03 +0200 (MEST) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id l349u1ak019338 for ; Wed, 4 Apr 2007 11:56:01 +0200 (MEST) Date: Wed, 4 Apr 2007 11:56:00 +0200 (MEST) From: Mipam To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Debug question 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, 04 Apr 2007 10:10:54 -0000 Hi All, Forgive me if this question is off topic, i don't know what other mailing list would be good for this one. Suppose the following: I experience a hang and the system reboots. After this i'll look in /var/crash and find a nice core file. My swap is large enough to cover the whole memory and more so it should be okay. However, "gdb kernel vmcore.0" tells me that vmcore.0 is not a core dump.... :-( Any hints? Regards, Mipam.