From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 01:39:55 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAD9860C; Thu, 16 Apr 2015 01:39:55 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B6012F2; Thu, 16 Apr 2015 01:39:55 +0000 (UTC) Received: by lbbuc2 with SMTP id uc2so47499743lbb.2; Wed, 15 Apr 2015 18:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FhpmBI4QSawZTumLcJGMUVJWwlP3p+SpxOgi6/t/Yes=; b=avyt1uZ8TFWMJYLX+PRGX6I1c5+vHgqaM4zlberUO/EQ9YMsvtMzhhHyYtO1KJIzfu pgWS5gqG3iH7k6NJ1OY6zF5dYdlZZHbQUSAT5DLYAcCERv5dZnGjBXZkReSP5nAeOUUB 8Uuus7deJbVXSEkw8kWDlAMc+ZkO9jb3y94SISprcqzNyMew7d+R7jrFmp/lTBAlUb8V /PetBb39V3i8hzHMvKYesFSV+APL838G8cWQMVE3YWyOQHKNgUuBd68XL2Kgnipq8+MQ bryqgMg3HbGOy8jkq/f3BA8u6Ofc/D1z00saeOGpfUIAAWLJ3PS2EKjfms8876QBLghh 64xw== MIME-Version: 1.0 X-Received: by 10.152.27.35 with SMTP id q3mr26080354lag.24.1429148393271; Wed, 15 Apr 2015 18:39:53 -0700 (PDT) Received: by 10.112.241.107 with HTTP; Wed, 15 Apr 2015 18:39:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Apr 2015 22:39:53 -0300 Message-ID: Subject: Re: FreeBSD 11 is "kernel panic"ing when a vbox' machine stops (or starts if package version) From: Vinicius Abrahao To: freebsd-emulation@freebsd.org, vbox@freebsd.org Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 01:39:55 -0000 On Fri, Apr 3, 2015 at 9:51 PM, Vinicius Abrahao wrote: > Guys, > > I am testing some things in this environment. So i am happy > to announce that I find something that you may like: > > I am using FreeBSD 11 as a host [r280928:GENERIC amd64 ]. > So in '-current' > > Installed on it virtualbox 4.3.26 and tried to run a linux guest as > the virtual machine. > > > So, what is the trouble? > > 1) when I installed vbox from 'pkg install', the HOST machine > exits by KERNEL PANIC at the exactly time that I 'power up' > the guest machine. > > 2) when I installed vbox from 'make install', the HOST machine > exits by KERNEL PANIC at the exactly time that I 'power down' > the guest machine. > > Here is the crash.txt that I dumped at the kernel panic prompt. > https://gist.github.com/vinnix/819c210986da439136ef > looks like that kernel panic stopped to happen in this new/recent revision (r281569) and I also upgrade the packages with `pkg update && pkg upgrade`. thanks for the great work! best regards, Vinnix