Closed
Bug 1564651
Opened 6 years ago
Closed 6 years ago
Crash in [@ JSScript::updateJitCodeRaw] if you try to toggle the blinterp pref to true
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1564349
Tracking | Status | |
---|---|---|
firefox70 | --- | affected |
People
(Reporter: ash153311, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Crash Data
This bug is for crash report bp-f01ebafe-2083-449e-8e6c-8ac4c0190710.
Top 10 frames of crashing thread:
0 xul.dll JSScript::updateJitCodeRaw js/src/vm/JSScript.cpp
1 xul.dll JSScript::createJitScript js/src/jit/JitScript.cpp:137
2 xul.dll js::jit::BaselineCompiler::compile js/src/jit/BaselineCompiler.cpp:161
3 xul.dll js::jit::BaselineCompile js/src/jit/BaselineJIT.cpp:229
4 xul.dll js::jit::MethodStatus js::jit::CanEnterBaselineMethod<js::jit::BaselineTier::Compiler> js/src/jit/BaselineJIT.cpp:413
5 xul.dll js::jit::MaybeEnterJit js/src/jit/Jit.cpp:169
6 xul.dll js::RunScript js/src/vm/Interpreter.cpp:410
7 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:568
8 xul.dll static bool InternalCall js/src/vm/Interpreter.cpp:595
9 xul.dll js::Call js/src/vm/Interpreter.cpp:611
Reporter | ||
Updated•6 years ago
|
Version: 70 Branch → unspecified
Comment 1•6 years ago
|
||
Confirmed.
STR:
- Create new profile
- Go to about:config , and search for "javascript.options.blinterp"
- Click on the "toggle" button
- Crash
Status: UNCONFIRMED → NEW
Ever confirmed: true
Regressed by: 1564017
Summary: Crash in [@ JSScript::updateJitCodeRaw] → Crash in [@ JSScript::updateJitCodeRaw] if you try to toggle the blinterp config setting
Version: unspecified → Trunk
Updated•6 years ago
|
Keywords: regression
Updated•6 years ago
|
Summary: Crash in [@ JSScript::updateJitCodeRaw] if you try to toggle the blinterp config setting → Crash in [@ JSScript::updateJitCodeRaw] if you try to toggle the blinterp pref to true
Comment 2•6 years ago
|
||
This will be fixed by bug 1564349. Sorry about that!
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•