From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 25 14:35:47 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37FC81F8; Wed, 25 Sep 2013 14:35:47 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 920F62A1E; Wed, 25 Sep 2013 14:35:46 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id cb5so5527810wib.9 for ; Wed, 25 Sep 2013 07:35:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=vzr2s51vXSlemdN7CAXkrv5M3opkM7FuvN6o7jBOs5o=; b=V13jdqp/gPccBKsXomIt6vS+HD2nPjTt98BBvCgqPPMCRvdxPGK4RCTMwNUpI8yX7e 1RFRKdvwIcQTX8c58Zt017AKT8pVpITMRfqnBXIlSUe7uNRNnuohrz0fuadWU1jow8tq 9ekf6rKVA0MUnIaB4OWnOcYVvqrgK4sgZePR8EodVNfLnCUDLZMoqgy+gviRDVMbxDDd EXaWyMZUiM57SxCZ/T9nF8WLSXJyJlXdrX75RQHKkTfdlFv4Y4rxXXP3Y01tjhSjM3A5 BulK0yPI2v2g/CzdPWfzOao2ZAhZjEcQNNC47AMnlzn6VJi5udYI0Ph+DBXk7mIw3Pcl 2rlQ== X-Received: by 10.194.202.230 with SMTP id kl6mr28129451wjc.9.1380119744847; Wed, 25 Sep 2013 07:35:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Wed, 25 Sep 2013 07:35:24 -0700 (PDT) In-Reply-To: References: <5235FDD6.9030400@gmail.com> <929a7e24-7b75-482b-828c-89a093b37f58@email.android.com> From: Miguel Clara Date: Wed, 25 Sep 2013 14:35:24 +0000 Message-ID: Subject: Re: Virtualbox "Settings" don't show any window (FreeBSD-10 current) To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 14:35:47 -0000 Here it goes (I'm not sure if this is the expected output though, because I see a "permission denied" there... The file permission for VirtualBox are odd, and if I change then it won't run at all. % gdb /usr/local/lib/virtualbox/VirtualBox VirtualBox.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd".../usr/local/lib/virtualbox/VirtualBox: Permission denied. Core was generated by `VirtualBox'. Program terminated with signal 11, Segmentation fault. #0 0x0000000000000000 in ?? () (gdb) backtrace #0 0x0000000000000000 in ?? () #1 0x0000000800afd042 in ?? () #2 0x0000000801dda9c0 in ?? () #3 0x00007fffffffacf0 in ?? () #4 0x0000000000000000 in ?? () On Wed, Sep 25, 2013 at 11:06 AM, Bernhard Fr=F6hlich wr= ote: > 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 Segmentatio= n > 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 stacktrac= e > would help. Since virtualbox is a suid root binary no coredump is created > per > default. > > You need to set: > > sysctl kern.sugid_coredump=3D1 > > and then start virtualbox and let it crash. Then you should get a coredum= p > 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/ >