MOZ_CRASH(invalid node kind) in [@ js::frontend::RewritingParseNodeVisitor<T>::visit]
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
People
(Reporter: aryx, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: crash, topcrash)
Crash Data
See bug 1547561 for the previous bug about this signature.
Not a new signature, 40% of crashes in first minute, 30% in minutes 2 to 5.
Crash report: https://crash-stats.mozilla.org/report/index/c30345b2-053c-46d3-9fee-09f0d0231207
MOZ_CRASH Reason: MOZ_CRASH(invalid node kind)
Top 10 frames of crashing thread:
0 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visit js/src/frontend/ParseNodeVisitor.h:118
1 xul.dll js::frontend::ListNode::accept js/src/frontend/ParseNode.h:1233
1 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visitArguments js/src/frontend/ParseNodeVisitor.h:129
1 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visit js/src/frontend/ParseNodeVisitor.h:115
2 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visit js/src/frontend/ParseNodeVisitor.h:115
3 xul.dll js::frontend::ListNode::accept js/src/frontend/ParseNode.h:1233
3 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visitCommaExpr js/src/frontend/ParseNodeVisitor.h:129
3 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visit js/src/frontend/ParseNodeVisitor.h:115
4 xul.dll js::frontend::RewritingParseNodeVisitor<FoldVisitor>::visit js/src/frontend/ParseNodeVisitor.h:115
5 xul.dll js::frontend::ListNode::accept js/src/frontend/ParseNode.h:1233
Comment 1•1 year ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 content process crashes on release
For more information, please visit BugBot documentation.
Comment 2•1 year ago
|
||
Pretty good guess these are bad hardware...
Updated•1 year ago
|
Comment 3•1 year ago
|
||
The MOZ_CRASH from the previous bug fix turned it into a "safe" problem, but it's still a problem.
Comment 4•8 months ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 20 desktop browser crashes on release (startup)
For more information, please visit BugBot documentation.
Comment 5•7 months ago
|
||
Looking at the crash addresses, there is a long tail of bit-flipped pointers.
This is consistent with hardware issues given the low number of nightly crashes, and with the conclusion from comment 2.
Comment 6•5 months ago
|
||
Based on the topcrash criteria, the crash signature linked to this bug is not a topcrash signature anymore.
For more information, please visit BugBot documentation.
Description
•