From owner-freebsd-current@FreeBSD.ORG Sat Jun 16 12:11:42 2012 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 2F6F51065673; Sat, 16 Jun 2012 12:11:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 044408FC08; Sat, 16 Jun 2012 12:11:42 +0000 (UTC) Received: from ralph.baldwin.cx (c-68-39-198-164.hsd1.de.comcast.net [68.39.198.164]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6EDBDB95D; Sat, 16 Jun 2012 08:11:41 -0400 (EDT) From: John Baldwin To: Matthias Apitz Date: Sat, 16 Jun 2012 08:11:40 -0400 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <20120615094837.GA1440@tiny.Sisis.de> <201206150818.22208.jhb@freebsd.org> <20120616085106.GA3213@tinyCurrent> In-Reply-To: <20120616085106.GA3213@tinyCurrent> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201206160811.40632.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sat, 16 Jun 2012 08:11:41 -0400 (EDT) Cc: swills@freebsd.org, freebsd-current@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: Sat, 16 Jun 2012 12:11:42 -0000 On Saturday, June 16, 2012 04:51:06 AM Matthias Apitz wrote: > El d=EDa Friday, June 15, 2012 a las 08:18:22AM -0400, John Baldwin escri= bi=F3: > > > the panic says: > > > mutex page lock not owned at /usr/src/sys/vm/vm_page.c:2060 > > >=20 > > > I have a screen shoot here: > > > http://www.unixarea.de/aurora-panic.gif > > >=20 > > > Installed and started (via rc.conf) is the port open-vm-tools-425873,= 1; > > >=20 > > > Thx > > >=20 > > > matthias > >=20 > > Can you get a stack trace? >=20 > I have configured now dumpdevice and -dir and will produce a bt next > time; >=20 > btw: it seems that the panic only occurs when a second VM (also with > FreeBSD) is running; the 2nd VM (my production env) has 2 GByte memory > configured, while the crashing one only 512 MByte; the host itself has 4 > GByte real mem; we will see what the bt shows... =46or future reference, you can just run 'tr' at the DDB prompt to get a st= ack=20 trace and take a screen shot of that. =2D-=20 John Baldwin