Closed
Bug 12349
Opened 27 years ago
Closed 27 years ago
Leaking the account manager because of writing to cache
Categories
(MailNews Core :: Backend, defect, P1)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: alecf, Assigned: Bienvenu)
Details
We're leaking the account manager because we write to cache when the account
manager gets shutdown.
I'll put more details here in a bit...this was the chicken & egg problem I
posted to the newsgroup last week.
| Reporter | ||
Updated•27 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M10
| Reporter | ||
Comment 1•27 years ago
|
||
This is also causing an assert and/or a crash on the Mac.
| Assignee | ||
Updated•27 years ago
|
Assignee: alecf → bienvenu
Status: ASSIGNED → NEW
| Assignee | ||
Comment 2•27 years ago
|
||
I'm working on this...
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•27 years ago
|
||
fixed by making the folder cache a listener on the shutdown of the mail session,
and writing out the folder cache then.
| Assignee | ||
Comment 5•27 years ago
|
||
If he can use the debugger, he can set breakpoints in the constructor and
destructor for the nsMsgMailSession and verify that it only gets constructed
once, and destroyed once. Otherwise, he could ask Alec to verify it.
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•