Crash in mozilla::gfx::Factory::GetD2DDeviceContext
Categories
(Core :: Graphics, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | + | fixed |
firefox67 | --- | fixed |
People
(Reporter: marcia, Assigned: bas.schouten)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
This bug is for crash report bp-b6685b06-5afa-4934-a3f1-4e34a0190121.
Small volume Win regression which started in 20190119095933: https://bit.ly/2HsTD7i.
Code was touched in Bug 1519760. ni on :bas
Top 10 frames of crashing thread:
0 xul.dll mozilla::gfx::Factory::GetD2DDeviceContext gfx/2d/Factory.cpp:875
1 xul.dll mozilla::gfx::DrawTargetD2D1::OptimizeSourceSurface gfx/2d/DrawTargetD2D1.cpp:2157
2 xul.dll static struct nsLayoutUtils::SurfaceFromElementResult nsLayoutUtils::SurfaceFromElement layout/base/nsLayoutUtils.cpp:7277
3 xul.dll nsLayoutUtils::SurfaceFromElement layout/base/nsLayoutUtils.cpp:7424
4 xul.dll mozilla::dom::CanvasRenderingContext2D::DrawImage dom/canvas/CanvasRenderingContext2D.cpp:4658
5 xul.dll static bool mozilla::dom::CanvasRenderingContext2D_Binding::drawImage dom/bindings/CanvasRenderingContext2DBinding.cpp:2621
6 xul.dll mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions> dom/bindings/BindingUtils.cpp:3124
7 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:533
8 xul.dll static bool InternalCall js/src/vm/Interpreter.cpp:588
9 xul.dll static bool Interpret js/src/vm/Interpreter.cpp:3068
Reporter | ||
Comment 2•6 years ago
|
||
Marking 67 as affected. This is visible in the 66 betas as well, in small volume.
Some URLs:
- https://www.forbes.com/sites/jasonevangelho/2018/12/10/meet-the-linux-desktop-that-blows-away-windows-10-and-macos/#4c4363a85000
- https://vk.com/feed
- https://www.youtube.com/watch?v=kuoN1izAjSc
Correlations for Firefox Nightly:
(35.71% in signature vs 99.95% overall) ipc_message_name = null
(42.86% in signature vs 00.67% overall) GFX_ERROR "Compositors might be mixed (" = true [120.00% vs 00.55% if startup_crash = null]
(100.0% in signature vs 26.23% overall) address = 0x0
(100.0% in signature vs 14.36% overall) GFX_ERROR ": " = true [100.0% vs 20.27% if adapter_vendor_id = 0x8086]
(100.0% in signature vs 33.70% overall) reason = EXCEPTION_ACCESS_VIOLATION_READ
(71.43% in signature vs 02.41% overall) GFX_ERROR "Receive IPC close with reason=AbnormalShutdown" = true [85.71% vs 03.81% if adapter_vendor_id = 0x10de]
(35.71% in signature vs 00.27% overall) Module "nvapi64.dll" = true
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Maybe related to bug 1524554 and its friend bug 1521368. If so, we should see a significant drop in the beta 5 crash rate.
Assignee | ||
Comment 4•6 years ago
|
||
I don't see this particular crash in the top50 for Beta 5.
Comment 5•6 years ago
|
||
it's the #17 content crash in 66.0b5 (0.6% of all tab crashes)
Assignee | ||
Comment 6•6 years ago
|
||
Yep, I see it's appeared in the top 50 now. The fix for this is pretty easy so I'll put it up here, and we can decide if it needs uplifting.
Assignee | ||
Comment 7•6 years ago
|
||
Comment 9•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Changing the priority to p1 as the bug is tracked by a release manager for the current beta.
See How Do You Triage for more information
Assignee | ||
Comment 12•6 years ago
|
||
Comment on attachment 9042462 [details]
Bug 1521774: Ensure a DC is available when using the generic dc on the main thread. r=rhunt
Beta/Release Uplift Approval Request
Feature/Bug causing the regression
User impact if declined
Content process crash on some decide resets
Is this code covered by automated tests?
No
Has the fix been verified in Nightly?
Yes
Needs manual test from QE?
No
If yes, steps to reproduce
List of other uplifts needed
None
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
Simple null pointer check
String changes made/needed
None
Comment 13•6 years ago
|
||
Comment on attachment 9042462 [details]
Bug 1521774: Ensure a DC is available when using the generic dc on the main thread. r=rhunt
Top crash fix, let's uplift for beta 8.
Comment 14•6 years ago
|
||
bugherder uplift |
Comment 15•6 years ago
|
||
the number of submitted crash reports on beta hasn't significantly improved after the patch has landed unfortunately.
Comment 16•6 years ago
|
||
Is bug 1526045 related?
Assignee | ||
Comment 17•6 years ago
|
||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
bugherder |
Assignee | ||
Comment 21•6 years ago
|
||
Comment on attachment 9048115 [details]
Bug 1521774 - Part 2: Ensure a device is available when attempting to create a device context. r=rhunt
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1519760
- User impact if declined: Crashes
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Simple null check
- String changes made/needed: None
Comment 22•6 years ago
|
||
Comment on attachment 9048115 [details]
Bug 1521774 - Part 2: Ensure a device is available when attempting to create a device context. r=rhunt
Plugging away at these D2D crashes. OK to uplift.
We'll see how it does in the RC build next week.
Comment 23•6 years ago
|
||
bugherder uplift |
Description
•