From owner-freebsd-current@freebsd.org Fri Jan 24 08:41:16 2020 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 82C0A232680 for ; Fri, 24 Jan 2020 08:41:16 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 483t0C4JkDz3CRB for ; Fri, 24 Jan 2020 08:41:15 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: by mailman.nyi.freebsd.org (Postfix) id 922A1232675; Fri, 24 Jan 2020 08:41:15 +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 91EA9232674 for ; Fri, 24 Jan 2020 08:41:15 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from msc11.plala.or.jp (msc11.plala.or.jp [60.36.166.21]) by mx1.freebsd.org (Postfix) with ESMTP id 483t071Yk1z3CQn for ; Fri, 24 Jan 2020 08:41:10 +0000 (UTC) (envelope-from ish@amail.plala.or.jp) Received: from localhost ([2400:4050:9320:7a00::8]) by msc11.plala.or.jp with ESMTP id <20200124084108.NIGL13270.msc11.plala.or.jp@localhost> for ; Fri, 24 Jan 2020 17:41:08 +0900 Date: Fri, 24 Jan 2020 17:41:03 +0900 (JST) Message-Id: <20200124.174103.1023461056313815929.ish@amail.plala.or.jp> To: current@freebsd.org Subject: Re: panic: Assertion in_epoch(net_epoch_preempt) failed at ... src/sys/net/if.c:3694 From: Masachika ISHIZUKA In-Reply-To: <20200124.162344.1430316126325877949.ish@amail.plala.or.jp> References: <3041901579770984@myt4-4d473ee472d6.qloud-c.yandex.net> <20200124.162344.1430316126325877949.ish@amail.plala.or.jp> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac11; Fri, 24 Jan 2020 17:41:08 +0900 X-Rspamd-Queue-Id: 483t071Yk1z3CQn X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ish@amail.plala.or.jp designates 60.36.166.21 as permitted sender) smtp.mailfrom=ish@amail.plala.or.jp X-Spamd-Result: default: False [4.43 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:60.36.166.0/24]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.85)[0.855,0]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[plala.or.jp]; MV_CASE(0.50)[]; NEURAL_SPAM_LONG(1.00)[0.997,0]; RCVD_IN_DNSWL_NONE(0.00)[21.166.36.60.list.dnswl.org : 127.0.5.0]; MID_CONTAINS_FROM(1.00)[]; IP_SCORE(1.28)[ipnet: 60.32.0.0/12(4.84), asn: 4713(1.51), country: JP(0.03)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4713, ipnet:60.32.0.0/12, country:JP]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 24 Jan 2020 08:41:16 -0000 >> 21.01.2020, 20:10, "Nick Hibma" : >>> That (with the return added, thanks Cy) worked like a charm. >> Got committed in r357038. >> Thank you for the report! > > Hi. > > My machine was panicked on r357061 with in_epoch in netisr.c. > I can not capture screen. Screenshot was uploaded to https://www.ish.org/files/panic-r357061.jpeg -- Masachika ISHIZUKA