Closed
Bug 357017
Opened 18 years ago
Closed 18 years ago
hang after sending mail
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wsmwk, Assigned: Bienvenu)
References
Details
(Keywords: hang)
Attachments
(1 file)
883 bytes,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
version 3 alpha 1 (20061017) (previously 20061016 for one day, 061004 and prior trunk builds before that - never a hang like this)
had just done...
* "edit message as new" on an inbox message,
* made changes in body and addressing,
* hit send, send completed
* hit ctrl-T
* copy it appeared in inbox (inbox is my sent folder)
* unsuccessful clicking another account (stuck on hourglass, spinning on 50% cpu)
plain text, no attachments, no cc: to myself - nothing unusual about message.
unable to reproduce
Assignee | ||
Comment 1•18 years ago
|
||
I saw this last night - I believe the cause is the patch I checked into bug 206408. If we get a request that's only partially processed, we need to break out of the loop. It's rare to get into that situation, since almost all move/copies only have one copy source, but there seem to be some situations where there are more than one.
Comment 2•18 years ago
|
||
This is IMAP-only?
Assignee | ||
Comment 3•18 years ago
|
||
The code isn't imap-specific, afaik.
Updated•18 years ago
|
Attachment #243686 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 4•18 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•18 years ago
|
||
solid enough to check in on branch?
Assignee | ||
Comment 6•18 years ago
|
||
It's not needed on the branch, unless I land the patch in bug 206408 on the branch as well (but I've been meaning to do that)
Reporter | ||
Comment 7•17 years ago
|
||
Resurrecting the 206408 monster and ref our email Message-ID: <46A64BC1.90105@nventure.com> if you still have it...
I assume you don't want to close 206408 until you land your last patch from comment 154 on branch. Is now a good time so it hits 2.0.0.7pre?
Reporter | ||
Comment 8•17 years ago
|
||
Comment on attachment 243686 [details] [diff] [review]
[checked in] proposed fix
landed on branch MOZILLA_1_8_BRANCH as part of attachment 241944 [details] [diff] [review] / bug 206408 -- 2007-01-04 bienvenu%nventure.com
mozilla/mailnews/base/src /nsMsgCopyService.cpp 1.51.2.1.
Attachment #243686 -
Attachment description: proposed fix → [checked in] proposed fix
You need to log in
before you can comment on or make changes to this bug.
Description
•