From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 22:33:47 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 B0E0F16A4CE for ; Fri, 6 Feb 2004 22:33:47 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8052B43D55 for ; Fri, 6 Feb 2004 22:33:44 -0800 (PST) (envelope-from cscotts@mindspring.com) Received: (qmail 2688 invoked from network); 7 Feb 2004 06:33:43 -0000 Received: from res-152-3-47-49.dorm.duke.edu (HELO mindspring.com) (152.3.47.49) by relay.pair.com with SMTP; 7 Feb 2004 06:33:43 -0000 X-pair-Authenticated: 152.3.47.49 Message-ID: <402486DD.80305@mindspring.com> Date: Sat, 07 Feb 2004 01:34:05 -0500 From: Scott Sipe User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: acpidump seg. fault 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: Sat, 07 Feb 2004 06:33:47 -0000 Apologies if I'm doing something stupid here.. on my CURRENT system as of about a week ago, as well as freshly upgraded to about 8 hours ago, when I try to run the command "acpidump -o dsdtfile" it seg faults. The acpicatools port does not display this behavior and works as intended. it seems to be segfaulting because in acpi_checksum in /usr/src/usr.sbin/acpi/acpidump/acpi.c the length parameter is -1 and its seg faulting out in the "while(length--)" loop. On a separate system from Feb 2, when I run "acpidump -o myfile" I get: > acpidump -o myfile acpidump: DSDT is corrupt > and again on this system, the acpicatools works fine. Scott