Crash in [@ nsMsgFilterService::ApplyFilters]
Categories
(MailNews Core :: Filters, defect)
Tracking
(thunderbird_esr102+ verified, thunderbird109 fixed)
People
(Reporter: wsmwk, Assigned: mkmelin)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr102+
|
Details | Review |
This first appears with version 102.3.0
Crash report: https://crash-stats.mozilla.org/report/index/fc305500-4e41-4539-b923-ebbbe0221216
Reason: EXCEPTION_ACCESS_VIOLATION_READ
Top 10 frames of crashing thread:
0 xul.dll nsMsgFilterService::ApplyFilters mailnews/search/src/nsMsgFilterService.cpp:1277
1 xul.dll NS_InvokeByIndex
2 xul.dll static XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1125
3 xul.dll XPC_WN_CallMethod js/xpconnect/src/XPCWrappedNativeJSOps.cpp:963
4 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:507
5 xul.dll Interpret js/src/vm/Interpreter.cpp:3314
6 xul.dll js::RunScript js/src/vm/Interpreter.cpp:389
7 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:539
8 xul.dll js::Call js/src/vm/Interpreter.cpp:605
9 xul.dll JS_CallFunctionValue js/src/vm/CallAndConstruct.cpp:53
| Assignee | ||
Comment 1•3 years ago
|
||
getFilterList() can return null...
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/ff81073b03e6
Fix crash in [@ nsMsgFilterService::ApplyFilters]. r=benc
| Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9308859 [details]
Bug 1806245 - Fix crash in [@ nsMsgFilterService::ApplyFilters]. r=benc
[Approval Request Comment]
User impact if declined: crash fix
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): very safe
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 4•3 years ago
|
||
Comment on attachment 9308859 [details]
Bug 1806245 - Fix crash in [@ nsMsgFilterService::ApplyFilters]. r=benc
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 109.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/ca656dafb9b7
| Reporter | ||
Comment 6•3 years ago
|
||
Comment on attachment 9308859 [details]
Bug 1806245 - Fix crash in [@ nsMsgFilterService::ApplyFilters]. r=benc
[Triage Comment]
Approved for esr102
Comment 7•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 102.7.2:
https://hg.mozilla.org/releases/comm-esr102/rev/0f6deed0752b
Description
•