emultors/virtualbox-ose crash

Larry Rosenman ler at lerctr.org
Sat Jan 5 01:23:39 UTC 2013


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=<value optimized out>, 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=<value optimized out>, 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=<value optimized out>, 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=<value optimized out>)
     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=<value optimized out>, peer=<value optimized out>, op=<value optimized out>, opLen=<value optimized out>)
     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=<value optimized out>, pvUser=<value optimized out>)
     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=<value optimized out>, pszThreadName=<value optimized out>)
     at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/Runtime/common/misc/thread.cpp:698
#13 0x0000000800de87eb in rtThreadNativeMain (pvArgs=<value optimized out>)
     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 at lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


More information about the freebsd-emulation mailing list