Closed
Bug 87959
Opened 23 years ago
Closed 23 years ago
leaks while sorting messages
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: dprice, Assigned: Bienvenu)
References
Details
(Keywords: memory-leak)
Attachments
(2 files)
set XPCOM_MEM_LEAK_LOG=filename
start mozilla -mail
read messages in a newsgroup
sort by sender
sort by date
sory by subject
exit
check out the leak log. It indicates we've leaked about 850K
for this test I used a mail profile with a news server, news.mozilla.org, I read
messages in n.p.m.porkjockeys
Reporter | ||
Comment 1•23 years ago
|
||
my wires are a little crossed. This is the bug for a leak that happens while we
SORT messages. It only leaks about 100K.
Summary: leaks while searching messages → leaks while sorting messages
Reporter | ||
Comment 2•23 years ago
|
||
-> putterman
I'm available to help/answer questions.
Assignee: dprice → putterman
Target Milestone: --- → mozilla0.9.3
Comment 3•23 years ago
|
||
reassigning to sspitzer
Assignee: putterman → sspitzer
Target Milestone: mozilla0.9.3 → mozilla1.0
QA Contact: esther → stephend
Assignee | ||
Comment 5•23 years ago
|
||
I didn't see any appreciable difference between a leak log after doing the
sorting vs a leak log without sorting, especially not a 100K difference. This
was probably fixed a while ago.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Erm, so it looks like it's leaking _less_ with sorting? Anyways, right, I
don't see an increase in the leaks due to sorting, either.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•