Closed
Bug 1264943
Opened 10 years ago
Closed 3 years ago
OOM 158.10c @ firefox.exe!xul.dll!nsTArray_base<...>::EnsureCapacity<...>
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: abbGZcvu_bugzilla.mozilla.org, Unassigned)
Details
(Keywords: crash, testcase)
Attachments
(1 file)
|
132 bytes,
image/svg+xml
|
Details |
Infinite looping code consumes memory until no more is available, causing a crash.
Repro:
<svg xmlns="http://www.w3.org/2000/svg"><style>*{animation: a,a 1s}@keyframes a {0%{transform:none</style><animate></animate></svg>
Works for me on Nightly.
Component: DOM: Core & HTML → SVG
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•