From owner-freebsd-current@freebsd.org Wed Dec 2 20:32:34 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 BBEB4A3F78F for ; Wed, 2 Dec 2015 20:32:34 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 533591ACA for ; Wed, 2 Dec 2015 20:32:34 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by wmvv187 with SMTP id v187so273448053wmv.1 for ; Wed, 02 Dec 2015 12:32:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=4H9Kh5gHSer7O9YCcuJLDiYrmwFYOM/83CGtzLfVXd8=; b=FmQAAtppUjltAlNjBAIICo/ahpHFKNl2oGLLTyZAmmRT+/yxuuF+mMRsOdaLNzp+b+ T8wHE0LTNsdCj2KyxG7csm0o9GU1CwUAVyZGrMoWb1ahlZgjKWLf9SmCymCZYfJNSFEj AZABUeE3y6rial4cF5apQmlb0gyXLtuYVftFKUj4oIcsK6fijHDHhwvBctFH/WHpnwLH dZOdHNFqaWVx3k7UoDU25rCV+Xlbd/BCfwUzYmcxNcu0kCAltNQ1YZCdKU2HBP798fZQ nyq3SkZ9Ia++/qC7Ia2q5aMfuoNhNbJkACAt54XHP6F12KUbGS7hwsa1RhBClC2ezXAz /GZw== X-Received: by 10.194.179.162 with SMTP id dh2mr7053444wjc.17.1449088352918; Wed, 02 Dec 2015 12:32:32 -0800 (PST) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by smtp.gmail.com with ESMTPSA id w4sm4331208wje.49.2015.12.02.12.32.32 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 02 Dec 2015 12:32:32 -0800 (PST) Date: Wed, 2 Dec 2015 21:32:30 +0100 From: Mateusz Guzik To: Michael Jung Cc: freebsd-current@freebsd.org Subject: Re: r291494 PANIC mtx_lock() of spin mutex @ /usr/src/sys/kern/vfs_subr.c:512 Message-ID: <20151202203230.GB30250@dft-labs.eu> Mail-Followup-To: Mateusz Guzik , Michael Jung , freebsd-current@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 20:32:34 -0000 On Wed, Dec 02, 2015 at 12:35:23PM -0500, Michael Jung wrote: > 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. > please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204949 -- Mateusz Guzik