From owner-freebsd-emulation@FreeBSD.ORG Thu Dec 26 19:36:00 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 ESMTPS id ADD7CEBF for ; Thu, 26 Dec 2013 19:36:00 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80DB51CCB for ; Thu, 26 Dec 2013 19:36:00 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id md12so8464460pbc.7 for ; Thu, 26 Dec 2013 11:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=3/03UBq/FMh8ysIsUi9StnLpKuIFPovaoDHsZesoTzg=; b=FIj8dGqSZdtB1etTsPEKWYRIp6fTO7fZ4mH+eAbJMwNkLaJShu2ZMQ5jj0x3r8Owp6 fQrI7TwNFOJ4ZLMRUM5ZVmeShHaVCc6Ju1+Vw+J6MUgnU8ib2lkD+3bqcVpRW2JcHac0 7uf/KwNLGNJIfNos7xiDdiWUf5z9F0yREH1NEaFm08OGM89E7dYmR6+Zfsoa66FFzm9m +2TceZhmzmCp2QqNRjDAn5q4D/RmV0B0CMAZVv+2v8rmebiVrosWf+KSnL8QHFikdXPY pCqdki0YksyuZDZEieIkDU2z3tMr++fVLDxKKXTvqpGL7FPYK4LN3c048pZNk16hXw8v MgxQ== X-Received: by 10.68.164.131 with SMTP id yq3mr46311275pbb.56.1388086560114; Thu, 26 Dec 2013 11:36:00 -0800 (PST) Received: from [10.0.1.12] (ip72-209-165-165.ks.ks.cox.net. [72.209.165.165]) by mx.google.com with ESMTPSA id hw10sm57023224pbc.24.2013.12.26.11.35.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 11:35:59 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: virtualbox-ose segfaults on 10.0 From: Joe Maloney In-Reply-To: Date: Thu, 26 Dec 2013 13:35:57 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <38F30DDA-4E5E-441E-831A-1F8F8EC526DC@gmail.com> References: To: =?windows-1252?Q?Mika=EBl_Urankar?= X-Mailer: Apple Mail (2.1827) Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 26 Dec 2013 19:36:00 -0000 Indeed this this does fix the segfaulting for me on PCBSD. I=92ve also = been told that openjdk7 segfaults which uses gcc for compile. Perhaps = the issue is not just limited to virtualbox being compiled with gcc on = 10 as it was removed from base and is now only in ports? I am going to = test this theory with it as well. Thanks for your help. Joe Maloney On Dec 26, 2013, at 7:04 AM, Mika=EBl Urankar = wrote: > Hi, >=20 > I've already tried with gcc-4.8 to not avail. You can try the > virtualbox ports from Jung-uk Kim (see > = http://lists.freebsd.org/pipermail/freebsd-emulation/2013-December/011151.= html), > it works fine for me and there is no need to unsetenv QT_PLUGIN_PATH. >=20 > This problem occurs on all qt4 programs built with GCC. >=20 > Mika=EBl