Closed
Bug 126455
Opened 23 years ago
Closed 23 years ago
leak increased from 296B to 4.84KB on testerbox brad
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 102229
People
(Reporter: cathleennscp, Assigned: gordon)
Details
(Keywords: memory-leak, perf, regression)
Brad tinderbox stat
WAS NOW
------------ --------------
LK: 296 B 4.84 KB
Check-Ins during time of increase:
http://bonsai.mozilla.org/cvsquery.cgi?module=MozillaTinderboxAll&date=explicit&mindate=1014093960&maxdate=1014097139
assign to gordon, cc'ing everyone else who checked in during this time and
dbaron (leak analysis expert! :-) )
Severity: normal → critical
I changed the way the DNS service gets shutdown, which is exposing cached
lookups as a leak. The underlying cause of this is due to the fact that there
is an unreleased reference to the DNS service, so it never calls its destructor.
I'm using the refcount balancer to see who's holding the reference. We've
already eliminated nsIOService as a suspect.
Marking this bug a duplicate of bug 102229 "DNS Service and DNS Lookups leak at
shutdown".
*** This bug has been marked as a duplicate of 102229 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
*** Bug 126364 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•