TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CrashFirefox.com

21 pointsby molochabout 10 years ago

14 comments

tomohawkabout 10 years ago
My firefox with noscript did not crash
评论 #9352182 未加载
评论 #9352204 未加载
majkeabout 10 years ago
Not a bug! The crash is as intended! (at least in chrome)<p><a href="https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;chromium&#x2F;issues&#x2F;detail?id=432559" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;chromium&#x2F;issues&#x2F;detail?id=432559</a>
评论 #9352212 未加载
rsuelzerabout 10 years ago
Actually, it didn&#x27;t crash my firefox 40.0a . It asked me eventually if I would like to stop running scripts on this page. Which I did and I am now typing this using the same Firefox instance. Only it now is using 4.6gb of memory. :)
评论 #9352184 未加载
thyrsusabout 10 years ago
When it detected noscript, it replaced the page with this:<p><pre><code> &lt;meta http-equiv=&quot;refresh&quot; content=&quot;0&quot;&gt;AAAA......... </code></pre> ...as displayed with ^U, except the &quot;AAAA....&quot; wasn&#x27;t visible until I pasted it in this text box. I&#x27;m not sure, but I suspect the length of the AAAAs was growing rapidly. There&#x27;s a lot of memory and more than one core on this system, so I think I killed the tab, which appeared only as a blank page, before it became too destructive.
DigitalSeaabout 10 years ago
As a Firefox user I can confirm this does indeed crash Firefox. It however also crashes Chrome to an extent (at least on Windows) you get the aw snap page shortly after it loads.<p>Seems like it just overloads the browser using this technique in the URL: data:text&#x2F;html,&lt;script&gt;location+=location+&#x27;A&#x27;.repeat(100000000);&lt;&#x2F;script&gt; - I haven&#x27;t tested in any other browser, but to me that technique would crash any browser, probably even worse on mobile.
Manishearthabout 10 years ago
See also: <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;attachment.cgi?id=8529794" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;attachment.cgi?id=8529794</a><p>Context: <a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1105796" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1105796</a>
nunsncustardabout 10 years ago
Try running &#x27;curl&#x27; on that URL (NQSFW). You can see what it&#x27;s doing with the loop majke pointed out.
cozzydabout 10 years ago
Hmm, it started using a bunch of CPU and memory, but I kill -9ed it before it actually died by itself.
soylentcolaabout 10 years ago
It was like knowing the link is a Rickroll and clicking on it anyway...<p>Did indeed crash Firefox 37.0.1.
windlepabout 10 years ago
Seriously, no disclaimer that this will hang Firefox, and will likely lock up a system for 20+ seconds before it will let you kill Firefox (linux)? (Thankfully I run linux in a vmware image, so I can go play a game while waiting for linux to figure out the process went rogue)<p>I didn&#x27;t realize HN was the new 4chan&#x2F;8chan. Sigh.
评论 #9352140 未加载
评论 #9352164 未加载
评论 #9352125 未加载
评论 #9352131 未加载
malkiaabout 10 years ago
Got a crash on Chrome (Linux)
mijoharasabout 10 years ago
content in case it crashes your browser and you&#x27;re interested:<p><pre><code> data:text&#x2F;html,&lt;script&gt;location+=location+&#x27;A&#x27;.repeat(100000000);&lt;&#x2F;script&gt;</code></pre>
评论 #9352127 未加载
Mizzaabout 10 years ago
Hung, but eventually recovered on 37.<p>Not really sure what I was expecting.
skidooabout 10 years ago
Well that&#x27;s just mean.