crash nsBlockFrame::GetChildLists
Categories
(Core :: Layout, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox9 | + | --- |
firefox10 | - | --- |
firefox40 | --- | affected |
firefox47 | --- | affected |
firefox48 | --- | wontfix |
firefox49 | --- | fix-optional |
firefox-esr45 | --- | affected |
firefox50 | --- | fix-optional |
firefox51 | --- | fix-optional |
People
(Reporter: kairo, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression)
Crash Data
Reporter | ||
Updated•13 years ago
|
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Reporter | ||
Comment 7•13 years ago
|
||
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Comment 11•11 years ago
|
||
Updated•11 years ago
|
Comment 12•10 years ago
|
||
Reporter | ||
Comment 13•10 years ago
|
||
Updated•9 years ago
|
Comment 14•8 years ago
|
||
Updated•2 years ago
|
Comment 15•2 years ago
•
|
||
I think this is a similar situation to what tnikkel described in bug 1708808 comment 6; looking at recent reports, it looks like we're crashing while walking the whole frame tree, and we're tripping over some corruption that was left behind by something that went wrong earlier.
bp-25809414-9c40-4965-9da8-cb5390221013 is a crash with this GetChildLists
signature, inside of MarkFramesInSubtreeApproximatelyVisible
(the function that bug 1708808 is about, which walks the whole frame tree). We also have bp-968acb38-75db-47d6-beea-8b69c0221013 nsIFrame::ClearInvalidationStateBits
which similarly walks the whole frame tree.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 17•2 years ago
|
||
Since the crash volume is low (less than 15 per week), the severity is downgraded to S3
. Feel free to change it back if you think the bug is still critical.
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Description
•