Open
Bug 1774975
Opened 2 years ago
Updated 2 years ago
Startup Crash in [@ js::GlobalObject::getSelfHostedFunction]
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
NEW
People
(Reporter: wsmwk, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: crash, Whiteboard: [tbird crash])
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/b2eb7b46-3640-4ab7-99e7-77fa50220616
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(isSome())
Top 10 frames of crashing thread:
0 xul.dll static js::GlobalObject::getSelfHostedFunction js/src/vm/GlobalObject.cpp:924
1 xul.dll JS::NewFunctionFromSpec js/src/jsapi.cpp:2215
2 xul.dll js::DefineFunctions js/src/vm/JSObject.cpp:2308
3 xul.dll static js::GlobalObject::resolveConstructor js/src/vm/GlobalObject.cpp:360
4 xul.dll static js::GlobalObject::createArrayShapeWithDefaultProto js/src/builtin/Array.cpp:4536
5 xul.dll js::NewDenseFullyAllocatedArray js/src/builtin/Array.cpp:4680
6 xul.dll Interpret js/src/vm/Interpreter.cpp:3908
7 xul.dll js::RunScript js/src/vm/Interpreter.cpp:389
8 xul.dll js::ExecuteKernel js/src/vm/Interpreter.cpp:781
9 xul.dll JS::ExecuteInJSMEnvironment js/src/builtin/Eval.cpp:507
Comment 1•2 years ago
|
||
Doesn't seem this would be Thunderbird specific.
Reporter | ||
Updated•2 years ago
|
Blocks: tb102found
Reporter | ||
Comment 2•2 years ago
|
||
70% of crashes are uptime <= 3 seconds
Severity: S2 → S3
Component: General → JavaScript Engine
Product: Thunderbird → Core
Whiteboard: [tbird crash]
Version: Thunderbird 102 → unspecified
Updated•2 years ago
|
Blocks: sm-defects-crashes
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•