Live data from Hacker News

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

pastie.org

31–35 of 35 posts

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

#31
post #5

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?

People use bricked incorrectly way too often. Leading to others wondering if they actually mean it is as functional as a brick or that it just crashed and thus can be rebooted or restored. Then again I haven't personally bricked a device in a long time.

> Heretofore, "to brick" can brick anything.

http://apple.slashdot.org/comments.pl?sid=423338&cid=221...

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

#32
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.

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

#33
post #25

Earlier quoted context omitted.

alarm.repeatInterval = NSEraCalendarUnit Triggers the bug, its totally valid as well.

So basically the repeatInterval is expected to have one of the values of an enumeration assigned to it, where the enumerated values are calendar units (representing daily, weekly, monthly, etc.), and it somehow mishandles the value representing "once-per-era"?

That would seem to be the case.

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

#34
post #5

Earlier quoted context omitted.

People use bricked incorrectly way too often. Leading to others wondering if they actually mean it is as functional as a brick or that it just crashed and thus can be rebooted or restored. Then again I haven't personally bricked a device in a long time.

> Heretofore, "to brick" can brick anything . http://apple.slashdot.org/comments.pl?sid=423338&cid=221...

I have to say, I once came fairly close to bricking my router. However after I realized the router was complete and utter garbage I put the brick to it, so now it is officially bricked, office space style.
Post reply on HN