Closed
Bug 317154
Opened 20 years ago
Closed 20 years ago
Patch for bug 316732 caused refcount leak on balsa
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ispiked, Assigned: dougt)
References
()
Details
Tinderbox says the new leak is in nsLocalFile.
Comment 1•20 years ago
|
||
It is extremely unlikely that bug 316732 caused this, are there other options for the time the leak started? (Which leak increase is this about?)
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
OK, I see two jumps in the tracerefcnt logs:
first was on 11/16 between 10:50 and 15:10
this jump is a "new" leak of three nsHostRecords, but was probably always present but we just started logging nsHostRecord recently, see bug 302724.
second was on 11/18 between 4:55 and 8:34
in this jump, the number of nsLocalFiles leaked (4) did not change, but nsLocalFile increased in size by one word (for the nsIHashable vtable pointer)... this is not something that needs to be fixed. These nsLocalFile leaks are "expected" because the toolkit nsAppRunner.cpp code holds onto localfiles after XPCOM shutdown (which is allowed), and so they appear leaked when they actually are not.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 4•20 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•