Open
Bug 392962
Opened 17 years ago
Updated 2 years ago
Global Window Leaks when you run junk mail controls on a folder
Categories
(MailNews Core :: Filters, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: mscott, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
26.68 KB,
text/plain
|
Details |
using a latest trunk build.
If I select a folder and then run junk mail controls on that folder, we leak the world because the global window is getting leaked.
This problem is intermittent. I've seen it for both imap and local folders. I think it only happens when we find at least one piece of junk mail to move to the junk folder. Although even then, it doesn't happen 100% of the time.
Reporter | ||
Comment 1•17 years ago
|
||
Here's an example leak log using imap.
1) Start up
2) Select a Folder
3) Run junk mail controls on the folder (it moved one message in this case)
4) What for the operation to complete and then quit.
Assignee: nobody → mscott
Status: NEW → ASSIGNED
Updated•17 years ago
|
Flags: wanted-thunderbird3?
Updated•16 years ago
|
Assignee: mscott → nobody
Status: ASSIGNED → NEW
Comment 2•16 years ago
|
||
looks kinda big leak?
Component: General → Filters
OS: Windows Vista → All
Product: Thunderbird → MailNews Core
QA Contact: general → filters
Hardware: x86 → All
Version: 2.0 → 1.8 Branch
Comment 3•16 years ago
|
||
It's a large leak, but for normal usage it's just a one time leak, not a leak that grows over time. In essence, it's a shutdown leak, which makes it harder for us to track down other memory leaks, but doesn't affect the user so much. I'm not sure that this leak still happens - but we should have an automated test for this.
Flags: in-testsuite?
Updated•16 years ago
|
Severity: normal → minor
Comment 4•16 years ago
|
||
(In reply to comment #2)
> looks kinda big leak?
Could just be because we're leaking the rdf service and its a shutdown leak.
I'll try and verify that it is a one-off leak (and run filters isn't affected) before TB 3. Also adding to the list of leak & bloat test improvements (as this bug is already filed).
Assignee: nobody → bugzilla
Blocks: 458351
Priority: -- → P2
Target Milestone: --- → Thunderbird 3.0rc1
Comment 5•14 years ago
|
||
Note: if anyone comes along and fixes this they are welcome to, but we're not going to specifically set wanted on what appears to be a one-off leak.
Assignee: bugzilla → nobody
Flags: wanted-thunderbird3?
Flags: in-testsuite?
Priority: P2 → --
Target Milestone: Thunderbird 3.0rc1 → ---
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•