Closed
Bug 399673
Opened 17 years ago
Closed 17 years ago
reloading a live bookmark results in refcount leaks of nsNavHistoryResultNode
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
People
(Reporter: moco, Assigned: sayrer)
Details
(Keywords: memory-leak)
Attachments
(1 file, 1 obsolete file)
1.64 KB,
patch
|
asaf
:
review+
mconnor
:
approvalM9+
mconnor
:
approval1.9+
|
Details | Diff | Splinter Review |
reloading a live bookmark results in refcount leaks of nsNavHistoryResultNode
note, this is not a new leak.
also note, this is after mano's fix for bug #399418, which seems to have had a great impact on places leaks.
|<----------------Class--------------->|<-----Bytes------>|<----------------Objects---------------->|<--------------References-------------->|
Per-Inst Leaked Total Rem Mean StdDev Total Rem Mean StdDev
0 TOTAL 31 3480 443401 90 ( 1416.69 +/- 1931.02) 1522276 90 ( 2223.49 +/- 3101.64)
nsTraceRefcntImpl::DumpStatistics: 749 entries
495 nsNavHistoryResultNode 100 3000 89 30 ( 39.91 +/- 17.11) 1012 30 ( 106.86 +/- 58.95)
600 nsStringBuffer 8 480 33701 60 ( 4697.40 +/- 2602.10) 59168 60 ( 5955.73 +/- 2883.77)
Assignee | ||
Comment 1•17 years ago
|
||
Assignee | ||
Comment 2•17 years ago
|
||
Attachment #285428 -
Attachment is obsolete: true
Attachment #285429 -
Flags: review?(mano)
Attachment #285428 -
Flags: review?(mano)
Comment 3•17 years ago
|
||
Comment on attachment 285429 [details] [diff] [review]
use a RefPtr
r=mano
Attachment #285429 -
Flags: review?(mano) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #285429 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #285429 -
Flags: approvalM9+
Attachment #285429 -
Flags: approval1.9?
Attachment #285429 -
Flags: approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•