Please read the http://frugalware.org/docs/bugs page if you are new to bugreporting!
FS#2875 - Virtualbox crashes with segmentation fault
Attached to Project:
Frugalware
Opened by Wacha, Andras (awacha) - Monday, 17 March 2008, 11:23 GMT+2
Last edited by crazy (bugs) - Wednesday, 14 May 2008, 22:35 GMT+2
Opened by Wacha, Andras (awacha) - Monday, 17 March 2008, 11:23 GMT+2
Last edited by crazy (bugs) - Wednesday, 14 May 2008, 22:35 GMT+2
|
DetailsAs Virtualbox was rebuilt lately (1.5.6_1-3), I cannot run my virtual machines: The VBox gui comes up, but as I try to execute a virtual machine, the originally black window flashes up for a second but the BIOS splash screen (with the logo of innotek) does not come up. When running virtualbox from a console, the output says "segmentation fault".
Creating a new virtual machine and running it does not succeed either. I attach the VBox.log file. What information should I attach to help your work? Many thanks for your fast help in advance. |
This task depends upon
embedwinxp-2008-03-17-11-17-5...
strace -o vbox.txt virtualbox ( from console ) , make it crash and attach the text file in here.
Thx
I've joined my strace file : vbox-nosegfault.txt.
Regards
$ cd /usr/lib/VirtualBox
$ export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
$ strace -o ~/vboxsvc.txt ./VBoxSVC&
$ strace -o ~/vbox.txt ./VirtualBox
And tried without admin interface:
$ strace -o ~/vboxmanage.txt ./VBoxManage startvm "RuimXP"
The results, including some dmesg with the segfaults at VBoxREM.so, are attached.