Kernel panic CURRENT r248596 at virtualbox-ose-kmod module load

Konstantin Belousov kostikbel at gmail.com
Sun Mar 24 12:05:11 UTC 2013


On Sat, Mar 23, 2013 at 01:26:27PM +0200, Ivan Klymenko wrote:
> I have
> uname -a
> FreeBSD nonamehost 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r248596: Fri
> Mar 22 01:17:08 EET 2013
> ivan at nonamehost:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> I updated the ports tree to r314921 and recompiled virtualbox-ose-kmod
> 
> After load the module a have kernel panic.
> 
> Panic  String:  Lock  vm  object  not  exclusively   locked   @
> /usr/src/sys/vm/vm_page.c:1396
> 
> http://pkgupdate.nevosoft.ru/backtrace.txt

This looks like a vbox issue, the driver did not properly locked
the object passed to the vm_page_alloc_contig().

If you want this fixed, you probably need to look up the code yourself,
compiling the vbox kld with debugging, finding the offending call
to vm_page_alloc_contig() and looking around it to see which object is
passed and why it is not locked.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20130324/f5075f44/attachment.sig>


More information about the freebsd-ports mailing list