From owner-freebsd-current@freebsd.org Wed Aug 15 12:53:28 2018 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 9ABBA1083686 for ; Wed, 15 Aug 2018 12:53:28 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3A78C8ADCA for ; Wed, 15 Aug 2018 12:53:28 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id F345F1083685; Wed, 15 Aug 2018 12:53:27 +0000 (UTC) Delivered-To: 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 E1E1C1083684 for ; Wed, 15 Aug 2018 12:53:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AB7A8ADC9 for ; Wed, 15 Aug 2018 12:53:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 1EC7214628 for ; Wed, 15 Aug 2018 12:53:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id y17-v6so867396ljy.8 for ; Wed, 15 Aug 2018 05:53:27 -0700 (PDT) X-Gm-Message-State: AOUpUlHbW9z6Od2jUY6uudiNC6qrPf8IKMAcM5r9COowEVgQHNVqlQaE A6KCRklLwOSDrdhSh0mgYvvN1qYhfI2gvjGrxoU= X-Google-Smtp-Source: AA+uWPxzLQ7wWisbyVlFz/IbcIfzcvtddRAczZwA1/XuHvDANg7fvdZ4pMhZtOmagdjtqabUKZA6p8yHT8PUmYkedyI= X-Received: by 2002:a2e:2b0e:: with SMTP id q14-v6mr17598765lje.147.1534337605750; Wed, 15 Aug 2018 05:53:25 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Wed, 15 Aug 2018 05:53:05 -0700 (PDT) In-Reply-To: <20180815124000.GB1190@albert.catwhisker.org> References: <20180815124000.GB1190@albert.catwhisker.org> From: Kyle Evans Date: Wed, 15 Aug 2018 07:53:05 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: r337738 -> r337834: Forth loader OK; Lua loader says "BTX halted" To: David Wolfskill , current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 15 Aug 2018 12:53:28 -0000 On Wed, Aug 15, 2018 at 7:40 AM, David Wolfskill wrote: > I'm tracking head/amd64 daily twice on each of two machines: my "build > machine" ("freebeast") and my laptop, each first using the traditional > Forth loader, then (on a different slice), the Lua loader. > > Each is using BIOS and MBR (not UEFI; not GPT). > > Yesterday's update was to r337738, and was uneventful for each of > the four environments. > > Today's was to r337834, and was uneventful for the build machine (both > Forth and Lua loaders -- though there remains no means of interacting > with the loader on the build machine if it's booted using the Lua > loader). > > The laptop had no issues using the Forth loader, but the boot process > was ... severely abbreviated ... using the Lua loader. > > I don't have a serial consoloe on the laptop, so I snapped a photo; it > may be found at > . > > As the name suggests, the final message was: > > BTX halted > > at which point, I found no way to get the laptop to respond to anything > but a power cycle. Interesting. It seems to have died in the middle of loading a module... any insight into what that module may have been? Any way to hack beastie_disable="YES" into loader.conf(5) and see if that changes things? The only real change in lualoader in the past day was the update to 5.3.5 and removal of some float stuff- the former was pretty tiny, and the latter was unused cruft anyways. Thanks, Kyle Evans