Crash in [@ mozilla::dom::Document::SetLastFocusTime]
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: gsvelto, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/4899ba93-5f68-4d54-84a2-9cef50210515
MOZ_CRASH Reason: MOZ_DIAGNOSTIC_ASSERT(!aFocusTime.IsNull())
Top 10 frames of crashing thread:
0 xul.dll mozilla::dom::Document::SetLastFocusTime dom/base/Document.cpp:6093
1 xul.dll nsFocusManager::SetFocusedWindowInternal dom/base/nsFocusManager.cpp:5164
2 xul.dll nsFocusManager::Focus dom/base/nsFocusManager.cpp:2538
3 xul.dll nsFocusManager::WindowRaised dom/base/nsFocusManager.cpp:776
4 xul.dll mozilla::AppWindow::WindowActivated xpfe/appshell/AppWindow.cpp:3000
5 xul.dll mozilla::AppWindow::WidgetListenerDelegate::WindowActivated xpfe/appshell/AppWindow.cpp:3362
6 xul.dll nsWindow::ProcessMessage widget/windows/nsWindow.cpp:6051
7 xul.dll static nsWindow::WindowProcInternal widget/windows/nsWindow.cpp:5024
8 xul.dll static nsWindow::WindowProc widget/windows/nsWindow.cpp:4977
9 user32.dll int64_t UserCallWinProcCheckWow
Not a new crash since we have reports going back a long time.
Comment 1•4 years ago
|
||
Hmm, how can this happen. We pass TimeStamp::Now() to SetLastFocusTime.
Comment 2•4 years ago
|
||
According to the pref log, privacy.fuzzyfox.enabled is not set to true. So,
https://searchfox.org/mozilla-central/rev/443f87caa5fadba920b0382e12874693d6c6133a/mozglue/misc/TimeStamp.cpp#118-119,131-132
may return null timestamp? It seems that it's introduced by bug 1432429.
Comment 3•4 years ago
|
||
I see 7 reports, all quite recent. Unless this meets the bar for faster action, this will probably be resolved when I rip out Fuzzyfox in a month+half.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Comment 5•4 years ago
|
||
I'm going to resolve this as fixed; if the crashes keep occurring post-fuzzyfox-ripout then we'll have to investigate again.
Updated•4 years ago
|
Description
•