Closed Bug 1122278 Opened 9 years ago Closed 9 years ago

Nine Error Messages generated just opening Thunderbird 31.4.0

Categories

(Thunderbird :: Untriaged, defect)

31 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: cynthia.lockley, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20150108202552

Steps to reproduce:

I open Thunderbird. (This happens each time.)


Actual results:

The Tools/Error Console contains nine messages: some of these are about not being  able to read the chrome.manifest and others are error messages to the developers(?) to do or not do something. Here are the nine messages:

Could not read chrome manifest 'file:///Applications/Thunderbird.app/Contents/MacOS/chrome.manifest'.

Could not read chrome manifest 'file:///Applications/Thunderbird.app/Contents/MacOS/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.

CopySent2Current 1.1.2 appName=Thunderbird appVersion=31.4.0

Timestamp: 1/15/2015, 5:04:17 PM
Warning: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
Source File: resource://gre/components/steelApplication.js
Line: 783

Timestamp: 1/15/2015, 5:04:17 PM
Error: listManager.setKeyUrl is not a function
Source File: resource://gre/components/nsPhishingProtectionApplication.js
Line: 163

OpenGL compositor Initialized Succesfully.
Version: 2.1 ATI-8.24.16
Vendor: ATI Technologies Inc.
Renderer: ATI Radeon HD 4850 OpenGL Engine
FBO Texture Target: TEXTURE_2D

Timestamp: 1/15/2015, 5:04:18 PM
Error: Please do not load stuff in the multimessage browser directly, use the SummaryFrameManager instead.
Source File: resource://gre/modules/summaryFrameManager.js
Line: 85

Timestamp: 1/15/2015, 5:04:18 PM
Error: pop.verizon.net : server does not support RFC 5746, see CVE-2009-3555

OpenGL compositor Initialized Succesfully.
Version: 2.1 ATI-8.24.16
Vendor: ATI Technologies Inc.
Renderer: ATI Radeon HD 4850 OpenGL Engine
FBO Texture Target: TEXTURE_2D



Expected results:

1- I am guessing the error messages should not always be generated just opening the application.

2- Fix needed so Thunderbird can read the chrome.manifest.

3- Fixes are needed to several .js files that have coding errors.

4- The word "Succesfully" is spelled wrong.

5- Verizon error says "pop.verizon.net : server does not support RFC 5746, see CVE-2009-3555". Where is CVE-2009-3555? Who is supposed to see it?
(In reply to cynthia.lockley from comment #0)
> Could not read chrome manifest
> 'file:///Applications/Thunderbird.app/Contents/MacOS/chrome.manifest'.
> 
> Could not read chrome manifest
> 'file:///Applications/Thunderbird.app/Contents/MacOS/extensions/%7B972ce4c6-
> 7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.

Those have been around for a while, the second message is tracked in bug 1116223.

> Warning: mutating the [[Prototype]] of an object will cause your code to run
> very slowly; instead create the object with the correct initial
> [[Prototype]] value using Object.create
> Source File: resource://gre/components/steelApplication.js
> Line: 783

Solved in the Thunderbird 36.0 beta with bug 1025316, expect it with the 38.0 release this spring.

> CopySent2Current 1.1.2 appName=Thunderbird appVersion=31.4.0

> Error: Please do not load stuff in the multimessage browser directly, use
> the SummaryFrameManager instead.
> Source File: resource://gre/modules/summaryFrameManager.js
> Line: 85

> Error: listManager.setKeyUrl is not a function
> Source File: resource://gre/components/nsPhishingProtectionApplication.js
> Line: 163

I don't see these three lines on Windows. The first line indicates that you have the "Copy Sent to Current" add-on installed. Do you still see the messages after disabling this add-on?

> OpenGL compositor Initialized Succesfully.

That's a typo in the debug info of the global layers code, introduced with bug 825928.
http://mxr.mozilla.org/mozilla-central/source/gfx/layers/opengl/CompositorOGL.cpp#380

Fixing it would require a separate bug report for the "Core" product. Since it's just a debug message not seen in general, I can't tell how eagerly this would be fixed in this single occurrence.

As http://mxr.mozilla.org/comm-central/search?string=succesfully shows, it's unfortunately a very common typo and got occasionally corrected in a bulk (e.g., bug 106386 followed by bug 506041). 

> Error: pop.verizon.net : server does not support RFC 5746, see CVE-2009-3555

This is bug 526689 and fixed on the Mozilla side. It requires though that the server implements its counterpart to be fully resolved. The message indicates that this is not done for this specific server.
It sounds like most of this then is resolved.  Of the remaining issues, do you also see them with Thunderbird started in safe mode?
Flags: needinfo?(cynthia.lockley)
Whiteboard: [closeme 2015-02-15]
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(cynthia.lockley)
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2015-02-15]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: