A contributor posted what follows. WDYT?
10.0.2 Safari Update Causes Spotlight Crash
After 10.0.2 Safari update Spotlight crashes trying to initialize its sandbox. The underlying issue happens because the install script fails to cleanup the /System/Library/StagedFrameworks/Safari directory.
Dyld Error Message:
Symbol not found: _initializeSandbox
Referenced from: /System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/XPCServices /com.apple.Safari.History.xpc/Contents/MacOS/com.apple.Safari.History
Expected in: /System/Library/StagedFrameworks/Safari/SafariShared.framework/Versions/A/Safar iShared
If anyone else is having this problem, here are the steps to at least temporarily fix:
1) Restart into restore mode ( Command-R )
2) Open Terminal window
3) Careful!!! rm -rf /System/Library/StagedFrameworks/
4) You shouldn't have to change protection mode but if you get an "operation not allowed", type:
csrutil disable
rm -rf /System/Library/StagedFrameworks/
csrutil enable
I've reported this issue about 3 dozen times to Apple with ZERO feedback. Hopefully it will get fixed.
Also, manually running the comprehensive update causes the same problem.
Dec 20, 2016 5:14 PM in response to babelincoln
Clarification on step 3:
In Terminal
1) Type: ls /Volumes/
2) Find which mounted volume is your main hard drive (mine is MacintoshHD)
3) Type: cd /Volumes/<your Mac HD>/System/Library/
4) Type: ls StagedFrameworks
5) The only directory in StagedFrameworks should be Safari
6) Type: rm -rf StagedFrameworks
7) Type: reboot