From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 25 11:06:32 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC8CED46 for ; Wed, 25 Sep 2013 11:06:32 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 821492C32 for ; Wed, 25 Sep 2013 11:06:32 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id q59so5753846wes.6 for ; Wed, 25 Sep 2013 04:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4FRA2/SC4Exj7A03c8PDNk+Rh8J1YvBE7GLDH09LaK4=; b=AOnsxBAKxQ0cAcblJoOAH9BrurnFLPIUBPnOUhI9j/YrzJRLRpL6133VMKgk6P74qn QRDhNGH4glKfEuXnTaj/TxKKfqxQEIQ0Yz0f3vgnkUig8QdeknjIEcQBqB9/HO8GopxV uNl1T6iii9IkUjnHpSBI37LOTRVwXZxGu/4bE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4FRA2/SC4Exj7A03c8PDNk+Rh8J1YvBE7GLDH09LaK4=; b=bAY/sU7Cnq5gU73dE+woui1GgGbhfLLk07J9DggZeB20d7bLHRMlhqLuLkor8r0Zza oeciBtdzBuzMqu+u6G5CglHSLqwiKq47b8eMVyHYb/idkVn6IGapyMtWR+ivKLJPQoGq 5+5Ui9xr1PfzUqbyWpxiL/OdKonmYS+KOPngyjxXN84sWBVkFRdEO9j8XIcKPfU2HSzz 7tCw5GQi2dng9nsUZhWaC9FPTszC+xsfIChrtpU3Fk+WsqzC942asWqJA48eLXOCuM95 3Gak4h4LsvHBWxTSj3rhQ6blsJtWxKYGS13X+UVThYyaTSS8Dxc2eiWT8Jym2M9p47Y/ KeQA== X-Gm-Message-State: ALoCoQlN9V7Sfx5YJZHYsBDGTcEzXfvPMw7kD6zBvIxyKpTimR/psfPL3EkWaecBNW+LIaTgboC4 MIME-Version: 1.0 X-Received: by 10.194.88.40 with SMTP id bd8mr1025839wjb.56.1380107190412; Wed, 25 Sep 2013 04:06:30 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.216.212.70 with HTTP; Wed, 25 Sep 2013 04:06:30 -0700 (PDT) X-Originating-IP: [80.123.233.199] In-Reply-To: <929a7e24-7b75-482b-828c-89a093b37f58@email.android.com> References: <5235FDD6.9030400@gmail.com> <929a7e24-7b75-482b-828c-89a093b37f58@email.android.com> Date: Wed, 25 Sep 2013 13:06:30 +0200 X-Google-Sender-Auth: KOFcHyJHUFINRtEddybcn10G9Cc Message-ID: Subject: Re: Virtualbox "Settings" don't show any window (FreeBSD-10 current) From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: "Miguel C." Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-emulation@freebsd.org" 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: Wed, 25 Sep 2013 11:06:33 -0000 On Wed, Sep 25, 2013 at 3:44 AM, Miguel C. wrote: > > Alpha 2 is not an option, please see: http://lists.freebsd.org/pipermail/freebsd-current/2013-September/044792.html > > However I've updated to r255788, recompiled and now I get a Segmentation fault trying to run VirtualBox...var/messages only shows that the process exited on signal 11... where else can I see more info? Signal 11 is SIGSEGV (segmentation violation) so a coredump and stacktrace would help. Since virtualbox is a suid root binary no coredump is created per default. You need to set: sysctl kern.sugid_coredump=1 and then start virtualbox and let it crash. Then you should get a coredump that you can open with gdb and obtain a stacktrace. Something like: gdb /usr/local/lib/virtualbox/VirtualBox VirtualBox.core in the interactive prompt type: "backtrace" and send us the stacktrace. -- Bernhard Froehlich http://www.bluelife.at/