Closed
Bug 129641
Opened 23 years ago
Closed 23 years ago
Leaking DNS lookups
Categories
(Core :: Networking, defect, P2)
Tracking
()
VERIFIED
DUPLICATE
of bug 102229
mozilla1.0
People
(Reporter: alecf, Assigned: alecf)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
With spacetrace, I discovered we're leaking DNS lookups that are stored in the
DNSService's hashtable because we're not NS_RELEASE()'ing it in the clear-entry
callback for the PLDHashTable.
Patch forthcoming
Assignee | ||
Comment 1•23 years ago
|
||
reassigning to me, and adding default owner (?) to the CC
Assignee: new-network-bugs → alecf
Keywords: mozilla1.0
Priority: -- → P2
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 2•23 years ago
|
||
we were correctly NS_RELEASING the entry in the EvictLookup() routine, but not
on shutdown.
can I get some reviews?
Comment 3•23 years ago
|
||
gordon already has a bug filed against him on this... see bug 102229. there's
more to this than just a missing NS_RELEASE. the DNS service shutdown method
isn't being called at shutdown.
Assignee | ||
Comment 4•23 years ago
|
||
well, in any case, this will make it stop leaking when that does get called, so
this needs to go in anyway...do you know of the other bug?
Status: NEW → ASSIGNED
Comment 5•23 years ago
|
||
right, but i think gordon needs to look at this. bug 102229 is scheduled to be
fixed for moz 1.0/nsbeta1.
Assignee | ||
Comment 6•23 years ago
|
||
*** This bug has been marked as a duplicate of 102229 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•