Closed
Bug 467873
Opened 17 years ago
Closed 17 years ago
Leak gfxTextRun and gfxFont with text-transform, rtl, pre
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: roc)
References
Details
(Keywords: memory-leak, testcase)
Attachments
(1 file)
263 bytes,
text/html
|
Details |
This testcase makes trace-refcnt report the following leaks:
1 gfxFont
1 gfxFontEntry
1 gfxTextRun
1 gfxTextRunFactory
4 nsStringBuffer
7 nsTArray_base
![]() |
||
Comment 1•17 years ago
|
||
So the gfxTextRun is clearly the root of the leak. I can't tell how that gets leaked, unfortunately.
roc, any ideas?
Assignee | ||
Comment 3•17 years ago
|
||
I'm not seeing this leak on a build from Dec 8. I ran with XPCOM_MEM_LEAK_LOG=1, loaded the testcase, and quit. Are you still seeing it? Am I doing something wrong?
Assignee | ||
Updated•17 years ago
|
Whiteboard: [needs feedback]
Reporter | ||
Comment 4•17 years ago
|
||
WFM.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•17 years ago
|
||
I will check in a crashtest when I get a chance.
Flags: in-testsuite?
Whiteboard: [needs feedback]
Assignee | ||
Updated•17 years ago
|
Flags: wanted1.9.1? → wanted1.9.1+
Reporter | ||
Updated•17 years ago
|
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•