Closed
Bug 1687438
Opened 4 years ago
Closed 4 years ago
Crash in [@ MacIOSurface::GetPlaneCount]
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox84 | --- | unaffected |
| firefox85 | --- | unaffected |
| firefox86 | --- | fixed |
People
(Reporter: aryx, Assigned: jgilbert)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/140667eb-8f56-40c0-8cfd-9d9870210116
Reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
Top 10 frames of crashing thread:
0 XUL MacIOSurface::GetPlaneCount const gfx/2d/MacIOSurface.cpp:301
1 XUL mozilla::gl::GLBlitHelper::BlitImage const gfx/gl/GLBlitHelper.cpp:1005
2 XUL mozilla::gl::GLBlitHelper::BlitSdToFramebuffer gfx/gl/GLBlitHelper.cpp:709
3 XUL mozilla::webgl::TexUnpackImage::TexOrSubImage const dom/canvas/TexUnpackBlob.cpp:788
4 XUL mozilla::WebGLTexture::TexImage dom/canvas/WebGLTextureUpload.cpp:1074
5 XUL mozilla::WebGLContext::TexImage const dom/canvas/WebGLContextTextures.cpp:201
6 XUL mozilla::dom::WebGLParent::RecvDispatchCommands dom/canvas/WebGLParent.cpp:68
7 XUL mozilla::dom::PWebGLParent::OnMessageReceived ipc/ipdl/PWebGLParent.cpp:201
8 XUL mozilla::layers::PCompositorManagerParent::OnMessageReceived ipc/ipdl/PCompositorManagerParent.cpp:205
9 XUL mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2077
Flags: needinfo?(jgilbert)
Updated•4 years ago
|
Severity: -- → S4
Priority: -- → P3
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → jgilbert
Flags: needinfo?(jgilbert)
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f40ca5c464c2
Bail if null iosurf for GLBlitHelper::BlitImage. r=lsalzman
| Assignee | ||
Comment 3•4 years ago
|
||
Looks like a null deref/struct member access.
Comment 4•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Updated•4 years ago
|
tracking-firefox86:
? → ---
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•