Thunderbird 102.3.0 freezes about 30 seconds than works fine when receiving 13000 emails on large POP3 folders after update from 91.13.1
Categories
(MailNews Core :: Networking: POP, defect, P2)
Tracking
(thunderbird_esr102+ fixed, thunderbird106 fixed)
People
(Reporter: maciejgardela, Assigned: rnons)
References
Details
(Keywords: perf)
Attachments
(2 files)
|
70.69 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr102+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Steps to reproduce:
Thunderbird 102.3.0 freezes when receiving emails on large POP3 folders/accounts (about 13000 messages) after update from 91.13.1
Actual results:
Thunderbird freezes about 30 seconds than works fine
Expected results:
no freeze
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
freezes when receiving emails on large POP3 folders/accounts (about 13000 messages)
Just making sure, are you downloading 13000 messages, or the 13000 messages already existed in the folder? Does it still happens every time you click "Get Messages"?
As I told before it was after upgrading to version 102, This bug occurs on 3 PC's with the same thunderbird 102v (all 3 with the same POP3 account) Can I post a link from Youtube with bug here?
Today i'm gonna downgrade to0 91.13.1 to be sure that this is a problem with version 102
Updated•3 years ago
|
Program hangs for about 25 seconds with message "checking inbox for new messages" than works fine.
I deleted all msf files from profile folder, doesn't work for me
proxy also unchecked
(In reply to Ping Chen (:rnons) from comment #2)
freezes when receiving emails on large POP3 folders/accounts (about 13000 messages)
Just making sure, are you downloading 13000 messages, or the 13000 messages already existed in the folder? Does it still happens every time you click "Get Messages"?
messages already exists in the folder, yes it still happens every time, on second, smaller POP3 accoutn works fine, check attached file.
| Assignee | ||
Comment 7•3 years ago
|
||
Can you get a performance profile?
- Open Dev Tools (Ctrl+Shift+I), select Performance tab
- Click "Start recording" in DevTools
- Click "Get Messages" in main TB window
-- wait until finish - Click "Capture recording" in DevTools
- Click "Upload Local Profile" in DevTools
Maybe get some debug logs as well, set mailnews.pop3.loglevel to All in Config Editor
(In reply to Ping Chen (:rnons) from comment #7)
Can you get a performance profile?
- Open Dev Tools (Ctrl+Shift+I), select Performance tab
- Click "Start recording" in DevTools
- Click "Get Messages" in main TB window
-- wait until finish- Click "Capture recording" in DevTools
- Click "Upload Local Profile" in DevTools
Maybe get some debug logs as well, set
mailnews.pop3.logleveltoAllin Config Editor
sure
https://share.firefox.dev/3SF5PBJ
after downgrading to 91.13.1
with shell command thunderbird -profilemanager --allow-downgrade
everything works fine
| Assignee | ||
Comment 9•3 years ago
|
||
Thanks, will try to make a fix.
Comment 10•3 years ago
|
||
(In reply to TesterPL from comment #8)
(In reply to Ping Chen (:rnons) from comment #7)
Can you get a performance profile?
- Open Dev Tools (Ctrl+Shift+I), select Performance tab
- Click "Start recording" in DevTools
- Click "Get Messages" in main TB window
-- wait until finish- Click "Capture recording" in DevTools
- Click "Upload Local Profile" in DevTools
Maybe get some debug logs as well, set
mailnews.pop3.logleveltoAllin Config Editorsure
https://share.firefox.dev/3SF5PBJafter downgrading to 91.13.1
with shell command thunderbird -profilemanager --allow-downgrade
everything works fine
Hi, after the shell command, could you explain which are the next passages to make the downgrade?
TIA
| Assignee | ||
Comment 11•3 years ago
|
||
Instead of downgrading, you can also set mailnews.pop3.jsmodule to false
| Reporter | ||
Comment 13•3 years ago
|
||
my steps
- Download thunderbird x64 91.13.1 from https://ftp.mozilla.org/pub/thunderbird/releases/91.13.1/win64/
- do not unistall version 102, run 91.13.1 installer at the end (last step) uncheck Launch Thunderbird
- windows + R : thunderbird -profilemanager --allow-downgrade enter
- after a while select your profile (in my case highlited profile was correct profile on 6 PC's)
- wait a while and don't be nervous :)
| Assignee | ||
Comment 14•3 years ago
|
||
I'd like to see some logs similar to bug 1792282 comment 4, but with timestamps. Click the gear icon in top-right of the Error Console, turn on "Show Timestamps". Thanks
| Assignee | ||
Comment 15•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Comment 16•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b9e3fe9b3470
Prevent blocking main process for too long in LineReader.jsm. r=mkmelin
Updated•3 years ago
|
| Assignee | ||
Comment 17•3 years ago
|
||
Comment on attachment 9296712 [details]
Bug 1792675 - Prevent blocking main process for too long in LineReader.jsm. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): pop3-js
User impact if declined: When checking new messages, processing the LIST/UIDL response blocks the main process, the UI freezes
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 18•3 years ago
|
||
Comment on attachment 9296712 [details]
Bug 1792675 - Prevent blocking main process for too long in LineReader.jsm. r=mkmelin
[Triage Comment]
Approved for beta
Comment 19•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 106.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/b7f7eb63eb39
| Assignee | ||
Comment 20•3 years ago
|
||
Comment on attachment 9296712 [details]
Bug 1792675 - Prevent blocking main process for too long in LineReader.jsm. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): pop3-js
User impact if declined: When checking new messages, processing the LIST/UIDL response blocks the main process, the UI freezes
Testing completed (on c-c, etc.): beta
Risk to taking this patch (and alternatives if risky): low
Comment 21•3 years ago
|
||
Comment on attachment 9296712 [details]
Bug 1792675 - Prevent blocking main process for too long in LineReader.jsm. r=mkmelin
[Triage Comment]
Approved for esr102
Comment 22•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 102.4.0:
https://hg.mozilla.org/releases/comm-esr102/rev/e59c1bb62775
Comment 23•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 102.4.0:
https://hg.mozilla.org/releases/comm-esr102/rev/c064680366a1
Description
•