Closed Bug 1824147 Opened 3 years ago Closed 1 year ago

Crash in [@ js::MemberInitializers::deserialize]

Categories

(Core :: JavaScript Engine, defect, P5)

Unspecified
Windows
defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox-esr102 --- unaffected
firefox111 --- wontfix
firefox112 --- affected
firefox113 --- affected

People

(Reporter: RyanVM, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: crash)

Crash Data

Windows-only crash that appears to have started in 106.

Crash report: https://crash-stats.mozilla.org/report/index/ea9b0dee-21cb-4a8e-abb4-ba67e0230323

MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(idx < storage_.size())

Top 10 frames of crashing thread:

0  xul.dll  js::MemberInitializers::deserialize  js/src/vm/SharedStencil.h:822
0  xul.dll  js::frontend::ScriptStencilExtra::memberInitializers const  js/src/frontend/Stencil.h:1051
0  xul.dll  JSScript::fullyInitFromStencil  js/src/vm/JSScript.cpp:2426
0  xul.dll  JSScript::fromStencil  js/src/vm/JSScript.cpp:2510
1  xul.dll  InstantiateScriptStencils  js/src/frontend/Stencil.cpp:2084
1  xul.dll  js::frontend::CompilationStencil::instantiateStencilAfterPreparation  js/src/frontend/Stencil.cpp:2480
1  xul.dll  js::frontend::CompilationStencil::instantiateStencils  js/src/frontend/Stencil.cpp:2413
2  xul.dll  js::frontend::InstantiateStencils  js/src/frontend/BytecodeCompiler.cpp:448
3  xul.dll  JS::InstantiateGlobalStencil  js/src/frontend/Stencil.cpp:5277
4  xul.dll  mozilla::dom::JSExecutionContext::InstantiateStencil  dom/base/JSExecutionContext.cpp:191
Severity: -- → S4
Priority: -- → P5

Ok; the crash report is sort of curious -- it's like we're getting an imprecise exception information out of a pipelined processor. The crash report processor is flagging MemberInitializers::deserialize as the crash point, but the assert seems to be suggesting that we're actually failing here when indexing into scriptSourceExtra.

Perhaps we're getting a corrupt index?

Closing because no crashes reported for 12 weeks.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.