LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Discussions about using Linux guests in VirtualBox.
Post Reply
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

Note: breaking this off from viewtopic.php?f=3&t=85087 as per socratis' suggestion.

host: Windows 10 Professional

I previously tried this with 16.04.1 with latest HWE kernel (4.10.x) kernel with same results.

I reinstalled an Lubuntu 16.04.1 alternate install ISO keeping the non-hwe 4.4.0-97 kernel with only:

sudo su
apt-get update
apt-get dist-upgrade
reboot

apt-get install mesa-utils

At this point it is still using Ubuntu's pre-installed flavor of the guest additions (5.0.18 Ubuntu). running "glxinfo" doesn't crash.

installed guest additions 5.2.1 r118447 guest additions.
reboot.

lsmod vboxguest
lsmod vboxsf
lsmod vboxvideo

The updated 5.2.1 r118447 additions install correctly (thanks for the quick fix).

However, running glxinfo still endlessly spams the error message: OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW. Note, that on the other thread someone mentioned seeing the same message on the console.

If I press Control-C once the warnings stop. But I must press Control-C again to exit back to the command prompt.

I shut down the guest with the "shutdown" command and attached the log. Please let me know if any other info is requested.

Fyi, disabling "3d acceleration" makes glxinfo not give any errors.
Attachments
VBox16.04.1-cleaninstall-VirtualBox4.2.1-r118447guest-glxinfo.7z
(26.5 KiB) Downloaded 115 times
Last edited by JEBjames on 20. Jan 2018, 07:12, edited 2 times in total.
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

I also tried 5.2.1-118452 guest editions and it has the same problem.
cepal
Posts: 9
Joined: 19. Mar 2013, 14:13

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by cepal »

same problem, Vbox / extensions / guest pack all version 5.2.1 r118918
Lakatusch
Posts: 1
Joined: 8. Nov 2017, 01:58

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by Lakatusch »

Same Problem with Linux Mint :

4.10.0-38-generic
16.04.01. Ubuntu
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

I don't know anything about the virtualbox code under the hood...

But it looks like the "OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW" warning is generated from one of these two places:

https://www.virtualbox.org/browser/vbox ... vboxhgcm.c
line 601

https://www.virtualbox.org/browser/vbox ... boxhgsmi.c
line 279

The non-working "Black screen login" Ubuntu problems are stuck at 100% cpu spamming the same error. So my guess is that fixing this may fix that one as well...
gb96
Posts: 1
Joined: 30. Nov 2017, 04:48

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by gb96 »

Same problem here.
VirtualBox 5.2.2-119230-Win (Qt5.6.2)
Ubuntu 16.04.3-desktop-amd64 (clean-installed)
GA 5.2.2 iso dated 2017-11-23

Desktop login is broken after GA installed. After login, ~/.xsession-errors is spammed with the "OpenGL Warning: vboxCall failed with VBox status code VERR_BUFFER_OVERFLOW" warning.
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by socratis »

ALL: Please see the Note in the Downloads section (https://www.virtualbox.org/wiki/Downloads).
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.
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

Re: [Fixed] LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

Thank you! :D

Guest additions 5.2.3-119611 fixes the problem.
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

Re: [Fixed] LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

Just an update...

5.2.3-119611 guest addition fixes the endless-spamming of "VERR_BUFFER_OVERFLOW"

... but

I notice when I run glxgears or glxinfo I still get *one* "VERR_BUFFER_OVERFLOW" warning at the very top of the output?
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

Just an update

glxinfo >/dev/null

On two different Linux hosts (Lubuntu 16.04 and Lubuntu 18.04 beta) I got no errors with VirtualBox 5.2.6 + 5.2.7 guest additions.

But on Windows 10 host with VirtualBox 5.2.6 + 5.2.7 guest additions with an Lubuntu guest I still get *one* VERR_BUFFER_OVERFLOW right at the start of running glxinfo/glxgears.

5.1.x had no such errors.

Is there any other diagnostic I should provide?

Thank you,
- J
JEBjames
Posts: 58
Joined: 26. Jan 2017, 18:27
Primary OS: MS Windows other
VBox Version: OSE other
Guest OSses: Centos, Ubuntu, Debian, Various Windows
Contact:

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by JEBjames »

follow up:

5.1.32 host with 5.1.33 guests has no VERR_BUFFER_OVERFLOW error..

It's only the 5.2.x series so far in my testing.
southern.cross
Posts: 1
Joined: 16. Mar 2018, 19:26

Re: LUbuntu 16.04.x with 5.2.0 Guests VERR_BUFFER_OVERFLOW

Post by southern.cross »

I'm having the same problem on a Windows 7 host with Ubuntu 16.04 with Guest Additions 5.2.8
Post Reply