Closed Bug 10905 Opened 26 years ago Closed 26 years ago

[BLOCKER] Necko: Whole mailbox doesn't get parsed

Categories

(Core :: Networking, defect, P1)

defect

Tracking

()

VERIFIED FIXED

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.
Status: NEW → ASSIGNED
Whiteboard: Looks like a necko problem with large files...waiting for necko to confirm.
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.
Target Milestone: M9
setting tfv to m9..still haven't heard back from rick and warren yet.
Assignee: mscott → warren
Status: ASSIGNED → NEW
Component: Networking-Mail → Necko
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.)
Product: MailNews → Browser
Yeah your right...the product should be browser..I'm setting that now.
Blocks: 11091
Status: NEW → ASSIGNED
*** Bug 10643 has been marked as a duplicate of this bug. ***
Blocks: 11349
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
Yes, this is working for me now. Thanks for fixing this.
Status: RESOLVED → VERIFIED
this is now working.
Bulk move of all Necko (to be deleted component) bugs to new Networking component.
You need to log in before you can comment on or make changes to this bug.