[Solved] [not VirtualBox's bug] VBoxTestOGL --test 2D segaults
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
[Solved] [not VirtualBox's bug] VBoxTestOGL --test 2D segaults
at least I think it's VBoxTestOGL, but it might be a different process communicating through dbus. The log from VBoxTestOGL with the --test 2D option says 2D is supported, but the segfault means that the GUI didn't get the message and ends up thinking that 2D Graphics Acceleration isn't supported, as a workaround I have VBoxTestOGL a symlink to /bin/true until this is resolved. I don't know whether this is a VirtualBox problem or a Qt problem, think I should file a bug report?
- Attachments
-
VBoxTestOGL.log- log from VBoxTestOGL
- (6.73 KiB) Downloaded 8 times
-
gdb.log- Output from gdb
- (4.4 KiB) Downloaded 4 times
Last edited by pouar on 22. Jul 2016, 00:04, edited 1 time in total.
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VBoxTestOGL --test 2D segaults
It seems you're not using the "official" version from https://www.virtualbox.org/wiki/Downloads . Could you test with the one you download from there?VBoxTestGL 5.1.0_OSE r108711 linux.amd64 (Jul 19 2016 20:43:56) release log
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
Re: VBoxTestOGL --test 2D segaults
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
Re: VBoxTestOGL --test 2D segaults
seems they just updated it to 5.1.2, I'm going to check if they fixed the issue and report back
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
Re: VBoxTestOGL --test 2D segaults
ok, wasn't fixed in 5.1.2, just tried the PUEL version and it no longer segfaults, but 2D is still not available, although at least VBoxTestOGL now actually says it's not available in the log
- Attachments
-
VBoxTestOGL.log- VBoxTestOGL log
- (535 Bytes) Downloaded 8 times
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VBoxTestOGL --test 2D segaults
OK, that's a different problem then, isn't it?
I'm thinking that you should open a new thread with an appropriate title and mark this one as solved.
You'll need to launch a VM and capture the log. See: Minimum information needed for assistance before you post your problem.
I'm thinking that you should open a new thread with an appropriate title and mark this one as solved.
You'll need to launch a VM and capture the log. See: Minimum information needed for assistance before you post your problem.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VBoxTestOGL --test 2D segaults
I'm pretty sure 2D is not available to a Linux guest. In fact it should show as invalid if you try to enable it.
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
Re: VBoxTestOGL --test 2D segaults
I'm on a Linux Host (Arch Linux to be specific) with a Windows Guest, I keep a Windows VM around as a last resortPerryg wrote:I'm pretty sure 2D is not available to a Linux guest. In fact it should show as invalid if you try to enable it.
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: [Solved] [not VirtualBox's bug] VBoxTestOGL --test 2D segaults
Works for me. Maybe it is your build that is faulty.
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
Re: [Solved] [not VirtualBox's bug] VBoxTestOGL --test 2D segaults
seems to work perfectly fine as root, also this didn't happen with version 5.0
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
-
pouar
- Posts: 17
- Joined: 13. Nov 2011, 03:42
- Primary OS: Linux other
- VBox Version: OSE other
- Guest OSses: Fedora, Debian, Linux Mint, OpenIndiana, CentOS, OpenSXCE, FreeBSD
- Contact:
Re: [Solved] [not VirtualBox's bug] VBoxTestOGL --test 2D segaults
ok, seems to be caused by my widget theme, despite it not having a GUI
while:;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done