From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 6 19:58:56 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 5D8055D9 for ; Sun, 6 Jan 2013 19:58:56 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-we0-f175.google.com (mail-we0-f175.google.com [74.125.82.175]) by mx1.freebsd.org (Postfix) with ESMTP id EB6F615E7 for ; Sun, 6 Jan 2013 19:58:55 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id z53so9458002wey.34 for ; Sun, 06 Jan 2013 11:58:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=zgAVTzLyLzJDT9BlpFScl1EqUHQgRbJgWCMIorRwk0s=; b=f8HRJN/8BOYdZM7aDYTBz5iMDvJX7jOOmxsADogj8gt937/KQgnQKM4D1aMlVsc23G DK0XRFE9EkUCh1VTzjtscVAuM/uj3btlLFhICOoUBgho508kOoaJq9fNV1TEVAsbB0BN eKD9O0c24lbETRq9rhmKB6K+BVVbUOdkXrRmuh8yPpyin5gou+1BIzG9xTnMZDvaU524 Ji0Ujh9kfZhTZCfEjtnQ9EW/Q/PUzojwGijnKEI5IbDEVDSQgnx3LI9qLMHmbab4NKn8 +uDhWs6NIz+vunpopPIRm7mJSkobYEY5k8uiwlps5D+n6+8rRV1L9QALdz+/FbjZEsru X8zA== MIME-Version: 1.0 X-Received: by 10.180.82.69 with SMTP id g5mr6109822wiy.21.1357502006744; Sun, 06 Jan 2013 11:53:26 -0800 (PST) Received: by 10.216.100.194 with HTTP; Sun, 6 Jan 2013 11:53:26 -0800 (PST) In-Reply-To: References: Date: Sun, 6 Jan 2013 13:53:26 -0600 Message-ID: Subject: Re: emultors/virtualbox-ose crash From: Brandon Gooch To: Larry Rosenman Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 06 Jan 2013 19:58:56 -0000 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 > Phone: +1 214-642-9640 (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 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