From owner-freebsd-current@freebsd.org Wed Dec 2 17:35:52 2015 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 353CAA3FFFC for ; Wed, 2 Dec 2015 17:35: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 Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E99CD1008 for ; Wed, 2 Dec 2015 17:35:51 +0000 (UTC) (envelope-from mikej@mikej.com) Received: from firewall.mikej.com (162-230-214-65.lightspeed.lsvlky.sbcglobal.net [162.230.214.65]) by mx2.paymentallianceintl.com (8.15.1/8.15.1) with ESMTPS id tB2HZh08073452 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 2 Dec 2015 12:35:44 -0500 (EST) (envelope-from mikej@mikej.com) X-Authentication-Warning: mx2.paymentallianceintl.com: Host 162-230-214-65.lightspeed.lsvlky.sbcglobal.net [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 tB2HZNER018971 for ; Wed, 2 Dec 2015 12:35:24 -0500 (EST) (envelope-from mikej@mikej.com) DKIM-Filter: OpenDKIM Filter v2.10.3 firewall.mikej.com tB2HZNER018971 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mikej.com; s=mail; t=1449077724; bh=hKGCXEiMdhv79pUeD7tDldliYLR7UF8m7va53mWCxZk=; h=Date:From:To:Subject; b=nFD6P2WsYm7QTdhWl88MGdc+K/RksEb3UvtMa6S5IriqUCclYo6g3LvpDe3VzNuyA /Dk4ETGH+vn4XNx7qff4VgkswFtkipv339mWNOaIZWLTw0v/sTlm5bbkDlw918PKc/ cBilYtPRX9pQLj0F8dw+UA/6yXehrJ0FdmhDIt4op6hd4wz10Qm5AEAKLyva1CQRLy tJ/6KSqHR163F7A7qgG7xOaICHo5S8oTQ7ShOlYpH6eFNlNwIrQGtL2dxUU94Gxt6e lhQCgU1/xh7DmETUWKOPDaaZSH+8yrQcJyBkQNDwybfeUMhBnInF9jqtkPQoKN7jVv GGF2LFUjDqGIA== 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, 02 Dec 2015 12:35:23 -0500 From: Michael Jung To: freebsd-current@freebsd.org Subject: r291494 PANIC mtx_lock() of spin mutex @ /usr/src/sys/kern/vfs_subr.c:512 Message-ID: X-Sender: mikej@mikej.com User-Agent: Roundcube Webmail/1.1.3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 02 Dec 2015 17:35:52 -0000 Since upgrading to r291494 from r290716 my system reliably panics when running poudriere. Dump header from device: /dev/da2p1 Architecture: amd64 Architecture Version: 2 Dump Length: 4301131776 Blocksize: 512 Dumptime: Wed Dec 2 12:10:06 2015 Hostname: bsd11 Magic: FreeBSD Kernel Dump Version String: FreeBSD 11.0-CURRENT #9 r291494: Mon Nov 30 13:21:08 EST 2015 mikej@bsd11:/usr/obj/usr/src/sys/GENERIC Panic String: mtx_lock() of spin mutex @ /usr/src/sys/kern/vfs_subr.c:512 Dump Parity: 2232113789 Bounds: 1 Dump Status: good https://charon.gopai.com/crash/info.1 https://charon.gppai.com/crash/core.txt.1 https://charon.gopai.com/crash/vmcore.1 I could not find a reference to this panic. Regards, --mikej