Closed
Bug 298297
Opened 20 years ago
Closed 14 years ago
large text emails cause thunderbird to hang on reply
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 289644
People
(Reporter: ittayd, Unassigned)
References
Details
(Keywords: perf)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
this is probably related to bug 240307, but involves large text emails, not
attachments, so the workaround offered there doesn't work.
basically, trying to reply to an email larger than 650K causes thunderbird to go
to high cpu utilization, and stay there. only thing i can do is to 'kill -9' it
and start it again. i've found no way to reply to such mails.
i'd also love an option to automatically snip out parts of the original mail
body when quoting it in the reply (e.g. show first 20 lines, last 20 lines, 10
first and 10 last etc.)
Reproducible: Always
Steps to Reproduce:
1.send yourself an email with 650K body
2.try to reply to the mail
3.
Actual Results:
thunderbird hangs in 100% cpu utilization
Expected Results:
allow me to compose a reply
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•19 years ago
|
||
I see the same behaviour as original poster using Thunderbird 1.0.6 20050716.
(I'm pretty sure it happens in 1.5 beta as well.)
However it's not a complete hang, my Pentium 4 Windows 2000 machine eventually
comes back to life after a period of about 30 seconds of 100% CPU utilisation.
The same problem happens when you try to Forward a message with 1mb of text, or
even if you open a completely new message, and paste about 1MB of plain text
from the clipboard.
Further testing reveals that this may be due to the conversion between plain
text and HTML. If I uncheck the "Tools, Account Settings, Composition &
Addressing, Compose Message in HTML format" checkbox, then the wait is
drastically reduced.
Also, if you go through the original poster's "steps to reproduce" but compose a
HTML message, the delay after replying to yourself is much more reasonable.
Comment 3•19 years ago
|
||
yup, confirming, that conversion goes through some painfully inefficient code.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Summary: large text emails cause thunderbird to hand on reply → large text emails cause thunderbird to hang on reply
Comment 4•18 years ago
|
||
David, OS=ALL? related to bug 240307?
ittayd, does your testing match/agree with comment 2? And is the problem reduced with version 1.5 or trunk?
Keywords: perf
i'm using TB 1.5
i sent an email to myself with an attached 1.2MB ascii log file
i tried to reply to myself, making sure the HTML conversion option is off
TB took about 3 minutes to reply, and put the log file's contents inline (part of the email's text), which is bad in itself, since it means the imaginary recepient cannot (easily) save it.
i think it should take less to reply to such a message, and that attachments that are too big should never be made part of the email's body (keep as attachments when forwarding, drop when replying). i don't think anyone really wants to comment on a 1.2MB text.
Comment 6•18 years ago
|
||
ittayd: Duplicate of bug 324521? Also see bug bug 161775.
seems like a combination of the two. reply shouldn't quote inline attachments if they are too big (for small ones, this is actually very useful, but once an attachment is big, there's no point in quoting it). after that, maybe it's the speller's performance which is to blame. i don't know. however, i also thing that spelling huge documents is not needed. i don't think people type in huge emails (how much is 'huge' should be defined of course). if the email is huge, it means probably some copy&paste. if the copy&paste is from a log file, the speller will probably have a lot of work (encountering accronyms and such)
Comment 8•18 years ago
|
||
So did turning off inline spell checking help? If so, mark this as duplicate of bug 324521. (BTW, bug 358124 will make us stop quoting text attachments.)
it didn't solve the issue, looks like the time it takes to reply is pretty much the same
Comment 10•18 years ago
|
||
WRT your comment 7, if you want to only quote part of the original you need to file a new bug - thunderbird isn't going to "intelligently" or otherwise decide to stop quoting a certain poitn.
bug 289644 is also about plaintext
Updated•18 years ago
|
QA Contact: front-end
Comment 12•17 years ago
|
||
I see the issue with a plain text email, 1.3MB, which is a build log.
I have to reply to it and comment on parts of it, and because of it's regular structure, doing so is easy. Thanks, by the way, for the find dialog.
So, these are the numbers:
(on a dual core machine, both cores constantly busy, though not at 100%)
- 45sec opening the reply window
- 45sec closing it again
- 45sec opening the reply window
- 180sec remove the not-required portions (from line 10 to line $-10)
Turing off the immediate spell checker reduces the open-window time from
45sec to 38sec. So that does not seem to be the major influence here.
Local folders. No IMAP, no HTML, no attachments in the pircure.
Thanks for all your effort!
Updated•16 years ago
|
Assignee: mscott → nobody
Updated•16 years ago
|
Component: Mail Window Front End → Message Compose Window
QA Contact: front-end → message-compose
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•