From owner-freebsd-current@freebsd.org Wed Jun 1 17:01:12 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 4166FB611C2 for ; Wed, 1 Jun 2016 17:01:12 +0000 (UTC) (envelope-from mikej@mikej.com) Received: from mx2.paymentallianceintl.com (mx2.paymentallianceintl.com [216.26.158.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx2.paymentallianceintl.com", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D4BC12ED for ; Wed, 1 Jun 2016 17:01:11 +0000 (UTC) (envelope-from mikej@mikej.com) Received: from firewall.mikej.com (f [162.230.214.65]) by mx2.paymentallianceintl.com (8.15.1/8.15.1) with ESMTPS id u51GbqhJ009356 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 1 Jun 2016 12:37:53 -0400 (EDT) (envelope-from mikej@mikej.com) X-Authentication-Warning: mx2.paymentallianceintl.com: Host f [162.230.214.65] claimed to be firewall.mikej.com Received: from mail.mikej.com (firewall.mikej.com [192.168.6.63]) by firewall.mikej.com (8.15.2/8.15.2) with ESMTP id u51GbpKa088118 for ; Wed, 1 Jun 2016 12:37:51 -0400 (EDT) (envelope-from mikej@mikej.com) DMARC-Filter: OpenDMARC Filter v1.3.1 firewall.mikej.com u51GbpKa088118 Authentication-Results: mail.mikej.com; dmarc=none header.from=mikej.com DKIM-Filter: OpenDKIM Filter v2.10.3 firewall.mikej.com u51GbpKa088118 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mikej.com; s=mail; t=1464799071; bh=vg9PWJ/WCL+Mpbp27VdjLqx5qLBz2G7z60jmGefwJoM=; h=Date:From:To:Subject; b=mAFmZnk+5yvMnoG7XD390St0R9EBfh+6IE0VQrNGTPmlL6QAYP8eDZ9S3d+08JYUq GDk1Imc5okmcA5VMBNm6uizYr2YARaeLsKqlMiLwsLHvvzhp5Rx2rrIZ8Qq3/WOtXV m+M2FIuUL82fNGKA4M9uaJXDqleVwlyfW50yTMFOzGo4EczUZ5L9gJyEYkpZEBjzdY C6KUqV7m5w1AY8PPImEmfGr9OO5eE8UCPhlZQqRCJhJnf/vwz/mqpC4PxgRVEhfqXm je123L9Tg3+Hk49Hi4D0RRoiOEQFo/qe7BsZOawxCKvbLoZxIduUdUgByTNjnju3G6 DBosp+SWrNMTg== X-Authentication-Warning: firewall.mikej.com: Host firewall.mikej.com [192.168.6.63] claimed to be mail.mikej.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 Jun 2016 12:37:51 -0400 From: Michael Jung To: freebsd-current@freebsd.org Subject: head r30140 - Panic String: _mtx_lock_sleep: recursed on non-recursive mutex vm page @ /usr/src/sys/vm/vm_page.c:774 Message-ID: <96b9a1271d057fb8b67696623a6263c5@mail.mikej.com> X-Sender: mikej@mikej.com User-Agent: Roundcube Webmail/1.1.5 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: Wed, 01 Jun 2016 17:01:12 -0000 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.