Search Suggestions Causing Apple's Safari Browser To Crash on Many Devices (theverge.com)
An anonymous reader writes: According to the Verge (and my wife) Apple Safari browsers are crashing left, right, and center due to Safari's search suggestions feature. "Simply disabling this feature will stop Safari crashing, or using the private mode option in the browser as a temporary workaround. Not everyone is affected, and this could be because some have the search suggestions cached locally or they're still able to reach Apple's servers thanks to a DNS cache."
Not on Safari at the moment, but I've had no such problems.
The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
you don't need a SQL database to track your browser search history.
the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff
Yeah, no kidding. If this happens 99 more times then I might as well be using Windows!
"I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)
When did they do that?
The original iPhone was so locked to at&t you weren't even allowed to use a different, non-iPhone, at&t SIM card with it.
It took Apple years to sell unlocked cellphones, and that was largely pressure from the EU where they weren't even allowed to enter certain markets until they did.
The only thing that's caused a disconnect of the cellphone from the carrier is the GSM family of standards, which finally, at last, has become a global standard that almost every carrier in the world is finally transitioning to (through LTE, GSM's 4G iteration.)
Meanwhile, Apple's seeking to undo that by advocating for the removal of physical SIM cards, locking devices to carriers just like in the old days.
You are not alone. This is not normal. None of this is normal.
Please explain why yeseterday it worked, today it doesn't.
On 1/4 of 400 iPads. On every level of iOS from 7 to 9. On iPads updated either today or last month, rebuilt today or last month, restored today or last month, no matter how old the backup restored from. Simultaneously. Suddenly. Today. And only on search suggestions.
Because, as a programmer, the only thing I can think of is that they are sending some unexpected junk in the search suggestion reply from the Apple server that isn't handled properly by the browser causing a crash.
Literally, this morning, a load of our pupil's iPads all started crashing on Safari search suggestions no matter how old, how long ago they updated, what iOS level, what apps were installed, or anything else. But they were all working yesterday. And 3/4 of them still work today.
It's currently suspected that some Apple server from some kind of round-robin response system has flaked out and produced bad responses that are being cached by those iPads. Restore from known-good-working-backup does not fix the problem and the first search suggestion can crash them again.
So stop being a smart-arse and research the problem first.
Yes! The bad response and garbage data from the search server is the PRIMARY issue here that uncovered a SECONDARY bug in the application.
It's simple fucking logic: Bad response from server triggers bug in the software, therefore the primary problem that is at hand is the servers barfing and sending bad data.
The secondary issue discovered is that the application crashes with an unhandled exception when sent bad data. It HAS to be a secondary problem since the program won't crash without being sent bad data, and there is no way for the program to CAUSE the server to send bad data ( in this case ) even after crashing.
Both are bad things, but as long as the search servers are sending good data the secondary issue isn't as bad, since it won't crop up at all. That isn't saying it shouldn't be fixed ( of course it should ), or that it is a trivial bug, just that as long as everything else works it won't be a problem.... just like it wasn't a problem up until now.
Damn, it is really stupidly simple cause and effect chains. How can people not see it plain as day?
To err is human; effective mayhem requires the root password!