Closed
Bug 1911530
Opened 1 year ago
Closed 1 year ago
Crash in [@ nsWindowWatcher::OpenWindowInternal]
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 1911529
People
(Reporter: gsvelto, Unassigned)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/84596de0-dbb6-4cb0-bc0d-6631f0240805
MOZ_CRASH Reason: MOZ_DIAGNOSTIC_ASSERT(equal) (aLoadState should contain the same URI passed to this function.)
Top 10 frames:
0 XUL nsWindowWatcher::OpenWindowInternal(mozIDOMWindowProxy*, nsIURI*, nsTSubstrin... toolkit/components/windowwatcher/nsWindowWatcher.cpp:693
1 XUL nsGlobalWindowOuter::OpenInternal(nsTSubstring<char16_t> const&, nsTSubstring... dom/base/nsGlobalWindowOuter.cpp:6966
2 XUL nsGlobalWindowOuter::Open(nsTSubstring<char16_t> const&, nsTSubstring<char16_... dom/base/nsGlobalWindowOuter.cpp:5576
2 XUL {virtual override thunk({offset(-40)}, nsGlobalWindowOuter::Open(nsTSubstring... dom/base/nsGlobalWindowOuter.cpp:0
3 XUL nsDocShell::PerformRetargeting(nsDocShellLoadState*) docshell/base/nsDocShell.cpp:8416
4 XUL nsDocShell::InternalLoad(nsDocShellLoadState*, mozilla::Maybe<unsigned int>) docshell/base/nsDocShell.cpp:9184
5 XUL nsDocShell::OnLinkClickSync(nsIContent*, nsDocShellLoadState*, bool, nsIPrinc... docshell/base/nsDocShell.cpp:13089
6 XUL OnLinkClickEvent::Run() docshell/base/nsDocShell.cpp:12754
7 XUL mozilla::RunnableTask::Run() xpcom/threads/TaskController.cpp:618
7 XUL mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal(mozilla::det... xpcom/threads/TaskController.cpp:945
This appears to be a regression introduced by bug 1901139. Edgar who authored the patch in that bug appears to be on parental leave, Hsin-Yi do you know who could look into this?
Flags: needinfo?(htsai)
Comment 1•1 year ago
|
||
I'll look into it.
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1911529
Flags: needinfo?(htsai)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•