Closed
Bug 304963
Opened 19 years ago
Closed 16 years ago
Grendel crashes on long messages(2Mb) / folders
Categories
(Grendel Graveyard :: Protocols, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kieran.maclean, Assigned: rjkeller)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier:
Grendel crashes on long messages(2Mb) / folders
Reproducible: Always
Steps to Reproduce:
1. Set up a Grendel account to a server containing a large (2Mb) email
2. Connect to the account
3. Open the large email
Actual Results:
Grendel no longer responds.
Expected Results:
Grendel should not crash.
This maybe due to the time increase of echoing the email to the console from
running JavaMail in debug mode.
For the case of a large folder running in Debug mode reveals a locked thread
grendel.ui.FolderPanel : 730
synchronized (fPanel) {
Grendel should have exited that block, this may be due to some other problem
with the code contained in this block.| Reporter | ||
Updated•19 years ago
|
OS: All → Windows XP
Comment 1•16 years ago
|
||
marking wontfix as grendel is removed from cvs
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•