Closed
Bug 1744317
Opened 3 years ago
Closed 3 years ago
Crash in [@ X11Error] | X_GetImage: BadMatch (invalid parameter attributes)
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1741956
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox94 | --- | wontfix |
firefox95 | --- | fixed |
firefox96 | --- | fixed |
People
(Reporter: cpeterson, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This is not a new crash signature, but it increased a lot in Firefox 94:
- 15 crash pings from Firefox 92.0.*
- 20 crash pings from Firefox 93.0.*
- 17,065 crash pings from Firefox 94.0.*
Could this be related to the Fission rollout or WebRender changes in 94?
Crash report: https://crash-stats.mozilla.org/report/index/7c565009-acee-40c1-8655-62e000211203
MOZ_CRASH Reason: X_GetImage: BadMatch (invalid parameter attributes); 2 requests ago
Top 8 frames of crashing thread:
0 libxul.so X11Error toolkit/xre/nsX11ErrorHandler.cpp:133
1 libxul.so GdkErrorHandler toolkit/xre/nsGDKErrorHandler.cpp:94
2 libglib-2.0.so.0 libglib-2.0.so.0@0x4e2f6
3 libgdk-3.so.0 _fini
4 libc.so.6 libc.so.6@0x1abaff
5 libgdk-3.so.0 _fini
6 libglib-2.0.so.0 libglib-2.0.so.0@0x10babf
7 libxul.so InstallGdkErrorHandler toolkit/xre/nsGDKErrorHandler.cpp:109
Comment 1•3 years ago
|
||
This seems to be bug 1741956:
(Lee Salzman [:lsalzman] from bug 1741956 comment 5)
The X error that is ultimately causing Firefox to crash is a BadMatch error that is spouted by a GDK error handler.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•