From owner-freebsd-current@freebsd.org Thu Jun 2 22:21:07 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5119BB6848C for ; Thu, 2 Jun 2016 22:21:07 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pf0-x236.google.com (mail-pf0-x236.google.com [IPv6:2607:f8b0:400e:c00::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 210601FEC; Thu, 2 Jun 2016 22:21:07 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-pf0-x236.google.com with SMTP id f144so36163046pfa.3; Thu, 02 Jun 2016 15:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=n8LUFm74PARPV7tNhDU1631uw5qTq7CAzAabPnnCAMs=; b=PV0nljg9mnmUzUBVaGj2ek3iwqwr5ulDrA/U9fWvxh3fjhsNNknU1pNE5rfc5r4yjA 9q/8scX28YuY+ny4+cRiiClgj5D4MGqBtPcKpZlIjgT044uD2P0bUsrfVc8B0WYGVJA3 4FTm2UM0PSswZeyfX3OJ4mBG3KnWzcrJvOLiiq5f+7Fp1b7VhG002yycMHp9VXsSZCGZ zmVRLI4wgBaDia1xFWv0TPz+S10Up3QRuLAGITY3GVFTR3oaAZLefSUJi1BBLLKKqn6e lgcGk5SE/QR6PhBLmnFUCB5l3075GIXVzVT3r8yRjg2fSGnFMJmZ09exGAIc/uNbM41l NN8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=n8LUFm74PARPV7tNhDU1631uw5qTq7CAzAabPnnCAMs=; b=LNsWgraoYO2PBCRyPOlSZKtAgSXfMDiZo4iWnyh30thxHXB/u0PPXtYNBMTF7QMY+L eb/z4gnnQLF6grqp3C8xIYub4jWAUscitiJNqmlRjV8W4PzzSXHS/KPAM2QUZBfPOe+5 5f7uom4Gq6vNtIsDl6n4Wm2lNm/oDDJYgv3XYzeTJFOM3abxVgdaYLGTU41xqhUmhNMI PkfsZLDC5/nGH4PK/xRf7dwssL9CQ7KoyV7pTylbYlztSv22Gd0cZFwTwlKhg5GK5CYi UAqeRQbvXethJFw/hBfm/uEWZwaxxsvu5pKaErepcAqy9QHZlhabiT/mBG2yV2FwkPa7 W8GQ== X-Gm-Message-State: ALyK8tIFZOAUUY7QO0LVW13MfyJ8N/lceYyqZ27hJsP5kAfVp5PuWbIRmmyaPXUeI3AR0A== X-Received: by 10.98.20.5 with SMTP id 5mr995921pfu.144.1464906066599; Thu, 02 Jun 2016 15:21:06 -0700 (PDT) Received: from wkstn-mjohnston.west.isilon.com (c-76-104-201-218.hsd1.wa.comcast.net. [76.104.201.218]) by smtp.gmail.com with ESMTPSA id y1sm3142932pfa.25.2016.06.02.15.21.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jun 2016 15:21:06 -0700 (PDT) Sender: Mark Johnston Date: Thu, 2 Jun 2016 15:25:05 -0700 From: Mark Johnston To: Ngie Cooper Cc: Michael Jung , FreeBSD Current , "kib@FreeBSD.org" Subject: Re: head r30140 - Panic String: _mtx_lock_sleep: recursed on non-recursive mutex vm page @ /usr/src/sys/vm/vm_page.c:774 Message-ID: <20160602222504.GC7708@wkstn-mjohnston.west.isilon.com> References: <96b9a1271d057fb8b67696623a6263c5@mail.mikej.com> <1827e9575941cf7c4bc82828ad00f431@mail.mikej.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 02 Jun 2016 22:21:07 -0000 On Thu, Jun 02, 2016 at 03:17:21PM -0700, Ngie Cooper wrote: > On Thu, Jun 2, 2016 at 3:05 PM, Michael Jung wrote: > > On 2016-06-01 12:37, Michael Jung wrote: > >> > >> Since upgrading to head r301040 I have started to get the above panic > >> while running > >> poudriere while building packages for 10.3-STABLE r301107. > >> > >> Unfortuately I can't tell you the previous version of head but it was from > >> some > >> months ago. > >> > >> > >> https://charon.gopai.com/core.txt.7 > >> > >> https://charon.gopai.com/info.7 > >> > >> I also have the full core file if needed. > >> > >> Let me know what else I can provide. > >> > >> Thank you. > > > > Ideas? - there was another report of the same panic in vm_page.c > > > > http://postimg.org/image/r78vxopkb/ > > > > I see from the web log 20+ people have looked at the core file.... > > > > I can bump my build server but I was awaiting a response to the panic > > before doing that. > > It might have been fixed by r301212. CCing Kostik/Mark. > Thanks! > -Ngie I believe this would have been addressed by r301165, rather. Michael, could you try updating to this revision or later?