Closed
Bug 1746224
Opened 3 years ago
Closed 3 years ago
Crash in [@ mozilla::layers::Image::GetDescFromTexClient]
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1746135
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox95 | --- | unaffected |
| firefox96 | --- | unaffected |
| firefox97 | --- | fixed |
People
(Reporter: calixte, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: crash, regression)
Crash Data
Maybe Fission related. (DOMFissionEnabled=1)
Crash report: https://crash-stats.mozilla.org/report/index/d40662c2-de3c-49f4-8606-3aada0211215
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 8 frames of crashing thread:
0 xul.dll mozilla::layers::Image::GetDescFromTexClient gfx/layers/ImageContainer.cpp:226
1 xul.dll mozilla::layers::Image::GetDesc gfx/layers/ImageContainer.cpp:217
2 xul.dll mozilla::webgl::FromDomElem dom/canvas/WebGLTextureUpload.cpp:190
3 xul.dll mozilla::ClientWebGLContext::TexImage const dom/canvas/ClientWebGLContext.cpp:3995
4 xul.dll mozilla::ClientWebGLContext::TexImage2D<mozilla::dom::HTMLCanvasElement> const dom/canvas/ClientWebGLContext.h:1763
5 xul.dll mozilla::dom::WebGL2RenderingContext_Binding::texImage2D dom/bindings/WebGL2RenderingContextBinding.cpp:2067
6 xul.dll mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions> dom/bindings/BindingUtils.cpp:3306
7 None @0x0000002397064cd9
There are 2 crashes (from 1 installation) in nightly 97 with buildid 20211215091158. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1746111.
[1] https://hg.mozilla.org/mozilla-central/rev?node=3d201ea88341
Flags: needinfo?(jgilbert)
Comment 1•3 years ago
|
||
Bug 1746308 is likely a related fuzzbug and apparently that has a fix range. In that range, there is one bug that stands out, which is for bug 1746135. Could be a dup of this and since fixed (there is only a very negligible volume after this fix).
Comment 2•3 years ago
|
||
Yeah, probably!
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(jgilbert)
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•