Date: Fri, 04 Oct 2013 18:13:44 +0100 From: "Miguel C." <miguelmclara@gmail.com> To: Piotr Kubaj <pkubaj@riseup.net>,freebsd-emulation@freebsd.org Subject: Re: VirtualBox segfaults on 10.0-CURRENT Message-ID: <e4fa1291-e7c3-4ee7-89f3-97083230309c@email.android.com> In-Reply-To: <524EF2FA.9040200@riseup.net> References: <524EF2FA.9040200@riseup.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I have a similar report in the list... I'm able to run VirtualBox with sudo -u myuser had a workarround. But I'm not sure why it works. Piotr Kubaj <pkubaj@riseup.net> wrote: >I've upgraded recently from 9.2-RELEASE to 10.0-CURRENT. At first, >VirtualBox reported the lack of /usr/lib/libstdc++.so.6, even though it >was compiled with lang/gcc (it was after WITHOUT_GCC and WITHOUT_GNUCXX >became default for amd64). Then, I've tried to buildworld with WITH_GCC >and WITH_GNUCXX and build VirtualBox with base gcc, but it reports an >error. After that and starting with a fresh test user, VirtualBox >started to segfault, without any *.core files. When I try to run >VBoxManage createvm, it reports: >~/ VBoxManage createvm >VBoxManage: error: Failed to create the VirtualBox object! >VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted >(extended info not available) >VBoxManage: error: Most likely, the VirtualBox COM server is not >running >or failed to start. > >Rebuilding with default options doesn't help. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 4 17:21:36 2013 Return-Path: <owner-freebsd-emulation@FreeBSD.ORG> 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 9D5C8B00 for <freebsd-emulation@freebsd.org>; Fri, 4 Oct 2013 17:21:36 +0000 (UTC) (envelope-from pkubaj@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C4F62AAB for <freebsd-emulation@freebsd.org>; Fri, 4 Oct 2013 17:21:36 +0000 (UTC) Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 638A35099B; Fri, 4 Oct 2013 10:21:35 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj@fulvetta.riseup.net) with ESMTPSA id 7B58214E Message-ID: <524EF90F.3030200@riseup.net> Date: Fri, 04 Oct 2013 19:21:19 +0200 From: Piotr Kubaj <pkubaj@riseup.net> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "Miguel C." <miguelmclara@gmail.com>, freebsd-emulation@freebsd.org Subject: Re: VirtualBox segfaults on 10.0-CURRENT References: <524EF2FA.9040200@riseup.net> <e4fa1291-e7c3-4ee7-89f3-97083230309c@email.android.com> In-Reply-To: <e4fa1291-e7c3-4ee7-89f3-97083230309c@email.android.com> X-Enigmail-Version: 1.5.2 OpenPGP: id=11B1F63E Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="D3negxKGJLl6JPuhSQad8fskHm4BsDdig" X-Virus-Scanned: clamav-milter 0.97.8 at mx1 X-Virus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems <freebsd-emulation.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-emulation>, <mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation> List-Post: <mailto:freebsd-emulation@freebsd.org> List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, <mailto:freebsd-emulation-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Oct 2013 17:21:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --D3negxKGJLl6JPuhSQad8fskHm4BsDdig Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/04/2013 19:13, Miguel C. wrote: > > I have a similar report in the list... I'm able to run VirtualBox with > sudo -u myuser had a workarround. But I'm not sure why it works. > > > Piotr Kubaj <pkubaj@riseup.net> wrote: > > I've upgraded recently from 9.2-RELEASE to 10.0-CURRENT. At first, > VirtualBox reported the lack of /usr/lib/libstdc++.so.6, even thoug= h it > was compiled with lang/gcc (it was after WITHOUT_GCC and WITHOUT_GN= UCXX > became default for amd64). Then, I've tried to buildworld with WITH= _GCC > and WITH_GNUCXX and build VirtualBox with base gcc, but it reports = an > error. After that and starting with a fresh test user, VirtualBox > started to segfault, without any *.core files. When I try to run > VBoxManage createvm, it reports: > ~/ VBoxManage createvm > VBoxManage: error: Failed to create the VirtualBox object! > VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation abo= rted > (extended info not available) > VBoxManage: error: Most likely, the VirtualBox COM server is not ru= nning > or failed to start. > > Rebuilding with default options doesn't help. > > > --=20 > Sent from my Android device with K-9 Mail. Please excuse my brevity.=20 Thanks, VB window shows up, but with a Critical Error, same as before - Failed to create the VirtualBox COM object. The application will now terminate. Callee RC: =09 NS_ERROR_ABORT (0x80004004) --D3negxKGJLl6JPuhSQad8fskHm4BsDdig Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSTvkPAAoJEC9nKukRsfY+vBUQAJDy5rME9gkVFdk3CoOG1vKK VIeu4MjgIWQoizIHOLTzep3QTyU6TQG/fNcw4qw9XdT7t2WxJ19ZOHl5w1BLI2+9 X9O5bnA6RCsYwZ627s0eOOCaoxdDbCQabF00AmEUbyTXOB/63QdCeNzwVAZL95DR NqJniObvdZryQKBkUjY2Hn9TG8YRO8psVXMef7KZhvySM9OIXpCpt28PHSl0PkOD XY/d8k0HIezeggSv8T9ZQmU7KmTb76uYxBZmFD66HVgPWyG0wgn+WahPBHT/G15F zcamqgujzBlr7e7NFOG2M7tQ6lxaq+e5poEPQZ4H4urueGvJx2m4x/0Shx07dJ3k L/axAnu5J3X+5I+igzt6lATtV/VCpztxRGnyd3LmyDmGGaCY7wrg/FIohvrO8cUb LdYyQhSPlVfPJIJKKynpmkj6kryM5rzCTNaypIuZh4amWc0PMgnljqkJ9jhm+z/w iVqX87MH6wJGp22JThOQ6U/PCAnwMUO7FaTCZamzoMOk2kZvQhZ9VVYxgzNJEWN6 ky3B20eSTbgpRMtuL6QAMK5isskNpmqQWjkeLoBqhBPFara5OdAZJ8SLGRQg3yph eNmjJvjSEC6TT3rziAJ/ySvuRHSXY2dJfR39lhW/IWpzFZBKp8efXzE0HzeqNdhY /xrSmucYV3OZ8B0SE0Kw =hSaY -----END PGP SIGNATURE----- --D3negxKGJLl6JPuhSQad8fskHm4BsDdig--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e4fa1291-e7c3-4ee7-89f3-97083230309c>