From owner-freebsd-current@freebsd.org Tue Mar 27 16:06:49 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 2D520F653BB for ; Tue, 27 Mar 2018 16:06:49 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD5CB6E7F1 for ; Tue, 27 Mar 2018 16:06:48 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd37.aul.t-online.de (fwd37.aul.t-online.de [172.20.27.137]) by mailout10.t-online.de (Postfix) with SMTP id 936DA41FE479 for ; Tue, 27 Mar 2018 18:06:41 +0200 (CEST) Received: from Stefans-MBP-7.fritz.box (XL5de2ZLghu68Nkpfy8HePM5PshSxYgkbOX0hRrJeU1fBT1byuUHM1WkuOGMRlNZX4@[87.151.209.250]) by fwd37.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1f0r7K-0U3YRc0; Tue, 27 Mar 2018 18:06:34 +0200 To: "" From: Stefan Esser Subject: Boot failure: panic: No heap setup Message-ID: <79d2bd72-f8b2-6476-9589-ebad9716698f@freebsd.org> Date: Tue, 27 Mar 2018 18:06:31 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-ID: XL5de2ZLghu68Nkpfy8HePM5PshSxYgkbOX0hRrJeU1fBT1byuUHM1WkuOGMRlNZX4 X-TOI-MSGID: 5d7f2276-2b8f-4809-93eb-f0e0bfd04470 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 27 Mar 2018 16:06:49 -0000 A few weeks ago I tried the LUA boot and found, that my kernel did not start (i.e. did not print the initial FreeBSD version line), but instead stopped with: panic: No heap setup I recovered by booting from an alternate boot device and kept my system running until today, where I decided to give the LUA boot another try. The boot failure happened again, with identical message: panic: No heap setup I tried booting a GENERIC kernel, but only rebuilding the boot loader (gptzfsloader in my case) without LUA support fixed the issue for me ... The system is -CURRENT (built today) on amd64 (not converted to UEFI, yet). Further information is available on request. For now, I'm back to booting with the Forth based loader ... STefan