Closed
Bug 209188
Opened 21 years ago
Closed 20 years ago
reading imap+ssl message occasionally stalls indefinitely
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: seanc, Assigned: Bienvenu)
References
Details
(Whiteboard: fixed-aviary1.0)
Attachments
(1 file)
1.03 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529 when reading messages on an IMAP+SSL server, clicking the next message occasionally causes mozilla to try to read a message indefinitely. The M icon in the corner is constantly animated, but the message never reads. I have left mozilla running overnight to see if it would time out and it didn't in over 10 hrs. This only seems to occur when reading a folder with many unread messages (around 40+), and seems to happen randomly. This also occurs with earlier versions of Mozilla (confirmed with 1.2.1, and 1.3.1). In earlier versions, pressing the stop button, loading a previously read message (but not the last read one), then trying the unread message that mozilla stalled on will cause the message to be read, but some of the previously read messages are then marked as unread. The number marked unread varies from about 5 messages to all the messages that have been read since opening the folder (in some cases in excess of 100). In 1.4, the mail window must be closed and reopened, since there is no stop button. This has approximately the same effect as using the stop button as described above. I believe the mail server is running cyrus-imap, but since I do not own the machine, I am not sure of versions or even if that is the server. Reproducible: Sometimes Steps to Reproduce: 1. open folder with many unread messages 2. read messages and hope it stalls Actual Results: mozilla stalls until mail window is closed. Expected Results: Opened the message. This was tested with Mozilla 1.2.1, 1.3.1, and 1.4rc1 on Linux, Win2k, and FreeBSD. It is present in all cases.
Reporter | ||
Comment 1•21 years ago
|
||
Oops, should have been more clear on versions. 1.2.1 and 1.3.1 tested on Win2k and FreeBSD, 1.2.1,1.3.1, and 1.4rc1 tested on Linux.
Assignee | ||
Comment 2•21 years ago
|
||
you can either press the <esc> key, or put the stop button back on your tool bar (edit | preferences | mail & newsgroups | select buttons to appear on toolbar) do you have any special prefs set, like checking folders other than the inbox for new messages? Is it reproducible on certain messages?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 3•21 years ago
|
||
I'm not using any special prefs, just basic things (like enabling junk mail controls). It occurs randomly. Once I cancel the read and attempt to re-read the message it stalled on, the message is *always* read correctly.
Assignee | ||
Comment 4•21 years ago
|
||
I think the junk mail controls tend to make this worse because they cause us to fetch all the new messages in the folder and that can cause a little bit of a race condition. Roughly how often does this happen?
Reporter | ||
Comment 5•21 years ago
|
||
This tends to happen about every 30 minutes or so, usually when skimming a mailing list, ie going from one message to the next very quickly. I also noticed that when there is a lot of other network traffic, such as a large file transfer, it is much more likely to occur.
Comment 6•20 years ago
|
||
Don't know if it matters, but the IMAP server (University Server) I am connecting to that experiences this problem is SSL ONLY, you can't connect to it using a non-ssl connection. I have talked about this Mozilla problem with the server administrator, he has checked over the whole server and has not noticed any problems on his end, he uses IMAP successfully with Pine. I have another IMAP server (Fastmail.fm) setup in the same Mozilla config, it works *perfectly*, with and without SSL.
Assignee | ||
Comment 7•20 years ago
|
||
I don't know if this will help or not, but it attempts to fix a race condition/contention around the setting and accessing of m_urlInProgress between an imap thread and the ui thread.
Assignee | ||
Updated•20 years ago
|
Attachment #148668 -
Flags: superreview?(mscott)
Updated•20 years ago
|
Attachment #148668 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 8•20 years ago
|
||
fixed - please let me know if this still happens to you...
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Whiteboard: fixed-aviary1.0
Comment 9•20 years ago
|
||
*** Bug 237246 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Product: MailNews → Core
Updated•15 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•