Closed
Bug 1791309
Opened 3 years ago
Closed 3 years ago
Crash in [@ mozilla::dom::ScriptLoader::MaybeMoveToLoadedList]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox105 | --- | unaffected |
| firefox106 | --- | fixed |
| firefox107 | --- | fixed |
People
(Reporter: gsvelto, Unassigned)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/74e407bf-1e95-4439-991e-c501c0220917
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(aRequest->isInList())
Top 10 frames of crashing thread:
0 libxul.so mozilla::dom::ScriptLoader::MaybeMoveToLoadedList dom/script/ScriptLoader.cpp
1 libxul.so mozilla::dom::ModuleLoader::OnModuleLoadComplete dom/script/ModuleLoader.cpp:138
2 libxul.so JS::loader::ModuleLoadRequest::LoadFinished js/loader/ModuleLoadRequest.cpp:193
3 libxul.so mozilla::MozPromise<bool, nsresult, false>::ThenValue<JS::loader::ModuleLoadRequest*, void xpcom/threads/MozPromise.h
4 libxul.so mozilla::MozPromise<bool, nsresult, false>::ThenValueBase::ResolveOrRejectRunnable::Run xpcom/threads/MozPromise.h:487
5 libxul.so NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:465
6 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:85
7 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:356
8 libxul.so nsBaseAppShell::Run widget/nsBaseAppShell.cpp:150
9 libxul.so XRE_RunAppShell toolkit/xre/nsEmbedFunctions.cpp:880
It seems like the assertion introduced in bug 1790765 started triggering on Android.
Comment 1•3 years ago
|
||
:jonco, since you are the author of the regressor, bug 1790765, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jcoppeard)
Updated•3 years ago
|
status-firefox106:
--- → affected
tracking-firefox106:
--- → +
Comment 2•3 years ago
|
||
Bug 1790765 got backed out from both autoland and beta
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
affected → ---
tracking-firefox106:
+ → ---
Flags: needinfo?(jcoppeard)
Resolution: --- → FIXED
Updated•3 years ago
|
status-firefox105:
--- → unaffected
status-firefox106:
--- → disabled
status-firefox107:
--- → disabled
Updated•3 years ago
|
status-firefox-esr102:
--- → unaffected
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•