Closed
Bug 325427
Opened 19 years ago
Closed 9 years ago
SVG <use> hang with reference loops
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: jwatt)
References
Details
(Keywords: hang, perf)
Attachments
(4 files)
Reporter | ||
Comment 1•19 years ago
|
||
I'm finding it difficult to reduce this further by guessing, because many changes cause it to hang for 10 seconds instead of hanging indefinitely.
Reporter | ||
Comment 2•19 years ago
|
||
I noticed that memory usage increases by about 1MB per second until I kill Firefox using Task Manager.
Btw, I'm using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060131 Firefox/1.6a1.
I also experience various hanging conditions. Does anyone have an idea of what are the causes behind this behaviour? Even if a fix is not provided, knowing what sort of SVG documents to avoid would be useful.
Reporter | ||
Comment 4•17 years ago
|
||
WFM (Intel Mac, trunk, debug). But I originally reported this on Windows, so I'm not marking it as WFM.
Assignee | ||
Comment 5•17 years ago
|
||
Still present in current trunk builds on Windows.
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Assignee | ||
Comment 6•13 years ago
|
||
This just takes out the extraneous <g> tags. The testcase still hangs for quite a long time for me on mac - 23 seconds - but not as long as the original.
Assignee | ||
Comment 7•13 years ago
|
||
Simply removing the attributes from the <line>, <rect> and <text> tags further reduces the hang time to about 16 seconds.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jwatt
Assignee | ||
Updated•13 years ago
|
Blocks: 592129
OS: Windows XP → All
Hardware: x86 → All
Summary: SVG hang, possibly due to reference loop → SVG <use> hang with reference loops
Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•9 years ago
|
||
Testcase works without issue now.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•