From owner-freebsd-current@freebsd.org Mon Jan 21 15:29:11 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FE3314ACB5C for ; Mon, 21 Jan 2019 15:29:11 +0000 (UTC) (envelope-from david.boyd49@twc.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7A88E186 for ; Mon, 21 Jan 2019 15:29:09 +0000 (UTC) (envelope-from david.boyd49@twc.com) Received: from bashful.bsd1.net ([74.138.140.144]) by cmsmtp with ESMTPA id lbVZgOVTcWnTilbVcgF8E6; Mon, 21 Jan 2019 15:29:08 +0000 Message-ID: <6d114f2773c37435370c3e39c156339ceab2dc86.camel@twc.com> Subject: Re: 13.0-CURRENT drops to debugger on shutdown with IPNAT enabled From: David Boyd To: freebsd-current@freebsd.org Date: Mon, 21 Jan 2019 10:29:05 -0500 In-Reply-To: References: <167cd0d7a01c67255a98d86006f3fc00707cc3a3.camel@twc.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfCHlKr6kVawCRt3tep7dXVAb3u9FGV73e9B72g/DV6h0FjosrCU7FMb51WxF5OrZWeb4vOL5EyEK5LJSVT2XCgl7sM4H8Z2ohzxWu7sF+KtjiFNc3C0w bM2aka+btl9r1Q7e1cutt+2N2cEDSqgDJ9pVRht5KoTzZufWS3KlT8MIiwfQqO3ACrLOltkwMftVAg== X-Rspamd-Queue-Id: 5A7A88E186 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of david.boyd49@twc.com designates 107.14.73.228 as permitted sender) smtp.mailfrom=david.boyd49@twc.com X-Spamd-Result: default: False [-4.25 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[twc.com]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[cached: dnvrco-cmedge02.email.rr.com]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; RECEIVED_SPAMHAUS_PBL(0.00)[144.140.138.74.zen.spamhaus.org : 127.0.0.10]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; IP_SCORE(-1.46)[ipnet: 107.14.73.0/24(-4.02), asn: 7843(-3.22), country: US(-0.08)]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[twc.com]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[228.73.14.107.list.dnswl.org : 127.0.5.0]; 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: Mon, 21 Jan 2019 15:29:11 -0000 On Mon, 2019-01-21 at 10:17 -0500, David Boyd wrote: > On Mon, 2019-01-21 at 10:37 +0100, Trond Endrestøl wrote: > > On Sun, 20 Jan 2019 13:09-0500, David Boyd wrote: > > > > > 13.0-CURRENT drops to debugger on shutdown with IPNAT enabled. > > > > > > Running in VirtualBox 6.0.2. > > > > > > The identical configuration running 12.0-RELEASE-p2, 12.0-STABLE, > > > 11.2- > > > RELEASE-p8 and 11.2-STABLE do not exhibit this behavior. > > > > > > This (VM) is a test machine and I can do anything that will help > > > identify the root of this problem. > > > > Is the VM configured to use UEFI as the boot firmware? > > > > I've noticed 13.0-CURRENT fails to poweroff, be it by way of > > shutdown > > -p now or halt -p, when using UEFI on VBox 5.2.x and 6.0.y. > > shutdown > > -h and plain halt works as intended. Maybe this is completely > > unrelated to your issue. > > > > > I have included screenshots of the debug output and a backtrace. > > > > The screenshots got stripped off by the mailman list software. Can > > you > > reupload them somewhere else, or transcribe the relevant details? > > Okay, I will submit a PR with the attachments. > > David. > > _______________________________________________ > 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" PR number is 235110. Thanks. David.