Closed
Bug 1510472
Opened 7 years ago
Closed 7 years ago
Crash in nsTDependentString<T>::nsTDependentString<T> via nsMapiHook::BlindSendMail
Categories
(MailNews Core :: Simple MAPI, defect)
Tracking
(thunderbird_esr6064+ fixed, thunderbird64 fixed, thunderbird65 fixed)
RESOLVED
FIXED
Thunderbird 65.0
People
(Reporter: wsmwk, Assigned: jorgk-bmo)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file, 1 obsolete file)
|
1.36 KB,
patch
|
mkmelin
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
About 20% of the nsTDependentString crashes are via nsMapiHook::BlindSendMail.
(~20% are another whose bug will be filed after this. The majority are Bug 1510028)
This bug was filed from the Socorro interface and is
report bp-ef78a1d7-9ae7-46e8-8a0d-85eef0181126.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll nsTDependentString<char16_t>::nsTDependentString<char16_t> xpcom/string/nsTDependentString.h:80
1 xul.dll nsMapiHook::BlindSendMail comm/mailnews/mapi/mapihook/src/msgMapiHook.cpp:318
2 xul.dll CMapiImp::SendMail comm/mailnews/mapi/mapihook/src/msgMapiImp.cpp:225
3 rpcrt4.dll Invoke
4 rpcrt4.dll _imp_load__FreeAddrInfoW
5 ole32.dll ole32.dll@0x13e7e5
6 ole32.dll ChannelProcessUninitialize
7 ole32.dll ole32.dll@0x66628
8 ole32.dll CreateChannelWrapper
9 ole32.dll CCtxComChnl::ContextInvoke
=============================================================
bp-3de6849f-ca6f-45d4-a747-7a27c0181121
| Assignee | ||
Comment 1•7 years ago
|
||
More of what was fixed in bug 1510028.
Assignee: nobody → jorgk
Attachment #9028118 -
Flags: review?(mkmelin+mozilla)
| Assignee | ||
Comment 2•7 years ago
|
||
Oops, unrelated changes crept in.
Attachment #9028118 -
Attachment is obsolete: true
Attachment #9028118 -
Flags: review?(mkmelin+mozilla)
Attachment #9028119 -
Flags: review?(mkmelin+mozilla)
Comment 3•7 years ago
|
||
Comment on attachment 9028119 [details] [diff] [review]
1510472-crash.patch
Review of attachment 9028119 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM, r=mkmelin
Attachment #9028119 -
Flags: review?(mkmelin+mozilla) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/e5ce0ede4824
Add null check to avoid crash due to nsDependentCString(null). r=mkmelin DONTBUILD
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 65.0
| Assignee | ||
Updated•7 years ago
|
Attachment #9028119 -
Flags: approval-comm-esr60+
Attachment #9028119 -
Flags: approval-comm-beta+
| Assignee | ||
Comment 5•7 years ago
|
||
TB 60.3.2 ESR:
https://hg.mozilla.org/releases/comm-esr60/rev/0ba73c30a3d9f213323766057d2176cd253efdd3
status-thunderbird64:
--- → affected
status-thunderbird65:
--- → fixed
status-thunderbird_esr60:
--- → fixed
tracking-thunderbird_esr60:
--- → 64+
| Comment hidden (obsolete) |
| Assignee | ||
Comment 7•7 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•