Help | troubleshooting yields Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://messenger/content/about-support/aboutSupport.js
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr78 fixed, thunderbird89 fixed)
People
(Reporter: wsmwk, Assigned: Paenglab)
Details
(Keywords: regression)
Attachments
(2 files)
|
387.98 KB,
image/png
|
Details | |
|
1.69 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1339436 +++
I just encountered this with 89.0b2 on Mac after a crash. Troubleshooting is missing the contents of the labels column
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://messenger/content/about-support/aboutSupport.js :: application :: line 259" data: no] aboutSupport.js:259:27
application chrome://messenger/content/about-support/aboutSupport.js:259
onload chrome://messenger/content/about-support/aboutSupport.js:57
<anonymous> self-hosted:1225
| Assignee | ||
Comment 1•4 years ago
|
||
This is no regression from 89. This happens on 78 too.
The error comes from here https://searchfox.org/comm-central/rev/6dbfd83437bab124d39332c768a5f55a36e7a196/mail/components/about-support/content/aboutSupport.js#259 because https://searchfox.org/comm-central/rev/6dbfd83437bab124d39332c768a5f55a36e7a196/mail/components/about-support/AboutSupportMac.jsm#14 returns null and there is no null check.
| Assignee | ||
Comment 2•4 years ago
|
||
Is the check like this okay? And is the try/catch still needed with this check?
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/b9ca56755852
in about:support, check fsType validity before get a string name. r=mkmelin
| Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9220031 [details] [diff] [review]
1709261-fsType-check.patch
[Approval Request Comment]
User impact if declined: on Mac error message when opening the troubleshooting information
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): low
| Reporter | ||
Comment 6•4 years ago
|
||
Comment on attachment 9220031 [details] [diff] [review]
1709261-fsType-check.patch
[Triage Comment]
Approved for beta
Comment 7•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 89.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/5e7206df47ed
| Reporter | ||
Comment 8•4 years ago
|
||
Comment on attachment 9220031 [details] [diff] [review]
1709261-fsType-check.patch
[Triage Comment]
Approved for esr78
Comment 9•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 78.10.2:
https://hg.mozilla.org/releases/comm-esr78/rev/e331955627fc
Description
•