Closed Bug 129641 Opened 23 years ago Closed 23 years ago

Leaking DNS lookups

Categories

(Core :: Networking, defect, P2)

x86
Windows 2000
defect

Tracking

()

VERIFIED DUPLICATE of bug 102229
mozilla1.0

People

(Reporter: alecf, Assigned: alecf)

Details

Attachments

(1 file)

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
reassigning to me, and adding default owner (?) to the CC
Assignee: new-network-bugs → alecf
Keywords: mozilla1.0
Priority: -- → P2
Target Milestone: --- → mozilla1.0
we were correctly NS_RELEASING the entry in the EvictLookup() routine, but not on shutdown. can I get some reviews?
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.
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
right, but i think gordon needs to look at this. bug 102229 is scheduled to be fixed for moz 1.0/nsbeta1.
*** This bug has been marked as a duplicate of 102229 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERFIED/dupe, per reproter.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: