From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 30 18:25:44 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38F5A106567C for ; Tue, 30 Aug 2011 18:25:44 +0000 (UTC) (envelope-from falkman@gamozo.org) Received: from fireblade.netcore2k.net (fireblade.netcore2k.net [92.48.127.72]) by mx1.freebsd.org (Postfix) with ESMTP id B3E278FC0A for ; Tue, 30 Aug 2011 18:25:43 +0000 (UTC) Received: by fireblade.netcore2k.net with ESMTP id p7UHwNAG020258 for ; Tue, 30 Aug 2011 18:58:24 +0100 Message-ID: <4E5D24D7.6000808@gamozo.org> Date: Tue, 30 Aug 2011 13:58:47 -0400 From: Brandon Falk User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: VirtualBox fails to start (NS_ERROR_ABORT) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 30 Aug 2011 18:25:44 -0000 Hello, I've had an issue on numerous revs of FreeBSD 9 where VirtualBox fails with NS_ERROR_ABORT, and VBoxSVC segfaults. As a developer myself, I wanted to find the bug, so I built VirtualBox with debug symbols, and the issue is gone. Makes debugging quite hard... My system is built with clang right now, but I was having the same issue with precompiled packages (kernel still clang). Nevertheless, building with debug on makes it work somehow. Perhaps there is an issue with optimizations or some other crazy issue? Anyone else have this issue? FreeBSD 9.0-BETA2 r225251 -Brandon Falk