Closed
Bug 1022358
Opened 10 years ago
Closed 10 years ago
Missing external image in SVG is fetched repeatedly, and may cause 100% CPU usage
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 727754
People
(Reporter: duanyao.ustc, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/svg+xml
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140427195542
Steps to reproduce:
Open the SVG file attached with firefox.
The SVG references an external jpg image which is missing.
Actual results:
Firefox uses 100% CPU constantly, and in the devtools' console, the file path of the missing image is output over and over again.
Expected results:
Firefox should not uses 100% CPU indefinitely on this type of error.
Component: Untriaged → SVG
Product: Firefox → Core
Summary: Missing external image in SVG is cause 100% CPU usage indefinitely → Missing external image in SVG causes 100% CPU usage indefinitely
If load the file from a web server, firefox also tries to get the missing image over and over again.
Firefox 32a1 also has this problem.
Summary: Missing external image in SVG causes 100% CPU usage indefinitely → Missing external image in SVG is fetched repeatedly, and may cause 100% CPU usage
Comment 3•10 years ago
|
||
Confirmed. (In reply to Duan Yao from comment #1)
> If load the file from a web server, firefox also tries to get the missing
> image over and over again.
Confirmed; the Web Console (ctrl+shift+K) repeats this line indefinitely:
GET https://bug1022358.bugzilla.mozilla.org/16.jpg [HTTP/1.1 404 Not Found 32ms]
GET https://bug1022358.bugzilla.mozilla.org/16.jpg [HTTP/1.1 404 Not Found 33ms]
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 29 Branch → Trunk
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•