From owner-freebsd-current@FreeBSD.ORG Sun Dec 8 13:50:25 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE90C248; Sun, 8 Dec 2013 13:50:25 +0000 (UTC) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 885BC13C9; Sun, 8 Dec 2013 13:50:25 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.7/8.14.7/ALCHEMY.FRANKEN.DE) with ESMTP id rB8DoN4i075673; Sun, 8 Dec 2013 14:50:23 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.7/8.14.7/Submit) id rB8DoNcJ075672; Sun, 8 Dec 2013 14:50:23 +0100 (CET) (envelope-from marius) Date: Sun, 8 Dec 2013 14:50:23 +0100 From: Marius Strobl To: Kurt Lidl Subject: Re: panic on sparc64 running 10-beta4 Message-ID: <20131208135023.GA75625@alchemy.franken.de> References: <529F51DA.1040703@pix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <529F51DA.1040703@pix.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD-Current , sparc64@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 08 Dec 2013 13:50:26 -0000 On Wed, Dec 04, 2013 at 11:01:30AM -0500, Kurt Lidl wrote: > I installed a sparc V120 (4GB memory, dual 72GB disks) with the 10-beta4 > install image today. > > Installation went fine. I rebooted the machine, and then went to get > a fresh ports tree, and the machine panic'd: > > root@host:/usr/ports # portsnap fetch > Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. > Fetching public key from your-org.portsnap.freebsd.org... done. > Fetching snapshot tag from your-org.portsnap.freebsd.org... done. > Fetching snapshot metadata... done. > Fetching snapshot generated at Tue Dec 3 19:06:18 EST 2013: > 43b6803c6d94efd5b2e2bc9df0b66a84b75417fa3c1728100% of 69 MB 3225 kBps > 00m22s > Extracting snapshot... done. > Verifying snapshot integrity... panic: trap: illegal instruction (kernel) > cpuid = 0 > KDB: stack backtrace: > #0 0xc08836d4 at trap+0x554 > Uptime: 6m59s > Dumping 4096 MB (4 chunks) > chunk at 0: 1073741824 bytes ... ok > chunk at 0x40000000: 1073741824 bytes ... ok > chunk at 0x80000000: 1073741824 bytes ... ok > chunk at 0xc0000000: 1073741824 bytes ... ok > > Dump complete > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... > > And then it panic'd again when attempting to run 'savecore'! > (I typed a after it printed out the line about > writing the core file, that's where the "load: 0.72 ..." line > came from...) Hrm, I don't seem to be able to reproduce this with an installation built from sources and also can't remember a commit between BETA3 and BETA4 which should be able to cause this. I currently can't test the 10-BETA4 install image, though. Was the machine in question running FreeBSD before, i. e. is it known good hardware? Did savecore eventually succeed on writing out a dump? Marius