TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Apple iPhone Safari Crasher (iPhone 4 & 4S, iOS 5.0.1)

10 点作者 thefox超过 13 年前

10 条评论

steverb超过 13 年前
It appears to crash Google Chrome on Windows 7 as well, which makes me think that it's a problem with WebKit.<p>Firefox 3.6.3 was a little iffy with it and stopped responding several times, but did eventually pull through.<p>IE 9 did not appear to be adversely affected.
评论 #3248149 未加载
评论 #3247794 未加载
评论 #3248269 未加载
aparadja超过 13 年前
Last time I checked, the easiest way to crash Safari was to copy the latest failing crash tests from the WebKit source repository.
ender7超过 13 年前
Interesting, but it's really not that hard to crash Safari in iOS. We've had to redesign our web interfaces a couple of times to avoid endemic crashing.<p>In general, lots of images + lots of javascript + screen rotation = crash.
评论 #3248340 未加载
devy超过 13 年前
To be fair, it crashed my Google Chrome 15.0.874.120 on a MacBook Pro. So it's not Apple iOS device specific. It's probably WebKit browser specific or even far more out reaching.
评论 #3248659 未加载
martingordon超过 13 年前
Crashes Chrome, Firefox and WebKit nightly on Lion. I bet it will crash IE also.<p>Conclusion: most, if not all, browsers are not prepared to handle a 100 MB HTML document. If all the file does is crash the browser, who cares? If it can be exploited, then we should be worried.<p>Is the OP trying to be sensationalist or did he/she simply not test on other browsers?
评论 #3247834 未加载
评论 #3256914 未加载
yuhong超过 13 年前
It crashed for me on Google Chrome for Windows too. Ran it through WinDbg and looks like it is just an out of memory error causing an breakpoint.
thoughtsimple超过 13 年前
What were you expecting it to do? It's a mobile device and you are downloading 100 MB of inline data into RAM. Doesn't seem like much of a problem to me unless you are implying that there is an exploit potential.
robmcm超过 13 年前
I'm sure some while(1) JavaScrip would be a lot easier...
评论 #3248129 未加载
davux超过 13 年前
This doesn't seem to crash in IE10, but I can't right-click on the page to view source, so perhaps the child process is frozen or otherwise isolated from causing harm.
ootachi超过 13 年前
Firefox Nightly on Linux lags, but it works.