From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 1 03:41:35 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBB416A4CE for ; Tue, 1 Mar 2005 03:41:35 +0000 (GMT) Received: from smtp204.mail.sc5.yahoo.com (smtp204.mail.sc5.yahoo.com [216.136.130.127]) by mx1.FreeBSD.org (Postfix) with SMTP id 2870843D3F for ; Tue, 1 Mar 2005 03:41:35 +0000 (GMT) (envelope-from river_robert@yahoo.com.cn) Received: from unknown (HELO ZJZ) (river?robert@219.239.240.220 with login) by smtp204.mail.sc5.yahoo.com with SMTP; 1 Mar 2005 03:41:34 -0000 Date: Tue, 1 Mar 2005 11:41:08 +0800 From: "River" To: "freebsd-hackers " X-mailer: Foxmail 5.0 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Message-Id: <20050301034135.2870843D3F@mx1.FreeBSD.org> Subject: Help about debugging FreeBSD kernel core dump file X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: river_robert@yahoo.com.cn List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 03:41:35 -0000 Hi, Everyone: How can I debug the core dump file created by kernel panic? I try to use "gdb -core vmcore.0" (vmcore.0 is 4G file because I have 4G memory) and the gdb said: this is not a vaild core file. Why? Thanks