Firefox hangs again during startup when both headless and Software Rendering are enabled (RenderCompositorSWGL failed mapping default framebuffer)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: ielisman, Unassigned)
Details
Either this bug returned in version 113 or there is something with setup:
cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
apt list --installed | egrep "firefox/|xvfb"
firefox/jammy,now 113.0+build2-0ubuntu0.22.04.1mt1 amd64 [installed]22.04.1 amd64 [installed]
xvfb/jammy-updates,now 2:21.1.4-2ubuntu1.7
which firefox & firefox --version
/usr/bin/firefox
Mozilla Firefox 113.0
./xvfb-run /usr/bin/firefox -headless www.google.com
*** You are running in headless mode.
[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
Can you please double check this?
![]() |
||
Updated•2 years ago
|
Hi Jim,
Please let me know what info is required and if possible provide specific commands related to Firefox, so I can retrieve the required information and paste it here.
I am using a Digitalocean droplet with Ubuntu 22.04.2 LTS without XRDP (desktop) in headless mode.
I ran the following commands before running: ./xvfb-run /usr/bin/firefox -headless www.google.com
sudo apt update & sudo apt upgrade
sudo snap remove firefox
sudo add-apt-repository ppa:mozillateam/ppa
sudo apt install firefox xvfb build-essential libssl-dev libffi-dev xdg-utils xdgmesa-utils
I also have other libraries such as libgtk-3-0, libxcb-shm0 installed
All my ports are open in the droplet
Comment 2•2 years ago
|
||
It seems to be working fine for me here. What are you expecting it to do when running in headless mode going to google.com?
![]() |
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED
, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Description
•