From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 5 01:23:39 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4A1A2AE8 for ; Sat, 5 Jan 2013 01:23:39 +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 EDF931F1 for ; Sat, 5 Jan 2013 01:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-Type:MIME-Version:Message-ID:Subject:To:Sender:From:Date; bh=EexdRnonSSug+p5aJUUncwBRa+r3ZrHS8OLPNTnHrUo=; b=UatVKV5OXwk67MmCqii3eJRQ4Y6AcZE4BLUuDS0aS/36DAB8c9zGw3KTmKWK+urrT3hVC9N56EoD1JvEebn8XoLWKKRE7HHqC/latLq2OjCI8EM6+8maft89wUoHsB2fiInTY6Xzmeimlp0tT4A1mDG3zEOgPa6bbsM2hfKBhSI=; Received: from cpe-72-182-19-162.austin.res.rr.com ([72.182.19.162]:19548 helo=borg) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TrIU4-000Oki-G5 for freebsd-emulation@freebsd.org; Fri, 04 Jan 2013 19:23:38 -0600 Date: Fri, 4 Jan 2013 19:23:33 -0600 (CST) From: Larry Rosenman Sender: ler@borg To: freebsd-emulation@freebsd.org Subject: emultors/virtualbox-ose crash Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII 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 X-LERCTR-Spam-Report: SpamScore (-2.9/5.0) ALL_TRUSTED=-1,BAYES_00=-1.9 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: Sat, 05 Jan 2013 01:23:39 -0000 I've got the Port installed, driver loaded, and I've cleaned out all my .VirtualBox directories. Trying to do anythine with it garners: $ VBoxManage createvm --name testMachine --ostype FreeBSD_64 --register 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. $ ls *core VBoxSVC.core $ pwd /home/ler $ gdb -c VBoxSVC.core VBoxSVC GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...VBoxSVC: No such file or directory. /home/ler/VBoxSVC.core: Permission denied. (gdb) $ sudo gdb -c VBoxSVC.core VBoxSVC Password: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Core was generated by `VBoxSVC'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/virtualbox/VBoxDDU.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxDDU.so Reading symbols from /usr/local/lib/virtualbox/VBoxRT.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxRT.so Reading symbols from /usr/local/lib/virtualbox/VBoxXPCOM.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxXPCOM.so Reading symbols from /usr/local/lib/libpng15.so.15...done. Loaded symbols for /usr/local/lib/libpng15.so.15 Reading symbols from /lib/libz.so.6...done. Loaded symbols for /lib/libz.so.6 Reading symbols from /usr/lib/libstdc++.so.6...done. Loaded symbols for /usr/lib/libstdc++.so.6 Reading symbols from /lib/libm.so.5...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libgcc_s.so.1...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /lib/libthr.so.3...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /usr/local/lib/libiconv.so.3...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /usr/lib/librt.so.1...done. Loaded symbols for /usr/lib/librt.so.1 Reading symbols from /usr/lib/libssl.so.7...done. Loaded symbols for /usr/lib/libssl.so.7 Reading symbols from /lib/libcrypto.so.7...done. Loaded symbols for /lib/libcrypto.so.7 Reading symbols from /usr/local/lib/libxml2.so.5...done. Loaded symbols for /usr/local/lib/libxml2.so.5 Reading symbols from /usr/local/lib/libcurl.so.6...done. Loaded symbols for /usr/local/lib/libcurl.so.6 Reading symbols from /usr/lib/libsupc++.so.1...done. Loaded symbols for /usr/lib/libsupc++.so.1 Reading symbols from /usr/local/lib/virtualbox/components/VBoxXPCOMIPCC.so...done. Loaded symbols for /usr/local/lib/virtualbox/components/VBoxXPCOMIPCC.so Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 ~XmlFileParser (this=0x0) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/r3/xml.cpp:1576 1576 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/r3/xml.cpp: No such file or directory. in /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/r3/xml.cpp [New Thread 803c0dc00 (LWP 100779/VBoxSVC)] [New Thread 803c0d000 (LWP 100778/VBoxSVC)] [New Thread 803c0cc00 (LWP 100777/VBoxSVC)] [New Thread 803c06400 (LWP 100721/VBoxSVC)] (gdb) bt #0 ~XmlFileParser (this=0x0) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/r3/xml.cpp:1576 #1 0x000000000059a8ec in ConfigFileBase (this=, pstrFilename=0x804826320) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Main/xml/Settings.cpp:344 #2 0x00000000005b0977 in MainConfigFile (this=0x8048551c0, pstrFilename=0x804826320) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Main/xml/Settings.cpp:1270 #3 0x000000000057da46 in VirtualBox::init (this=0x80481f080) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Main/src-server/VirtualBoxImpl.cpp:414 #4 0x00000000005d35f1 in VirtualBoxConstructor (aOuter=, aIID=@0x803c22648, aResult=0x7fffffbdce80) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Main/src-server/xpcom/server.cpp:540 #5 0x0000000801141cf5 in nsGenericFactory::CreateInstance (this=0x0, aOuter=0x79c, aIID=@0x7fffffbdb8a0, aResult=0x7fffffbdb898) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/xpcom/glue/nsGenericFactory.cpp:82 #6 0x0000000801107564 in nsComponentManagerImpl::CreateInstance (this=0x803c1b380, aClass=, aDelegate=0x0, aIID=@0x803c22648, aResult=0x7fffffbdce80) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp:1876 #7 0x00000008040168c5 in ipcDConnectService::OnSetup (this=0x803c48500, peer=2, setup=0x803c22640, opLen=) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp:3655 #8 0x0000000804017178 in ipcDConnectService::OnIncomingRequest (this=, peer=, op=, opLen=) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp:3626 #9 0x0000000804017388 in DConnectWorker::Run (this=0x803c4d1e0) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp:2952 #10 0x000000080110f40b in nsThread::Main (arg=0x80440f040) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/xpcom/threads/nsThread.cpp:118 #11 0x0000000801141321 in _pt_iprt_root (Thread=, pvUser=) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c:224 #12 0x0000000800d9ab1c in rtThreadMain (pThread=0x803c24c00, NativeThread=, pszThreadName=) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/common/misc/thread.cpp:698 #13 0x0000000800de87eb in rtThreadNativeMain (pvArgs=) at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/r3/posix/thread-posix.cpp:302 #14 0x0000000802275413 in pthread_create () from /lib/libthr.so.3 #15 0x0000000000000000 in ?? () (gdb) quit $ and it appears it's not handling the lack of the XML config file. Can someone(tm) help me? virtualbox-ose-4.2.6 A general-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-4.2.6 VirtualBox kernel module for FreeBSD -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893