Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 11:27:40 -0400
From:      Glen Barber <glen.j.barber@gmail.com>
To:        rjk@wintek.com
Cc:        ports@freebsd.org
Subject:   Re: VirtualBox regression in the ports tree
Message-ID:  <4ad871310906160827rfd07960tc992bdb7443a5ed5@mail.gmail.com>
In-Reply-To: <4A37AE42.8070400@wintek.com>
References:  <20090611194557.GC98175@bsdcrew.de> <4A37AE42.8070400@wintek.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 16, 2009 at 10:37 AM, Richard Kuhns<rjk@wintek.com> wrote:
> Martin Wilke wrote:
> ...
>
>> =A0 =A0http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz
>>
>> =A0Happy Testing!
>
> This worked perfectly when built and installed under 7.2-STABLE (i386) as=
 of a
> couple of days ago.
>
> I just uninstalled it, and built and installed VirtualBox in the ports tr=
ee. My
> machine paniced when I tried to kldload vboxdrv (running X, so I couldn't=
 see
> the message(s)).

Take a look in /var/crash for a 'vmcore.N' dump.  If it exists, you
can get debugging information by doing:

cd /usr/obj/usr/src/sys/MYKERNEL
kgdb kernel.debug /var/crash/vmcore.N (replacing 'N' with the latest
crash file number).

To get the backtrace, type 'bt' in kgdb.

Full debugging information can be found at:

http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html



--=20
Glen Barber



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ad871310906160827rfd07960tc992bdb7443a5ed5>