Closed
Bug 111333
Opened 23 years ago
Closed 23 years ago
leaks up 40 bytes after landing for bug #110850
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.7
People
(Reporter: sspitzer, Assigned: alecf)
Details
Attachments
(4 files)
123.00 KB,
text/plain
|
Details | |
124.35 KB,
text/plain
|
Details | |
2.64 KB,
patch
|
Bienvenu
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
656 bytes,
patch
|
alecf
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
leaks up 40k after landing for bug #xxxxx
we're investigating.
Reporter | ||
Updated•23 years ago
|
Summary: leaks up 40k after landing for bug #xxxxx → leaks up 40k after landing for bug #110850
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Either the history ab isn't getting closed (perhaps because shutdown
notifications dont' work reliably anymore), or I screwed up the leak stats for
mork objects
Reporter | ||
Comment 4•23 years ago
|
||
one thing that shows up is that we're leaking 40 morkObjects, but those appear
to be only 40 bytes per instance.
Reporter | ||
Comment 5•23 years ago
|
||
40K, no. 40B yes. I'm a moron, who can't read a leak log if his life depended
on it.
keeping this open, as we appear to be leaking a morkObject.
this may not be a new leak, it's just that david's recent fixes now make it so
we report those leaks.
Summary: leaks up 40k after landing for bug #110850 → leaks up 40 bytes after landing for bug #110850
Comment 6•23 years ago
|
||
believe me, we leaked a lot more than that before. Purify doesn't show any
morkObject leaks, so I'm a little unsure who to trust. It might be a global
object...
Assignee | ||
Comment 7•23 years ago
|
||
I don't think the bloat tests even start mail, so this might be a global history
leak.
Comment 8•23 years ago
|
||
yes, it's global history, and it's almost certainly the global factory. Anyway,
I'm looking at it, but it's not a high priority since actual leaks have gone way
down.
Assignee | ||
Comment 9•23 years ago
|
||
how exciting. turns out it was pretty darn easy. we were just leaking an
nsIMdbFactory
can I get sr=bienvenu, r=sspitzer?
Assignee | ||
Comment 11•23 years ago
|
||
hmm.. now I'm getting an assertion on shutdown with this leak. I'm not sure if
its really me or not though.
Comment 12•23 years ago
|
||
Famous last words ... not sure if it's really me... I'll try the patch and see
if I see assertions.
Assignee | ||
Comment 13•23 years ago
|
||
actually, see bug 112058 for a more complete patch that cleans up lots of
non-mork leaks.
Comment 14•23 years ago
|
||
Hey, Alec, I'm not seeing assertions - what are the assertions? Assuming they're
not mork assertions, r=bienvenu on the patch.
Comment 15•23 years ago
|
||
Comment on attachment 59227 [details] [diff] [review]
fix global history leak
r=bienvenu,assuming assertions aren't new.
Attachment #59227 -
Flags: review+
Comment 16•23 years ago
|
||
OK, I see the assertion if I just start up with the browser and shutdown. I'll
attach a patch for that assertion.
Comment 17•23 years ago
|
||
Comment 18•23 years ago
|
||
Alec, the assertion is caused by your change, but the attached patch should fix
it. Do you want to try it and check it in with your patch?
Reporter | ||
Comment 19•23 years ago
|
||
Comment on attachment 59266 [details] [diff] [review]
fix for assertions.
sr=sspitzer
Attachment #59266 -
Flags: superreview+
Reporter | ||
Comment 20•23 years ago
|
||
Comment on attachment 59227 [details] [diff] [review]
fix global history leak
sr=sspitzer
Attachment #59227 -
Flags: superreview+
Assignee | ||
Comment 21•23 years ago
|
||
Comment on attachment 59266 [details] [diff] [review]
fix for assertions.
awesome!
r=alecf and I'm checking both in.
Attachment #59266 -
Flags: review+
Assignee | ||
Comment 22•23 years ago
|
||
thanks guys, fix is in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.7
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•