From owner-freebsd-current@freebsd.org Thu Jun 2 22:43:52 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 D9714B6899B; Thu, 2 Jun 2016 22:43:52 +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 A01331186; Thu, 2 Jun 2016 22:43:52 +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 u52Mhn2E007213 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 2 Jun 2016 18:43:50 -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 u52Mhltw064913; Thu, 2 Jun 2016 18:43:48 -0400 (EDT) (envelope-from mikej@mikej.com) DMARC-Filter: OpenDMARC Filter v1.3.1 firewall.mikej.com u52Mhltw064913 Authentication-Results: mail.mikej.com; dmarc=none header.from=mikej.com DKIM-Filter: OpenDKIM Filter v2.10.3 firewall.mikej.com u52Mhltw064913 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mikej.com; s=mail; t=1464907429; bh=7KAMFSt6PQ80TlhpZtkWmCkEDvF/aVORH1+qAuN70dg=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=XSTZqPZHWaBxH7Kr4gexWK2zp9z5AlIhYfy99E8WL8gW1PDbFry+zWG9u23p5/Amq x4rXQmO/G5jWcuhJ4KPrRZ+Cc3GDzYbOO0FEpfOZvBwHu1Mam2ENDgc215HXAEeACi HMoWBgS3OM7Ou2heky62sRZpl4FZ92q+le0kAFL9oUmoI7pxT29FDuZ4t9mtNd7J/u PAHa/xMvnJO4mAev3/5E540cmduhrTxoey7GQCeOk8YRYQMnEJoyqHRt7zIe71jdFT P18ULOlzwvy4e1VbHEArVrQ4acy5FUptX0kiEVFkn1mmvWJ/pTYff354bISpjlMk15 0zlZXSpVdow+A== 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: Thu, 02 Jun 2016 18:43:47 -0400 From: Michael Jung To: Ngie Cooper Cc: FreeBSD Current , "kib@FreeBSD.org" , Mark Johnston , owner-freebsd-current@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 In-Reply-To: References: <96b9a1271d057fb8b67696623a6263c5@mail.mikej.com> <1827e9575941cf7c4bc82828ad00f431@mail.mikej.com> Message-ID: 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: Thu, 02 Jun 2016 22:43:53 -0000 On 2016-06-02 18:17, 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 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"\ I pulling latest head based on comments r301229 - and will report back in next 48 hours - The crashes where not predictable but would always seem to occur within 12 hours of running poudriere builds. Thanks!