startup stalls with unresponsive script on folderpane.js 1755
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird78 wontfix, thunderbird79 affected)
People
(Reporter: musiquegraeme, Unassigned)
References
(Regression)
Details
(Keywords: perf, regression, Whiteboard: [regression:tb78])
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
I started Thunderbird in a profile in a secure container
Actual results:
A dialog message came up saying that there was an unresponsive script. This has happened every time I opened it for the first time after the container was opened. However once it had been started, if I closed TB and restarted there was no unresponsive script.
Expected results:
Thunderbird should have opened without the unresponsive script
Reporter | ||
Comment 3•4 years ago
|
||
I have an AutoIT program that uses the line $SecureThunderbirdPid = Run($ThunderbirdExe & " -profile " & $ScriptDrive & "Settings\Thunderbird") to start Thunderbird with the given profile. I only mentioned it because I found that after it had started once it didn't give the problem until the container had been closed.
The problem started when I updated to TB 78. I waited a few days to see if it would stop.
$ThunderbirdExe is the path of Thunderbird in my computer and $ScriptDrive is the Drive that the container has been opened on.
Comment 4•4 years ago
|
||
Given that you have multiple items starting at the same time, you are likely seeing high disk IO, and maybe even high CPU load.
You have tested that this happens if Thunderbird is started later, well after a container has started, correct?
I'm not finding secure containers capabilities with AutoIT, so what is a secure container in this context?
Comment 5•4 years ago
|
||
What line is that? (What version are you using?) https://searchfox.org/comm-central/rev/b0826913e4dd6d1913c9974fcc4dcf89a29a6f6b/mail/base/content/folderPane.js#1755 seems not an alternative
Reporter | ||
Comment 6•4 years ago
|
||
The secure container is opened with VeraCrypt and is definitely open before there is any possibility of starting TB - I only mentioned it because the "error" of the unresponsive script didn't seem to happen at other times. It also never happened before and is happening consistently now.
I'm using TB78.01b
Comment 7•4 years ago
|
||
Maybe duplicate of bug 1647251.
Comment 8•4 years ago
|
||
Or bug 1652279 if ...
musiquegraeme, are you still seeing the issue?
Reporter | ||
Comment 9•4 years ago
|
||
Yes. It happens at least twice, maybe three times at least once a day. It may be that the number of the warning changes - I think I've seen 1730. Does that change anything. I usually hit continue, not sure what stopping the script would do. It does work eventually.
By the way I don't have any custom folder colours...
Blessings
Comment 10•4 years ago
|
||
Performance can bite you even if you don't set custom color. Let's assume this is a regression of bug 1637668. bug 1652279 is the next attempt to resolve this.
Reporter | ||
Comment 11•4 years ago
|
||
Just started up with TB 79.0b2 and had a non responsive script twice the number was 1283...
Comment 12•4 years ago
|
||
Please check this candidate build this weekend and tell us if the situation improves.
https://archive.mozilla.org/pub/thunderbird/candidates/79.0b3-candidates/build1/
Comment 13•4 years ago
|
||
Should also be fixed in 78.1.0
Updated•4 years ago
|
Reporter | ||
Comment 15•4 years ago
|
||
This situation has been completely resolved for me.:) Well done.!!
Updated•4 years ago
|
Description
•