Closed
Bug 394510
Opened 18 years ago
Closed 18 years ago
text run leak on garbled input
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sayrer, Assigned: roc)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file, 1 obsolete file)
7.45 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
The text at the URL is garbled. Caught this with a new script I have that walks the Web for random URLs and checks for leaks.
HTTP/1.1 200 OK
Date: Fri, 31 Aug 2007 23:05:36 GMT
Server: Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e-p1
Last-Modified: Mon, 02 Jul 2007 11:14:26 GMT
ETag: "2ebdf96-182c-4688de12"
Accept-Ranges: bytes
Content-Length: 6188
Connection: close
Content-Type: text/html
Reporter | ||
Updated•18 years ago
|
Summary: text run leak → text run leak on garbled input
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → roc
Flags: blocking1.9?
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 2•18 years ago
|
||
What did you use to detect the leak? I ran with XPCOM_MEM_LEAK_LOG=2 XPCOM_MEM_LOG_CLASSES=gfxTextRun, loaded the page, and then shut down, and I didn't see any leaks of gfxTextRun.
Reporter | ||
Comment 3•18 years ago
|
||
I ran with XPCOM_MEM_LEAK_LOG=1 and launched like so:
"./firefox -foreground http://smashingmag.com/tour/02tr/021113primalken.html"
then quit. Still get it, but I will update my build and check again.
Reporter | ||
Comment 4•18 years ago
|
||
Comment on attachment 279173 [details]
garbled page
oops, this attachment doesn't leak, but the site does. will try to get something permanent in the bug.
Attachment #279173 -
Attachment is obsolete: true
Assignee | ||
Comment 5•18 years ago
|
||
We're leaking the hyphen textrun that we create/use to measure and draw soft hyphens. This patch fixes that.
Attachment #279705 -
Flags: review?(smontagu)
Updated•18 years ago
|
Attachment #279705 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 6•18 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•