From owner-freebsd-bugs@freebsd.org Sun Dec 16 20:08:48 2018 Return-Path: Delivered-To: freebsd-bugs@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 4E9D513398DF for ; Sun, 16 Dec 2018 20:08:48 +0000 (UTC) (envelope-from bugzilla-noreply@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 DD36A95054 for ; Sun, 16 Dec 2018 20:08:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A15F413398DE; Sun, 16 Dec 2018 20:08:47 +0000 (UTC) Delivered-To: bugs@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 8FEAC13398DD for ; Sun, 16 Dec 2018 20:08:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (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 "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E69495052 for ; Sun, 16 Dec 2018 20:08:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6D0931E3B4 for ; Sun, 16 Dec 2018 20:08:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGK8k4X009775 for ; Sun, 16 Dec 2018 20:08:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wBGK8koc009774 for bugs@FreeBSD.org; Sun, 16 Dec 2018 20:08:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234039] bhyve: NetBSD/i386 8.0 fails to boot Date: Sun, 16 Dec 2018 20:08:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: santhosh.raju@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 20:08:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234039 --- Comment #2 from Santhosh Raju --- I had a quick look at it by doing an objdump -d=20 c091f82d: e8 a5 32 fa ff call c08c2ad7 c091f832: c7 44 24 38 ff ff ff movl $0xffffffff,0x38(%esp) c091f839: ff c091f83a: c7 44 24 34 fd ff ff movl $0xfffffffd,0x34(%esp) c091f841: ff c091f842: c7 44 24 30 00 00 00 movl $0x0,0x30(%esp) c091f849: 00 c091f84a: c7 44 24 2c d8 56 19 movl $0xc11956d8,0x2c(%esp) c091f851: c1 c091f852: c7 44 24 24 00 00 00 movl $0x0,0x24(%esp) c091f859: 00 This part of the above code lies in the section starting with c091f79d : c091f79d: 55 push %ebp c091f79e: 89 e5 mov %esp,%ebp c091f7a0: 56 push %esi c091f7a1: 53 push %ebx c091f7a2: 83 ec 48 sub $0x48,%esp So my guess is the function name is "vntblinit" Let me know if you need more information from my side. --=20 You are receiving this mail because: You are the assignee for the bug.=