Date: Sun, 16 Dec 2018 20:08:46 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234039] bhyve: NetBSD/i386 8.0 fails to boot Message-ID: <bug-234039-227-CfjkeoLvXC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234039-227@https.bugs.freebsd.org/bugzilla/> References: <bug-234039-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234039 --- Comment #2 from Santhosh Raju <santhosh.raju@gmail.com> --- I had a quick look at it by doing an objdump -d=20 c091f82d: e8 a5 32 fa ff call c08c2ad7 <sysctl_createv> 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 <vntblinit>: 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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234039-227-CfjkeoLvXC>