From owner-freebsd-current@freebsd.org Sun Sep 1 18:41:07 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77B7BE173B for ; Sun, 1 Sep 2019 18:41:07 +0000 (UTC) (envelope-from contact@evilham.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46M29H1ZB3z4dVV for ; Sun, 1 Sep 2019 18:41:07 +0000 (UTC) (envelope-from contact@evilham.com) Received: by mailman.nyi.freebsd.org (Postfix) id 35BF9E1739; Sun, 1 Sep 2019 18:41:07 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3570FE1738; Sun, 1 Sep 2019 18:41:07 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (yggdrasil.evilham.com [46.19.33.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46M29G1YC8z4dVS; Sun, 1 Sep 2019 18:41:05 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (unknown [IPv6:2a0a:e5c1:121:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by yggdrasil.evilham.com (Postfix) with ESMTPSA id 46M29C53Mlz3x6X; Sun, 1 Sep 2019 20:41:03 +0200 (CEST) From: Evilham To: Guido Falsi Cc: current@freebsd.org, fs@FreeBSD.org Subject: Re: panic: No vop_need_inactive References: <6d695bc6-37e3-e068-6620-dcd5616b2a5c@FreeBSD.org> <889667e1-9610-46c0-bd23-3e034f835d7f@yggdrasil.evilham.com> In-reply-to: <889667e1-9610-46c0-bd23-3e034f835d7f@yggdrasil.evilham.com> Date: Sun, 01 Sep 2019 20:41:00 +0200 Message-ID: <51a6c6b2-5680-4431-bfc4-b351eaa07880@yggdrasil.evilham.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 46M29G1YC8z4dVS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=evilham.com; spf=pass (mx1.freebsd.org: domain of contact@evilham.com designates 46.19.33.155 as permitted sender) smtp.mailfrom=contact@evilham.com X-Spamd-Result: default: False [-4.41 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-0.73)[asn: 196752(-3.66), country: NL(0.01)]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.88)[-0.878,0]; DMARC_POLICY_ALLOW(-0.50)[evilham.com,none]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:196752, ipnet:46.19.32.0/21, country:NL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 01 Sep 2019 18:41:07 -0000 On dg., set. 01 2019, Evilham wrote: > On dg., set. 01 2019, Guido Falsi wrote: > >> Hi, >> >> I'm experiencing a recurring panic I can trigger repeatably. >> > > I was going to send a similar email a few hours ago to the > current > ML but decided to debug some more before that. > > FWIW: I am not 100% sure I it's the same panic, I am missing a > cable ATM to get a full dump, but I do think they sound very > similar. Awkward, my panic is gone after some fiddling around. I hope yours is indeed also gone after upgrading. -- Evilham