Closed
Bug 44629
Opened 24 years ago
Closed 24 years ago
cache leaks 8 bytes on shutdown
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: dbaron, Assigned: gordon)
References
Details
(Keywords: memory-leak, Whiteboard: [nsbeta3-])
The cache leaks 8 bytes on shutdown. I haven't taken a leaksoup log in mozilla
without seeing this:
<void*> (8) Leaks
0x06D6B590 [0] <void*> (8){8}
0x08000000 ииии
0x490E0300 Iиии
malloc
PR_Malloc
nsMemoryImpl::Alloc(unsigned long)
nsMemory::Alloc(unsigned long)
nsNetDiskCache::SetSizeEntry()
nsNetDiskCache::~nsNetDiskCache()
nsNetDiskCache::Release()
nsCacheManager::~nsCacheManager()
nsCacheManager::Release()
DeleteEntry(nsHashKey*, void*, void*)
_hashEnumerateRemove(PLHashEntry*, int, void*)
PL_HashTableEnumerateEntries
nsHashtable::Reset(int (*)(nsHashKey*, void*, void*), void*)
nsObjectHashtable::Reset()
nsObjectHashtable::~nsObjectHashtable()
nsServiceManagerImpl::~nsServiceManagerImpl()
nsServiceManagerImpl::Release()
nsServiceManager::ShutdownGlobalServiceManager(nsIServiceManager**)
NS_ShutdownXPCOM(nsIServiceManager*)
main
__NSInitialize(1BCE0604)
Comment 1•24 years ago
|
||
reassigning to just neeti per dawn's request (two owners doesn't work)
Assignee: neeti,gordon → neeti
Status: ASSIGNED → NEW
don't want neeti to spend too much time investigating this, but if we could get
where this is being leaked from then a plus is a possibility. putting on minus
till then.
Whiteboard: [nsbeta3-]
Updated•24 years ago
|
Target Milestone: M17 → Future
Assignee: neeti → gordon
Status: ASSIGNED → NEW
Target Milestone: Future → mozilla0.9
Comment 5•24 years ago
|
||
old cache bug, marking fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•