From owner-svn-src-head@FreeBSD.ORG Wed Jun 24 12:17:58 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85F751065670; Wed, 24 Jun 2009 12:17:58 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id DBE848FC1F; Wed, 24 Jun 2009 12:17:56 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id B14763F54F; Wed, 24 Jun 2009 14:07:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id exlv6XOu-ib6; Wed, 24 Jun 2009 14:07:45 +0200 (CEST) Received: from nibbler.vistream.local (relay3.vistream.de [87.139.10.28]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 867A73F54B; Wed, 24 Jun 2009 14:07:45 +0200 (CEST) Message-ID: <4A421711.40907@kasimir.com> Date: Wed, 24 Jun 2009 14:07:45 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090623 Shredder/3.0b3pre MIME-Version: 1.0 To: Konstantin Belousov References: <200906232045.n5NKjMMC089652@svn.freebsd.org> In-Reply-To: <200906232045.n5NKjMMC089652@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r194766 - in head/sys: dev/md fs/procfs fs/tmpfs kern security/mac_biba security/mac_lomac sys vm X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 12:17:58 -0000 On 23.06.09 22:45, Konstantin Belousov wrote: > Author: kib > Date: Tue Jun 23 20:45:22 2009 > New Revision: 194766 > URL: http://svn.freebsd.org/changeset/base/194766 > Hi kib, this commit breaks my sparc64. boot -v does only show: FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT #3 r194766M: Wed Jun 24 13:58:36 CEST 2009 root@280r.solomo.de:/usr/obj/usr/src/sys/280R panic: trap: fast data access mmu miss cpuid = 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at 0xc01fe840: ta %xcc, 1 db> where Tracing pid 0 tid 0 td 0xc053c520 (null)() at 0xc01c878c (null)() at 0xc03bc530 (null)() at 0xc0060fd8 (null)() at 0xc03487b0 (null)() at 0xc0359c48 (null)() at 0xc035af68 (null)() at 0xc03b4200 (null)() at 0xc0356f94 (null)() at 0xc017792c (null)() at 0xc0060030 db> usually the next few lines are: real memory = 6442450944 (6144 MB) avail memory = 6286557184 (5995 MB) cpu0: Sun Microsystems UltraSparc-III+ Processor (900.00 MHz CPU) cpu1: Sun Microsystems UltraSparc-III+ Processor (900.00 MHz CPU) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs r194765 boots fine. This one panics. Anything i can do, anything you want me to try? Cheers, Florian