Open
Bug 1716303
Opened 4 years ago
Updated 3 months ago
Log spam for "[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt" even by using gfxCriticalNoteOnce
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
NEW
People
(Reporter: whimboo, Unassigned, NeedInfo)
Details
gfxCriticalNoteOnce
is defined here:
And mentions:
// The "once" versions will only trigger the first time through. You can do
// this: gfxCriticalErrorOnce() << "This message only shows up once; instead of
// the usual: static bool firstTime = true; if (firstTime) {
// firstTime = false;
// gfxCriticalError() << "This message only shows up once;
// }
But it spams the console instead by printing this error over and over again. See the following Github issue where it has been originally reported:
https://github.com/mozilla/geckodriver/issues/1898
Jeff, is there something we can do about? As it looks like this is not expected. Thanks.
Flags: needinfo?(jmuizelaar)
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(jmathies)
![]() |
||
Updated•4 years ago
|
Flags: needinfo?(jmathies)
![]() |
||
Updated•4 years ago
|
Blocks: gfx-triage
![]() |
||
Comment 1•4 years ago
|
||
Changing severity to S4 because of non-critical bug.
![]() |
||
Updated•3 years ago
|
Flags: needinfo?(jmathies)
Comment 2•2 years ago
|
||
We are getting this error in our logs too when trying to run Firefox in headless mode on Windows Server Core (no desktop experience)...
May this anything related?
Comment 3•6 months ago
|
||
Howdy,
I've been getting this message every time I start Firefox Nightly.
Is the cause a FF issue? Will it be fixed soon?
Best regards,
George...
Comment hidden (Intermittent Failures Robot) |
Comment 5•3 months ago
|
||
Likewise, when using firefox-133.0.3-2.fc41.x86_64
:
RokeJulianLockhart@SNRW3Q:~$ firefox --safe-mode [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
You need to log in
before you can comment on or make changes to this bug.
Description
•