Closed
Bug 361700
Opened 19 years ago
Closed 19 years ago
Leaks from bug 352174
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ajschult784, Unassigned)
References
()
Details
(Keywords: memory-leak, regression)
bug 352174 caused about 1.6K of leaks on nye tbox:
--NEW-LEAKS-----------------------------------leaks------leaks%-----------------------
gfxFontList 32 -
nsVoidArray 16 -
gfxFont 1848 175.00%
nsStringBuffer 2056 29.80%
nsTArray_base 704 2.33%
Comment 1•19 years ago
|
||
Andrew:
Is this a real leaking?
The many objects are owned by global static object in the patch of bug 352174.
Looks like this is same as bug 357779.
Assignee: masayuki → nobody
Comment 2•19 years ago
|
||
And I have a question. If this is my leaking bug, why we cannot see the same leaking in Firefox?
http://build-graphs.mozilla.org/graph/query.cgi?testname=refcnt_leaks&units=bytes&tbox=balsa-trunk&autoscale=1&days=7&avg=1&showpoint=2006:11:20:23:09:48,2524
# I checked-in the patch at 2006/11/20 22:30
Comment 3•19 years ago
|
||
This is a log of the firefox build that was built after immediately my checking-in.
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1164092100.19056.gz
| Reporter | ||
Comment 4•19 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1164092100.19056.gz
>ac_add_options --enable-default-toolkit=gtk
balsa builds gtk1, which is why it won't show up there.
Comment 5•19 years ago
|
||
(In reply to comment #4)
> http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1164092100.19056.gz
>
> >ac_add_options --enable-default-toolkit=gtk
>
> balsa builds gtk1, which is why it won't show up there.
Oops, sorry.
# why we are testing the gtk1 on tinderbox??
Comment 6•19 years ago
|
||
i think this is fixed
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•