From owner-freebsd-current@FreeBSD.ORG Fri Jun 15 17:18:24 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D837106564A; Fri, 15 Jun 2012 17:18:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC378FC18; Fri, 15 Jun 2012 17:18:24 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B1166B95A; Fri, 15 Jun 2012 13:18:23 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, Matthias Apitz Date: Fri, 15 Jun 2012 08:18:22 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; ) References: <20120615094837.GA1440@tiny.Sisis.de> In-Reply-To: <20120615094837.GA1440@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206150818.22208.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 15 Jun 2012 13:18:23 -0400 (EDT) Cc: swills@freebsd.org Subject: Re: panic's in 10-CURRENT r235646 in VMware 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: Fri, 15 Jun 2012 17:18:24 -0000 On Friday, June 15, 2012 5:48:39 am Matthias Apitz wrote: > > Hello, > > I have PANIC's while going multiuser in r235646. They are perhaps > somewhat VMware related, because I do not saw them in a real machine > while compiling ~1200 ports. > > the panic says: > mutex page lock not owned at /usr/src/sys/vm/vm_page.c:2060 > > I have a screen shoot here: > http://www.unixarea.de/aurora-panic.gif > > Installed and started (via rc.conf) is the port open-vm-tools-425873,1; > > Thx > > matthias Can you get a stack trace? -- John Baldwin