Closed
Bug 1403057
Opened 8 years ago
Closed 8 years ago
Assertion failure: invertible, at layout/svg/nsFilterInstance.cpp:80
Categories
(Core :: SVG, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox56 | --- | wontfix |
| firefox57 | --- | wontfix |
| firefox58 | --- | fixed |
People
(Reporter: bc, Assigned: u459114)
References
()
Details
(Keywords: assertion)
Attachments
(2 files)
1. https://www.dobreprogramy.pl/Paragon-Backup-Recovery%2CProgram%2CWindows%2C15537.html
2. Assertion failure: invertible, at z:/build/build/src/layout/svg/nsFilterInstance.cpp:80
#01: nsFilterInstance::PaintFilteredFrame(nsIFrame *,gfxContext *,nsSVGFilterPaintCallback *,nsRegion const *,mozilla::image::imgDrawingParams &) [layout/svg/nsFilterInstance.cpp:80]
#02: nsSVGUtils::PaintFrameWithEffects(nsIFrame *,gfxContext &,mozilla::gfx::BaseMatrix<double> const &,mozilla::image::imgDrawingParams &,mozilla::gfx::IntRectTyped<mozilla::gfx::UnknownUnits> const *) [layout/svg/nsSVGUtils.cpp:862]
#03: nsSVGMaskFrame::GetMaskForMaskedFrame(nsSVGMaskFrame::MaskParams &) [layout/svg/nsSVGMaskFrame.cpp:112]
#04: CreateAndPaintMaskSurface [layout/svg/nsSVGIntegrationUtils.cpp:544]
#05: nsSVGIntegrationUtils::PaintMaskAndClipPath(nsSVGIntegrationUtils::PaintFramesParams const &) [layout/svg/nsSVGIntegrationUtils.cpp:928]
Beta/57, Nightly/58 Windows, Linux
Assertion added in bug 1385239
Updated•8 years ago
|
Flags: needinfo?(cku)
Priority: -- → P2
in bug 1385239, I did not add this assertion, but only move this assertion from the caller to the callee. I will check it tomorrow
| Comment hidden (mozreview-request) |
Attachment #8914206 -
Flags: review?(mstange)
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8914206 [details]
Bug 1403057 - Early return if the scale vector is zero.
https://reviewboard.mozilla.org/r/185528/#review190768
Attachment #8914206 -
Flags: review?(mstange) → review+
Pushed by cku@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8bc1f7a2c74e
Early return if the scale vector is zero. r=mstange
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Comment 6•8 years ago
|
||
Can we land a test for this? And should we nominate this for Beta approval or can it ride the 58 train?
status-firefox56:
--- → wontfix
status-firefox-esr52:
--- → unaffected
Flags: needinfo?(cku)
Flags: in-testsuite?
I am trying to create a test case. But I don't think we need to uplift this patch since we can still render the content correctly even if hitting this assertion
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•