From owner-freebsd-current@FreeBSD.ORG Sat May 9 17:21:15 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8A461065670 for ; Sat, 9 May 2009 17:21:15 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id A07FB8FC17 for ; Sat, 9 May 2009 17:21:15 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from 76-205-169-61.lightspeed.austtx.sbcglobal.net ([76.205.169.61]:14499 helo=borg) by thebighonker.lerctr.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M2qEb-0001Kp-Qb; Sat, 09 May 2009 12:21:15 -0500 Date: Sat, 9 May 2009 12:21:00 -0500 (CDT) From: Larry Rosenman Sender: ler@borg To: Mel Flynn In-Reply-To: <200905091912.17911.mel.flynn+fbsd.current@mailing.thruhere.net> Message-ID: References: <200905091912.17911.mel.flynn+fbsd.current@mailing.thruhere.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -2.4 (--) X-LERCTR-Spam-Score: -2.4 (--) X-Spam-Report: SpamScore (-2.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, TVD_RCVD_IP=1.931, TW_VC=0.077 X-LERCTR-Spam-Report: SpamScore (-2.4/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, TVD_RCVD_IP=1.931, TW_VC=0.077 DomainKey-Status: no signature Cc: stas@FreeBSD.org, freebsd-current@freebsd.org Subject: Re: sysctl -a crash on todays current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 09 May 2009 17:21:16 -0000 On Sat, 9 May 2009, Mel Flynn wrote: > On Saturday 09 May 2009 17:23:25 Larry Rosenman wrote: >> I hit the following page-fault panic on todays -CURRENT, when running >> sysctl -a: I have the core and kernel. > > > >> Reading symbols from /boot/modules/cpu.ko...done. >> Loaded symbols for /boot/modules/cpu.ko > > Recompile that module and search archive for the why. Thanks. It actually doesn't compile at the moment due to kernel tree changes. (Maintainer CC'd). I've removed that KLD from the system and we're fine. # cd /usr/ports/sysutils/devcpu # make ===> Found saved configuration for devcpu-0.8.1 ===> Extracting for devcpu-0.8.3 => MD5 Checksum OK for devcpu-0.8.3.tar.bz2. => SHA256 Checksum OK for devcpu-0.8.3.tar.bz2. ===> Patching for devcpu-0.8.3 /usr/bin/sed -i.bak -e "s,%%PREFIX%%,/usr/local,g" /usr/ports/sysutils/devcpu/work/devcpu-0.8.3/cpu_microcode_tool/cpu_microcode_tool.8 ===> Configuring for devcpu-0.8.3 ===> Building for devcpu-0.8.3 ===> cpu (all) Warning: Object directory not changed from original /usr/ports/sysutils/devcpu/work/devcpu-0.8.3/cpu @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c cpu.c cpu.c: In function 'cpu_ioctl': cpu.c:158: error: invalid operands to binary & cpu.c: In function 'cpu_open': cpu.c:427: error: invalid operands to binary & *** Error code 1 Stop in /usr/ports/sysutils/devcpu/work/devcpu-0.8.3/cpu. *** Error code 1 Stop in /usr/ports/sysutils/devcpu/work/devcpu-0.8.3. *** Error code 1 Stop in /usr/ports/sysutils/devcpu. *** Error code 1 Stop in /usr/ports/sysutils/devcpu. # > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893