Closed
Bug 1111213
Opened 10 years ago
Closed 3 years ago
crash in nsSVGIntegrationUtils::UsingEffectsForFrame(nsIFrame const*)
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: crash, testcase-wanted, Whiteboard: qa-not-actionable)
Crash Data
This bug was filed from the Socorro interface and is
report bp-52121fbf-f97a-4f44-b85e-f7c7f2141204.
=============================================================
This signature seems to be on the rise in v37. It occurs also in
older versions but in relatively low volume.
nsSVGIntegrationUtils::UsingEffectsForFrame(nsIFrame const*)
ComputeEffectsRect
nsIFrame::FinishAndStoreOverflow(nsOverflowAreas&, nsSize, nsSize*)
nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned int&)
nsBlockReflowContext::ReflowBlock(mozilla::LogicalRect const&, bool, nsCollapsingMargin&, int, bool, nsLineBox*, nsHTMLReflowState&, unsigned int&, nsBlockReflowState&)
nsBlockFrame::ReflowFloat(nsBlockReflowState&, mozilla::LogicalRect const&, nsIFrame*, mozilla::LogicalMargin&, mozilla::LogicalMargin&, bool, unsigned int&)
nsBlockReflowState::FlowAndPlaceFloat(nsIFrame*)
nsBlockReflowState::AddFloat(nsLineLayout*, nsIFrame*, int)
nsLineLayout::ReflowFrame(nsIFrame*, unsigned int&, nsHTMLReflowMetrics*, bool&)
nsBlockFrame::ReflowInlineFrame(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsIFrame*, LineReflowStatus*)
nsBlockFrame::DoReflowInlineFrames(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsFlowAreaRect&, int&, nsFloatManager::SavedState*, bool*, LineReflowStatus*, bool)
nsBlockFrame::ReflowInlineFrames(nsBlockReflowState&, nsLineList_iterator, bool*)
nsBlockFrame::ReflowLine(nsBlockReflowState&, nsLineList_iterator, bool*)
nsBlockFrame::ReflowDirtyLines(nsBlockReflowState&)
nsBlockFrame::Reflow(nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, unsigned int&)
nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, nsHTMLReflowMetrics&, nsHTMLReflowState const&, int, int, unsigned int, unsigned int&, nsOverflowContinuationTracker*)
nsHTMLScrollFrame::ReflowScrolledFrame(ScrollReflowState*, bool, bool, nsHTMLReflowMetrics*, bool)
nsHTMLScrollFrame::ReflowContents(ScrollReflowState*, nsHTMLReflowMetrics const&)
...
Updated•10 years ago
|
Crash Signature: [@ nsSVGIntegrationUtils::UsingEffectsForFrame(nsIFrame const*)] → [@ nsSVGIntegrationUtils::UsingEffectsForFrame(nsIFrame const*)]
[@ nsSVGIntegrationUtils::UsingEffectsForFrame]
Reporter | ||
Comment 2•9 years ago
|
||
Sorry, I have no testcase. It's just a signature I picked up from crash-stats.
Looking at the stack it seems there is an element with 'float' style involved,
probably with some SVG "effects" on it.
Flags: needinfo?(mats)
Keywords: testcase-wanted
Comment 3•9 years ago
|
||
Crash volume for signature 'nsSVGIntegrationUtils::UsingEffectsForFrame':
- nightly (version 51): 0 crashes from 2016-08-01.
- aurora (version 50): 0 crashes from 2016-08-01.
- beta (version 49): 24 crashes from 2016-08-02.
- release (version 48): 26 crashes from 2016-07-25.
- esr (version 45): 9 crashes from 2016-05-02.
Crash volume on the last weeks (Week N is from 08-22 to 08-28):
W. N-1 W. N-2 W. N-3
- nightly 0 0 0
- aurora 0 0 0
- beta 5 11 0
- release 10 6 5
- esr 2 0 0
Affected platforms: Windows, Mac OS X, Linux
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora
- beta #1803 #3186
- release #1925
- esr #5508
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox-esr45:
--- → affected
Updated•4 years ago
|
Whiteboard: qa-not-actionable
Updated•3 years ago
|
Severity: critical → S2
Comment 4•3 years ago
|
||
Only two reports in the last 6 months, both in extremely-old version 78.15.0esr :
bp-2dc5611d-de8b-4b3a-adcb-bb47a0220930
bp-577b3e0b-8008-42e7-a4c3-9fb240220530
Given that (substantially lower than the volume in comment 3), I suspect this has been fixed? If we get a crash report with a more recent Firefox version, let's go ahead and reopen, though.
Severity: S2 → S3
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•