![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyfaOR2XLior3_l5v0kBkVvGR2m5OI2oZb7Mt6OwdMTxSVJTthHucnFU6ql9NcSPJoKYpCI8yFfruDxz96-RsVjOSGKXGCMDTkUEl5HZ9o4AEikV5Dw0aT-fy4gzAl4jJsS3nmQXyFRxE/s400/Picture+2.png)
I tried a different account, and found that other accounts on the same machine didn't have this problem.
Then I used Activity Monitor while Safari ramped to 100% to see what Safari was doing. In Activity Monitor, click on Safari, then get-info, click on 'Open Files and Ports'
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-5mNFm11XcSy6Rn-B1DiQmTd4sXqIOygv1zPO6xamM2DJwrAbp3BTvtcUUh1IBUYiRf_GYnwxj7koOGaKNicF0bw4Fq8h-v9i_YkV6uVBbWBeT1g_IB3pvzTwXvknus8sKm5lpFzPu6Q/s400/Picture+3.png)
and copy and paste into a text file. Reading through I see
- /Users/name/Library/Caches/com.apple.Safari/SafeBrowsing.db
so the next step was to force quit Safari, and rename this file
- cd /Users/name/Library/Caches/com.apple.Safari
mv SafeBrowsing.db SafeBrowsing.db.old
restart Safari, and this file gets recreated. Safari does ramp the CPU but after a minute or so its back to normal.
BTW this file is created by Safari downloading from safebrowsing.clients.google.com, so you should ensure access to that hostname.
Thanks! This solved my problem.
ReplyDeleteglad it helped!
ReplyDeleteThanks very much, that solved the problem for me, too.
ReplyDeleteBTW, the SafeBrowsing.db wasn't in the Library folder shown in your post on my machine. Instead I tracked it down to /private/var/folders/Uu/UuJyAhmfFcOpPvLzlS+BpE+++TI/-Caches-/com.apple.Safari which will obviously vary from system to system so if you're having this problem and can't find the file, it may be under /private/var/folders instead.
Interesting.... what version of Safari do you have?
ReplyDeletewow thanks!
ReplyDeleteThis solved my problem.
The same has happend to me, with Opera 4.0.3 running on MS Windows.
Must be some SQLite Error I guess.
Wow 35 mins of searching forums for answers and you FINALLY solved my problem. Thanks.
ReplyDeleteTo all...
ReplyDelete/private/var/folders/JF/JFO03PYjEPW4bgiq4jxwm++++TI/-Caches-/com.apple.Safari was the path on my system and SafeBrowsing.db(.old) was the culprit.
Thanks to all (^_^)
My computer has been frequently entering into sleep mode and the only thing I can see is that my CPU is always at 100% (mainly due to Safari). I've adjusted the file as you've said and it has certainly brought the level down. hopefully this has sorted out the issue
ReplyDeletethanks :)