Frugalware

Please read the http://frugalware.org/docs/bugs page if you are new to bugreporting!
Tasklist

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
Task Type Bug Report
Category Graphical applications
Status Assigned
Assigned To Janos Kovacs (janny)
crazy (bugs)
Operating System i686
Severity Medium
Priority Normal
Reported Version -current
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 2
Private No

Details

As 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

Comment by crazy (bugs) - Thursday, 20 March 2008, 16:24 GMT+2
Please do this :

strace -o vbox.txt virtualbox ( from console ) , make it crash and attach the text file in here.

Thx
Comment by Francois Biot (hsaturn) - Monday, 31 March 2008, 15:01 GMT+2
Same for me, without segfault.

I've joined my strace file : vbox-nosegfault.txt.

Regards
Comment by Ridai Govinda Pombo (beholder) - Friday, 09 May 2008, 22:53 GMT+2
I've tried using strace directly on VBoxSVC, VirtualBox and VBoxManage on the console, like this:
$ 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.
Comment by Ridai Govinda Pombo (beholder) - Wednesday, 14 May 2008, 14:57 GMT+2
Another new version of virtualbox that still doesn't work: 1.5.6_1-8.

Loading...