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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Found a nice bug in IOS today, bricks your phone and kills the Simulator

50 点作者 jimsteinhart大约 14 年前

5 条评论

Fjanth大约 14 年前
Im the original poster, that found the bug. Nah it doesnt brick it, it does however require (atleast on 4.1. for me) a factory reset.<p>The problem seems to be that springboard locks up in an endless loop, restarting the device wont help it because its still loading the offending notification from the cache.
评论 #2492855 未加载
评论 #2492975 未加载
评论 #2493050 未加载
schrototo大约 14 年前
Does it really "brick" your phone, as in "makes it crash in a way that is completely irrecoverable and that can never ever be repaired, therefore turning your phone forever into a piece of hardware comparable in functionality to a brick" or does it just make the phone crash?
评论 #2492844 未加载
评论 #2492881 未加载
Fjanth大约 14 年前
Also here is a nicer version that still triggers the bug <a href="http://www.pastie.org/private/8a48wgmcuuhjjwbupbk3g" rel="nofollow">http://www.pastie.org/private/8a48wgmcuuhjjwbupbk3g</a>
评论 #2495149 未加载
评论 #2493030 未加载
tomjen3大约 14 年前
I am not an iPhone developer, but the code doesn't seem unreasonable to me.<p>Can anybody explain what is special about this code?
评论 #2493020 未加载
评论 #2493157 未加载
mrcharles大约 14 年前
For people lost in the thread, I've read the whole thing. The actual problem here as posted by the guy who found it (Fjanth in this thread) is that setting a local notification with a repeat value of era breaks iOS and requires a factory reset in order to recover.