[W64] Firefox 69.0 beta (32-bit) quits after repeating loading long (HTTP) URL in iframe
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: zarco.zwier, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: csectype-dos, csectype-oom)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Open the PoC under Microsoft Windows [Version 10.0.17763.592] with Firefox 68.0 beta 32-bit
Actual results:
Firefox quits, this can be be used as Denial of Service
Expected results:
Show the yellow bar that the website slows Firefox and not quit.
Reporter | ||
Comment 1•5 years ago
|
||
http://127.0.0.1 is an empty file.
Comment 2•5 years ago
|
||
Can you link to a submitted crashreport from about:crashes that corresponds to the crash you're seeing with your testcase?
Reporter | ||
Comment 3•5 years ago
|
||
One of those would be https://crash-stats.mozilla.org/report/index/64f37572-5086-456c-bad8-8dbde0190703
Reporter | ||
Comment 4•5 years ago
|
||
Delay that, not sure that one was done with empty profile.
This one surely is: https://crash-stats.mozilla.org/report/index/aabc4e38-10ad-4fb7-a29d-2c1e20190703
Comment 5•5 years ago
|
||
Both of those are OOM crashes (ie we ran out of memory). One of them in the content process (so that would have shown up as a tab crash, not taking down Firefox's "main" process). The other one has no symbols for some reason? Either way, it looks like this is basically memory exhaustion.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
It looks like this test case is jamming a large string into the src field of an iframe, so I'll move this to DOM.
Updated•2 years ago
|
Description
•