Closed
Bug 10905
Opened 26 years ago
Closed 26 years ago
[BLOCKER] Necko: Whole mailbox doesn't get parsed
Categories
(Core :: Networking, defect, P1)
Core
Networking
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: scottputterman, Assigned: warrensomebody)
References
Details
(Whiteboard: Looks like a necko problem with large files...waiting for necko to confirm.)
Right now it looks like only one call to OnDataAvailable is being made to
nsParseMailbox and there's no Stop call. Because it's happening in 1MB chunks,
the 1st 1MB worth of headers get parsed, but in my folder of 1000 messages which
takes up 7MB, most of the headers don't show up.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Looks like a necko problem with large files...waiting for necko to confirm.
Comment 1•26 years ago
|
||
I believe this is a necko bug the more I think about it. They had some problems
with reading in large files and I remember a temporary work around being to set
the following buffer size:
NS_FILE_TRANSPORT_BUFFER_SIZE (1024*1024)
My guess is, Scott's berkley mail folder is larger than this size and that's why
we can't read it out.
I've emailed rick potts and warren to get their open. I'll post it here. I'll
also try to find the necko bug for this problem and will mark this a dup of it
if that turns out to be the case.
Severity: normal → blocker
Component: Necko → Networking-Mail
Priority: P3 → P1
Summary: [BLOCKER] Whole mailbox doesn't get parsed → [BLOCKER] Necko: Whole mailbox doesn't get parsed
We are going to get rid of the "necko" component for mail/news soon per mscott.
Updated•26 years ago
|
Target Milestone: M9
Comment 3•26 years ago
|
||
setting tfv to m9..still haven't heard back from rick and warren yet.
Updated•26 years ago
|
Assignee: mscott → warren
Status: ASSIGNED → NEW
Component: Networking-Mail → Necko
Comment 4•26 years ago
|
||
Re-assignng to warren. This bug is a manifestation of necko's problem
with really large files. Setting component to necko because this really is a
necko bug and not a mailnews networking problem.
Warren, this should be pretty easy to test without using messenger. The file
tests in netwerk should trigger the problem too if the file is big enough.
(mscott - do you want the product to be Browser rather than MailNews? I thought
you wanted to get rid of the Necko component in the MailNews product.)
Updated•26 years ago
|
Product: MailNews → Browser
Comment 6•26 years ago
|
||
Yeah your right...the product should be browser..I'm setting that now.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•26 years ago
|
||
Scott, I think I've got this fixed now. At least things are much happier when I
crank the file buffer size way down -- I assume the large mailbox size is the
converse problem. Let me know if it doesn't work.
Reporter | ||
Comment 9•26 years ago
|
||
Yes, this is working for me now. Thanks for fixing this.
Comment 10•26 years ago
|
||
this is now working.
Comment 11•26 years ago
|
||
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•