From owner-freebsd-current@freebsd.org Thu May 9 22:19:31 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 5EADC158F4A4 for ; Thu, 9 May 2019 22:19:31 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BCD1843CF for ; Thu, 9 May 2019 22:19:30 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x49MJM59043423 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 10 May 2019 00:19:22 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1557440362; bh=YGF5pBaNgdq4wjYLc/rYeUrVkClfMzMTOTWWNTeF+HE=; h=Date:From:To:Subject; b=ozBew0V9hxBbG+jTdpnMWo66ibiVjb5CKg8slFS831fu0S9nxy0/hwytNFfCpoJNA FpkwhPvsxAePnq7mTlJ5pvvFBItO3SbNxAQ+XUfgiXBlxwzWYLS7oZJY1t/686Ep8b 6eEegjKRT4ytETfyfyc61pMymT4R0cvwFLxi6956Yuerw+OFA9Wb1eGU9Az0URyvgr 7ApMe0a3Y0jkAFcfVM9H0jI7M3YYfoPkDjtp3mrdfwsvJQma/bpSBAkIaDcsw21H5X 0QqXnoK+Rx+VPRqYnD6t1vVpmdm1aUTM6L3gZDiv7gpAQDbVaz1oo/eMZb4cl8IPkg 2arLIBgx9+c/A== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x49MJMwB043420 for ; Fri, 10 May 2019 00:19:22 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Fri, 10 May 2019 00:19:22 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-current@freebsd.org Subject: Panic in fbt_provide_module_function() on head amd64 r347403 Message-ID: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info 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: Thu, 09 May 2019 22:19:31 -0000 Host is Windows 7 x64 SP1. CPU is Core i7 960. Hypervisor is VirtualBox 6.0.6. VM is using UEFI. Kernel config is https://ximalas.info/~trond/create-zfs/canmount/VBOXGUEST-amd64-head Crash happens early during boot, right after launching the APs. fault virtual address = 0x0 [...] KDB backtrace: db_trace_self_wrapper() at vpanic() at panic() at trap_fatal() at trap_pfault() at trap() at calltrap() at -- trap 0xc, rip = 0xffffffff8196d63a, rsp = 0xffffffff8198d730, rbp = 0xffffffff8198d790 --- fbt_provide_module_function() at 0xffffffff8196d63a = fbt_provide_module_function+0x7a/frame 0xffffffff8198d790 link_elf_each_function_nameval() at 0xffffffff80822ae5 = link_elf_each_function_nameval+0x115/frame 0xffffffff8198d7e0 fbt_provide_module() at 0xffffffff8196c33e = fbt_provide_module+0xde/frame 0xffffffff8198dc10 fbt_linker_file_cb() at 0xffffffff8196c242 = fbt_linker_file_cb+0x12/frame 0xffffffff8198dc20 linker_file_foreach() at 0xffffffff807c47b7 = linker_file_foreach+0x67/frame 0xffffffff8198dc60 mi_startup() at 0xffffffff80786de6 = mi_startup+0x216/frame 0xffffffff8198dcb0 btext() at 0xffffffff8030da2c = btext+0x2c Uptime: 1s Previous BE is r346969 and works flawlessly. No dumpdev is enabled to capture the details this early during boot. Suggestions are welcome. -- Trond.