Apple safari is crashing again and again

Solution 1:

MacWorld has an article about this. There is no official fix but a workaround is described, and that is to use the private viewing window on a Mac, or turn off suggestions on an iPhone or iPad.

http://www.macworld.co.uk/how-to/mac-software/help-safari-keeps-crashing-ios-iphone-ipad-mac-ios-93-bug-3601623/

Also, on an Apple discussion thread, someone suggested temporarily moving the com.apple.Safari.plist file and seeing if that helps.

Close down Safari, then open Terminal:

Go to your Library/Safari folder:

cd ~/Library/Safari/

List all files, including hidden files:

ls -la

If you see a file for com.apple.safari.plist, back it up:

mv com.apple.safari.plist com.apple.safari.plist.bak

Try running Safari. If the problem continues or you have other problems, it didn't work. Go back into Terminal and put the original file back:

rm com.apple.safari.plist
mv com.apple.safari.plist.bak com.apple.safari.plist

https://discussions.apple.com/thread/7705708?start=0&tstart=0

I personally have not experienced a problem with this, as I only use Chrome, so I hope this helps.