Closed
Bug 747054
Opened 14 years ago
Closed 14 years ago
crash in nsHTMLReflowState::InitResizeFlags
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kairo, Unassigned)
Details
(Keywords: crash, sec-critical, Whiteboard: [sg:critical])
Crash Data
This bug was filed from the Socorro interface and is
report bp-2b3a0b24-f12b-49dd-a345-ef6ba2120419 .
=============================================================
I saw a number of crashes on 13.0a2 with a stack like this:
0 @0x2fbab0ff
1 @0x106b319f
2 xul.dll nsHTMLReflowState::InitResizeFlags layout/generic/nsHTMLReflowState.cpp:412
3 xul.dll ViewportFrame::Reflow layout/generic/nsViewportFrame.cpp:231
There are other stacks with the same signature in other versions, including 11, see https://crash-stats.mozilla.com/report/list?signature=nsHTMLReflowState%3A%3AInitResizeFlags%28nsPresContext*%2C%20nsIAtom*%29 - not sure if those are the same thing or not.
Group: core-security
This would be sg:crit if we had a testcase.
Comment 2•14 years ago
|
||
Presumably this would happen if the frame pointer is bogus, but I don't see why we would not crash earlier in that case... Maybe someone needs to look at the crash dump file to see if we can find out what's happening?
Updated•14 years ago
|
Assignee: nobody → ehsan
Updated•14 years ago
|
Updated•14 years ago
|
status-firefox14:
--- → affected
status-firefox15:
--- → affected
Comment 3•14 years ago
|
||
crash-stats is showing this signature (at small numbers) going back to 10, and a large number of people on Firefox 11.
Keywords: needURLs
Comment 4•14 years ago
|
||
I grabbed a few of these crash dumps, and I will look into them tomorrow to see if I can find any evidence of what causes this.
Updated•14 years ago
|
Keywords: sec-critical
Comment 5•14 years ago
|
||
FWIW, I was not able to find anything of value.
Updated•14 years ago
|
Assignee: ehsan → nobody
Comment 6•14 years ago
|
||
This bug is going nowhere, probably not much point staying open.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•14 years ago
|
Group: core-security
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•