From owner-freebsd-current@FreeBSD.ORG Fri Jun 29 03:10:55 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 13186106564A; Fri, 29 Jun 2012 03:10:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id C17A88FC0C; Fri, 29 Jun 2012 03:10:54 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id q5T3Aq72091796 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 28 Jun 2012 23:10:53 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4FED1CBC.50308@FreeBSD.org> Date: Thu, 28 Jun 2012 23:10:52 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: Matthias Apitz References: <20120615094837.GA1440@tiny.Sisis.de> <201206150818.22208.jhb@freebsd.org> <20120616085106.GA3213@tinyCurrent> <201206160811.40632.jhb@freebsd.org> <20120627051941.GA2468@tinyCurrent> In-Reply-To: <20120627051941.GA2468@tinyCurrent> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [204.109.58.86]); Thu, 28 Jun 2012 23:10:53 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: freebsd-current@FreeBSD.org, John Baldwin 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, 29 Jun 2012 03:10:55 -0000 Hi Matthais, On 06/27/12 01:19, Matthias Apitz wrote: > El día Saturday, June 16, 2012 a las 08:11:40AM -0400, John Baldwin escribió: > >> On Saturday, June 16, 2012 04:51:06 AM Matthias Apitz wrote: >>> El día Friday, June 15, 2012 a las 08:18:22AM -0400, John Baldwin escribió: >>>>> 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? > > The attached patch file (to be replaced in open-vm-tools/files/patch-vmmemctl-os.c) > solved the problem for me; thanks, John > > matthias > Thanks! I've updated the port with this and the other patches you sent and it seems to build and work properly on 10-CURRENT. Steve