Closed
Bug 1420742
Opened 7 years ago
Closed 4 years ago
Crash in js::ConstraintTypeSet::addConstraint
Categories
(Core :: JavaScript Engine: JIT, defect, P3)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: jseward, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-a409007a-3eb0-4a53-8664-b22bc0171125.
=============================================================
This is topcrash #13 in the windows nightly 20171123220110.
Top 9 frames of crashing thread:
0 mozglue.dll MOZ_CrashPrintf mfbt/Assertions.cpp:50
1 xul.dll js::ConstraintTypeSet::addConstraint js/src/vm/TypeInference.cpp:532
2 xul.dll js::FinishCompilation js/src/vm/TypeInference.cpp:1500
3 xul.dll js::jit::CodeGenerator::link js/src/jit/CodeGenerator.cpp:9705
4 xul.dll LinkCodeGen js/src/jit/Ion.cpp:540
5 xul.dll LinkBackgroundCodeGen js/src/jit/Ion.cpp:560
6 xul.dll js::jit::LinkIonScript js/src/jit/Ion.cpp:582
7 xul.dll js::jit::LazyLinkTopActivation js/src/jit/Ion.cpp:601
8 xul.dll EnterJit js/src/jit/Jit.cpp:99
=============================================================
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(bhackett1024)
Comment 1•7 years ago
|
||
This looks like it is crashing at the diagnostic asserts added in bug 1333000.
Flags: needinfo?(bhackett1024) → needinfo?(jdemooij)
Updated•7 years ago
|
status-firefox59:
--- → affected
Priority: -- → P1
Comment 2•7 years ago
|
||
(In reply to Brian Hackett (:bhackett) from comment #1)
> This looks like it is crashing at the diagnostic asserts added in bug
> 1333000.
Yeah. I don't know what else we should try here. This might be similar to other LifoAlloc corruption bugs :/
Flags: needinfo?(jdemooij)
Comment 3•6 years ago
|
||
Looking at the crash addresses for the last 6 monthes of crashes, these crashes look like there is some bit-flip happening, i-e. mostly zero values, with a 0x8 or 0x10 offset.
Comment 4•4 years ago
|
||
Code no longer exists.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Comment 5•4 years ago
|
||
Since the bug is closed, the stalled keyword is now meaningless.
For more information, please visit auto_nag documentation.
Keywords: stalled
You need to log in
before you can comment on or make changes to this bug.
Description
•