Crash in [@ nsUrlClassifierStreamUpdater::Notify]
Categories
(Toolkit :: Safe Browsing, defect)
Tracking
()
People
(Reporter: gsvelto, Assigned: dimi)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Crash report: https://crash-stats.mozilla.org/report/index/80749064-e2d8-4e79-96ec-dd1640220826
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 xul.dll nsUrlClassifierStreamUpdater::Notify toolkit/components/url-classifier/nsUrlClassifierStreamUpdater.cpp:851
1 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:655
2 xul.dll nsTimerEvent::Run xpcom/threads/TimerThread.cpp:365
3 xul.dll mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal xpcom/threads/TaskController.cpp:851
4 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1205
5 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:85
6 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:374
7 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:356
8 xul.dll nsBaseAppShell::Run widget/nsBaseAppShell.cpp:150
9 xul.dll nsAppShell::Run widget/windows/nsAppShell.cpp:614
The crash is caused by mChannel being NULL. It appears to be a regression as it happens only on nightly, the earliest affected buildid seems to be 20220816190318.
| Assignee | ||
Comment 1•3 years ago
|
||
mChannel might be null if download failure occurs right after receiving quit-application event.
Updated•3 years ago
|
Comment 3•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
The patch landed in nightly and beta is affected.
:dimi, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox105towontfix.
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9292796 [details]
Bug 1787641 - Check existence of a channel before canceling it r=timhuang
Beta/Release Uplift Approval Request
- User impact if declined: Firefox crashes
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Only add a nullptr check
- String changes made/needed:
- Is Android affected?: Unknown
Updated•3 years ago
|
Comment 6•3 years ago
|
||
Comment on attachment 9292796 [details]
Bug 1787641 - Check existence of a channel before canceling it r=timhuang
Approved for 105.0b9.
Comment 7•3 years ago
|
||
| bugherder uplift | ||
Description
•