Date: Mon, 10 Jul 2017 13:00:05 -0700 From: Mark Johnston <markj@FreeBSD.org> To: =?iso-8859-1?Q?Jos=E9_G=2E?= Juanino <jjuanino@gmail.com> Cc: David Boyd <DBoyd@secc.org>, "David.Boyd49@twc.com" <David.Boyd49@twc.com>, "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>, kib@FreeBSD.org, re@FreeBSD.org Subject: Re: [SOLVED] Re: Panic with FreeBSD 11.0-RC2 VM-IMAGE when starting vboxservice Message-ID: <20170710200005.GA82530@wkstn-mjohnston.west.isilon.com> In-Reply-To: <20170710194750.xwuopzrwapnh3c6k@riemann> References: <1499636909729.64073@secc.org> <20170710192441.3wglwfwv7jpnt7tb@riemann> <20170710194750.xwuopzrwapnh3c6k@riemann>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 10, 2017 at 09:47:50PM +0200, José G. Juanino wrote: > El Monday 10 de July a las 21:24:41 CEST, José G. Juanino escribió: > >El Sunday 09 de July a las 23:48:29 CEST, David Boyd escribió: > >>With latest VM-IMAGE (vmdk) for 11.1-RC2 system panics. I haven't > >>been able to process the panic completely, but the backtrace looks > >>mysteriously similar to those provided with PR219146. > >> > >> > >>Initially, the VM-IMAGE booted just fine. The VM-IMAGE is then > >>configured as a VirtualBox client. The panic occurs on subsequent > >>reboots when attempting to start vboxservice. > >> > >> > >>Additionally, during the custom configuration process, lsof hangs > >>for more than 2 minutes each time that it is invoked. > >> > >> > >>Please let me know exactly what information is needed to correct > >>this problem. I will be able to provide that information no later > >>than Tuesday morning. > >> > > > >Hi, I am also suffering this panic. > > > >I use everyday my Windows 7 host Virtualbox with a FreeBSD guest. I > >upgraded from 11.0 -> 11.1-BETA1 -> 11.1-BETA2 -> 11.1-RC1 with no > >issues. > > > >But after to upgrade to 11.1-RC2, the system panics just after to > >start vboxservice. I have disabled the service at boot in > >/etc/rc.conf, but it does not help: the system crashes just after > >"service vboxservice start" command. > > > >You can get a full crash dump here: > > > >https://pastebin.com/MkxS9GZn > > > >At this moment, I am going to rebuild the virtualbox-ose-additions > >port (running 11.1-RC2) and I will let you know if there is some > >difference. > > I confirm that after rebuild virtualbox-ose-additions port, the panic > goes away. Regards. I suspect that this is a result of r320763. That change removed a field from struct vm_map_entry, which is embedded in struct vm_map. Virtualbox does not reference the fields of struct vm_map directly, but it does call vm_map_pmap(), which is an inline accessor.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170710200005.GA82530>