Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2018 09:34:28 +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-pL2e8YMtfu@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 #4 from Santhosh Raju <santhosh.raju@gmail.com> ---
Apologies for the delay, but I finally managed to get a debug version of
NetBSD/i386 kernel compiled with symbols and got better information to pres=
ent
now

(gdb) info line  *(0xc091f843)
Line 856 of "/home/fox/projects/netbsd/src-i386/sys/kern/vfs_subr.c" starts=
 at
address 0xc091f832 <vntblinit+149> and ends at 0xc091f8a9 <vntblinit+268>.
(gdb) p vfsinit
$1 =3D {void (void)} 0xc0918f73 <vfsinit>

Having a look at the location in the above mentioned file

        sysctl_createv(clog, 0, &rnode, &cnode,
                        CTLFLAG_PERMANENT|CTLFLAG_READWRITE,
                        CTLTYPE_QUAD, "delay",
                        SYSCTL_DESCR("max time to delay syncing data"),
                        NULL, 0, &syncdelay, 0,
                        CTL_CREATE, CTL_EOL);

That is what I come across and it is in the function sysctl_vfs_syncfs_setu=
p().

Hopefully this is more helpful in your analysis.

--=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-pL2e8YMtfu>