From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 6 21:07:06 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 87117CE6 for ; Sun, 6 Jan 2013 21:07:06 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id 385BE1864 for ; Sun, 6 Jan 2013 21:07:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=9U+kLScP4Ntv+JF+hBntfjzARWGLBAst9zg8hYYTMwE=; b=psyJ3oMFCHhWbit3N5fA9r7GGcBKjQQITw6He1BWcZqhdyXMAwMQT5J7ABbOL8r1KRXnUwlbxuVFuulU9uFKjHiWw2BQj0rF/hA/I+TkDqGidxsNdzXQvImWxiM/lp7Sb8i4ofVSUeybHDZaiCWLRnOUKnCrwgaAaeNznmmasg4=; Received: from localhost.lerctr.org ([127.0.0.1]:22406 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TrxQu-000KIE-JU; Sun, 06 Jan 2013 15:07:05 -0600 Received: from cpe-72-182-19-162.austin.res.rr.com ([72.182.19.162]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Sun, 06 Jan 2013 15:07:03 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sun, 06 Jan 2013 15:07:03 -0600 From: Larry Rosenman To: Brandon Gooch Subject: Re: emultors/virtualbox-ose crash In-Reply-To: References: Message-ID: <656bc13c56bc34a2be4221329150c3e0@webmail.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/0.8.4 X-Spam-Score: -2.9 (--) X-LERCTR-Spam-Score: -2.9 (--) X-Spam-Report: SpamScore (-2.9/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=0.001 X-LERCTR-Spam-Report: SpamScore (-2.9/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=0.001 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: Sun, 06 Jan 2013 21:07:06 -0000 On 2013-01-06 13:53, Brandon Gooch wrote: > On Sat, Jan 5, 2013 at 11:18 PM, Larry Rosenman > wrote: > >> On 2013-01-04 19:23, Larry Rosenman wrote: >> >>> I've got the Port installed, driver loaded, and I've cleaned out >>> all >>> my .VirtualBox directories. >> More info: >> If I compile it with the DEBUG option set, it works. >> >> I can provide access to the machine for anyone that wants to help >> me..... >> >> -- >> Larry Rosenman                     http://www.lerctr.org/~ler [1] >> Phone: +1 214-642-9640 [2] (c)     E-Mail: ler@lerctr.org >> >> US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 > > Hey Larry, > > You're hitting what I believe to be a symptom of clang 3.2 and its > mis-compiling libgcc: > > > http://lists.freebsd.org/pipermail/freebsd-current/2012-December/038766.html > [3] > > Try recompiling libgcc with CC=gcc and then rebuilding the VirtualBox > port. Let's see if that does the trick (I'll try it later myself, as > soon as I get a moment or two). > > -Brandon Did this, and you're correct. did: cd /usr/src/gnu/libgcc make CC=gcc clean make CC=gcc make CC=gcc install and then rebuilt emulators/virtualbox-ose withOUT the DEBUG option, and we work fine. # VBoxManage list Usage: VBoxManage list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| hostcpuids|hddbackends|hdds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| groups # VBoxManage list vms # VBoxManage list bridgedifs Name: em0 GUID: 00306d65-0000-4000-8000-003048f2299c DHCP: Disabled IPAddress: 192.168.200.4 NetworkMask: 255.255.255.0 IPV6Address: fe80:0000:0000:0000:0230:48ff:fef2:299c IPV6NetworkMaskPrefixLength: 64 HardwareAddress: 00:30:48:f2:29:9c MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-em0 Name: em1 GUID: 00316d65-0000-4000-8000-003048f2299d DHCP: Disabled IPAddress: 0.0.0.0 NetworkMask: 0.0.0.0 IPV6Address: IPV6NetworkMaskPrefixLength: 0 HardwareAddress: 00:30:48:f2:29:9d MediumType: Ethernet Status: Down VBoxNetworkName: HostInterfaceNetworking-em1 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893