From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 8 03:14:09 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DC4273BE for ; Mon, 8 Jul 2013 03:14:09 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 79B8D13A7 for ; Mon, 8 Jul 2013 03:14:09 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id h15so2657765eak.28 for ; Sun, 07 Jul 2013 20:14:08 -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 :content-type; bh=CHBSg6E5sjd0fXF9iH+gAnTdDx3Tv77KqI0LXMi2L8w=; b=zudnx7sAEDgRXjHQ0kjU6Q+0ID0mO0njJ5YYnRxlnvBBi2wui69shlLjC15OpMFwuc fp1wuY/lbW7I4eSSlr0+XLujvGsSP7/3zgBxxC/WjiU35HnMTOINZPUuxxxfaPd0/06e ZwXcv+O4EauDnST5wg51nqx9ht14XTfkp3f2oVqaReCXFoegppxhtMk0RMqLs4LNwDxK YpES1ct/ygq0JaVFyzsxaaQieeCKknXoIrobTLI0PZQScJAZ1ZHARlu0LHGSqd8k7EEX ZPFuTB5hIIhip5aghrO9PbvSpSrzXMeSyFPzBv11dH7lppuloLDqDQkAdounLLkUNrSw +MNQ== MIME-Version: 1.0 X-Received: by 10.14.48.77 with SMTP id u53mr22219343eeb.154.1373253248657; Sun, 07 Jul 2013 20:14:08 -0700 (PDT) Received: by 10.14.119.203 with HTTP; Sun, 7 Jul 2013 20:14:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 7 Jul 2013 20:14:08 -0700 Message-ID: Subject: Re: Virtualbox deadlocks on starting guest From: hiren panchasara To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 03:14:09 -0000 Anyone? any pointers to debug this? cheers, Hiren On Sat, Jul 6, 2013 at 12:28 PM, hiren panchasara wrote: > Hi all, > > I have: > > flymockour-l7% uname -a > FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT > #4 r252757M: Thu Jul 4 23:06:03 PDT 2013 > root@flymockour-l7.corp.yahoo.com:/usr/obj/usr/home/hirenp/head/sys/GENERIC > amd64 > flymockour-l7% > flymockour-l7% pkg info | grep -i virtualbox > virtualbox-ose-4.2.14_1 A general-purpose full virtualizer for > x86 hardware > virtualbox-ose-kmod-4.2.14 VirtualBox kernel module for FreeBSD > flymockour-l7% > flymockour-l7% groups > wheel operator vboxusers fuse > > flymockour-l7% kldstat | grep -i vbox > 12 1 0xffffffff82a60000 519b8 vboxdrv.ko > flymockour-l7% kldstat | grep -i vmm > 11 1 0xffffffff828dd000 182c50 vmm.ko > flymockour-l7% > > I start virtualbox as myself (not root) from cli and whenever I try to > launch any guest (be it freebsd, ubuntu or windows) laptop deadlocks > right away and I have to hard reset. > > This has been happening for many months but now I have decided to sit > down and fix it. > > I believe I am missing something simple as I do not see any other such reports. > > cheers, > Hiren