Thunderbird 91.0 when accessing Preferences memory usage climbs until max and program hangs
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
People
(Reporter: frano.toich, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Steps to reproduce:
Open Thunderbird
Select Preferences from the Tools menu
Actual results:
Program hangs
Memory usage begins to climb until at reaches max and stays there
Program becomes unresponsive
Expected results:
Be able to select options in Preferences
Comment 1•3 years ago
|
||
Does problem go away if you have started in safe/troubleshooting
mode? https://support.mozilla.org/en-US/kb/safe-mode-thunderbird
Reporter | ||
Comment 2•3 years ago
|
||
I have tested in safe/troubleshooting mode and it works fine.
Comment 3•3 years ago
|
||
Also bug 1725974
Caching issue?
Comment 4•3 years ago
|
||
No idea, I haven't worked on this section for a while, maybe since 78, Khushil worked on the Preferences tab extensively.
Maybe Geoff has some insights on this?
Comment 5•3 years ago
|
||
I have no idea. Comment 2 says it works in safe mode, so that suggests to me there's some add-on issue.
Comment 6•3 years ago
|
||
Indeed, that means it's an add-on causing it.
Comment 7•3 years ago
|
||
Or something cache related.
Reporter, do you have any add-ons installed? Tools > addons > extensions
Updated•3 years ago
|
Reporter | ||
Comment 8•3 years ago
|
||
I have no add-ons installed.
I suspect it may well be a caching issue. I replaced the hard drive on my laptop and re-installed Windows 10. I simply copied the Thunderbird profile folder over from a previous version of Thunderbird on the previous hard drive, installed TB v91.0 on the new hard drive and everything began working as expected (except the Preferences). There was no need for me to recreate the user account settings - all my cached emails were simply there and new emails arrived as expected.
Is there any way to run a verification to check the consistency of the cached content?
Is there an add-on folder in the previous version which may have been copied across that could be causing an issue?
In any event - it would be good to update the code in the program to prevent the exhaustive use of system memory and instead prompt with a pop-up indicating a cache or add-on inconsistency. My suggestion.
Comment 9•3 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #6)
Indeed, that means it's an add-on causing it.
Other possibilities includes graphics.
In normal mode Help > More troubleshooting info. Copy or screen shot the graphics section and attach the file to this bug report.
Updated•3 years ago
|
Comment 10•3 years ago
|
||
The next step is probably to test whether disabling webrender helps.
Open a command prompt on windows and do
SET MOZ_WEBRENDER=0
Then start thunderbird.exe from the command prompt.
Reporter | ||
Comment 11•3 years ago
|
||
Reporter | ||
Comment 12•3 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #10)
The next step is probably to test whether disabling webrender helps.
Open a command prompt on windows and do
SET MOZ_WEBRENDER=0
Then start thunderbird.exe from the command prompt.
Okay, have just tried that now and no improvement. Same result.
Comment 13•3 years ago
|
||
Frustrating, eh?
open the error console (command+shift+J), hit the trash can to delete the current contents. then arrange thunderbird windows so the console won't be blocked and is still visible when you click on preferences. What shows in the error console?
Reporter | ||
Comment 14•3 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #13)
Frustrating, eh?
open the error console (command+shift+J), hit the trash can to delete the current contents. then arrange thunderbird windows so the console won't be blocked and is still visible when you click on preferences. What shows in the error console?
I appreciate all your time and assistance with this Wayne. This is the first thing to begin to look promising.
It is definitely looping - explaining the steady increase in memory usage until it is maxed.
I will see if I can upload a screenshot of it here.
Reporter | ||
Comment 15•3 years ago
|
||
(In reply to Frano Toich from comment #14)
(In reply to Wayne Mery (:wsmwk) from comment #13)
Frustrating, eh?
open the error console (command+shift+J), hit the trash can to delete the current contents. then arrange thunderbird windows so the console won't be blocked and is still visible when you click on preferences. What shows in the error console?
I appreciate all your time and assistance with this Wayne. This is the first thing to begin to look promising.
It is definitely looping - explaining the steady increase in memory usage until it is maxed.
I will see if I can upload a screenshot of it here.
Comment 16•3 years ago
|
||
The messages look like coming from localization. What locale are you using? From your Troubleshoot information you have the en-GB language pack installed, can you try to remove it? If it was installed with an en-GB build can you try an en_US only build?
Comment 17•3 years ago
|
||
I tried an en-US TB 91 with en-GB language pack installed and activated and have no issues. I see the override messages once and that's it. Everything is working.
Comment 18•3 years ago
|
||
I've been working with someone use who sees this problem and is using en-GB
Comment 21•3 years ago
|
||
Sorry, I duplicated this issue with bug #1727939. I use fr-FR locale
Comment 23•3 years ago
|
||
Just tried my different extensions by disabling them, and French language pack seems to be the problem
Comment 24•3 years ago
|
||
May be bug 1642415.
Comment 25•3 years ago
|
||
The about:support data in this bug is definitely that.
That's an en-GB build (intl-locale-default = en-GB
) with an en-GB langpack on top (langpack-en-GB@thunderbird.mozilla.org
).
Comment 26•3 years ago
|
||
Ok, let's dupe it.
Reporter | ||
Comment 27•3 years ago
|
||
Have just upgraded to the latest release of Mozilla Thunderbird v91.1.0 64bit on Windows 10 Pro and the same issue persists. Only improvement is that the Preferences page actually loads successfully now will the memory leak continues.
Comment 30•3 years ago
|
||
If bug 1642415 is/was only about incomplete fallback for the case of same language pack on top of same locale build, maybe there's something more involved here. Xref bug 1728744
Comment 31•3 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #1)
Does problem go away if you have started in safe/troubleshooting
mode? https://support.mozilla.org/en-US/kb/safe-mode-thunderbird
In my case Troubleshooting mode does NOT stop the memory bloat.
Updated•3 years ago
|
Comment 32•3 years ago
|
||
From a tracking/prioritization/support POV, as a general rule it's less than ideal to close a major open Thunderbird issue to a core bug, especially one that hasn't yet been uplifted to fix us. Unless it's been concluded we don't need the uplift of bug 1642415?
Comment 33•3 years ago
|
||
Fixing this one in bug 1728744. Hope that covers the cases we have...
Description
•