From owner-freebsd-current@FreeBSD.ORG Thu Mar 4 13:41:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D470916A4CE for ; Thu, 4 Mar 2004 13:41:24 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0036F43D46 for ; Thu, 4 Mar 2004 13:41:23 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Thu, 4 Mar 2004 16:41:21 -0500 Message-ID: From: Don Bowman To: "'current@freebsd.org'" Date: Thu, 4 Mar 2004 16:41:12 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: savecore: Value too large to be stored in data type X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 21:41:24 -0000 has anyone seen this problem on a panic? i have 4GB of physical memory, running 5.2.1 RC. I had a panic occur, and it won't write the whole vmcore. 1985347584 is the size of the vmcore i get (not compressed). Its not useful as far as i can tell, gdb doesn't know where to begin. My swap partition is 8GB. The filesystem i'm saving the vmcore too is plenty big enough. Mar 4 16:05:09 cdata savecore: write error on vmcore.1 file: Value too large to be stored in data type Mar 4 16:05:09 cdata savecore: WARNING: vmcore may be incomplete Mar 4 16:05:09 cdata savecore: unsaved dumps found but not saved I'm not sure what 'value to large...' message means in this context. Can someone suggest how to get my core file? $ swapinfo Device 1K-blocks Used Avail Capacity /dev/da0s1b 8388608 0 8388608 0% dumpdev="/dev/da0s1b" # Device name to crashdump to (or NO). dumpdir="/usr/crash"