RESOLVED INVALID 24124
Webkit r41176 crashes with Safari 4 beta 5528.16
https://bugs.webkit.org/show_bug.cgi?id=24124
Summary Webkit r41176 crashes with Safari 4 beta 5528.16
James Berry
Reported 2009-02-24 10:06:18 PST
With a stock copy of the latest safari 4 beta 5528.16, webkit crashes after simply starting and sitting for a few minutes. This crash is 100% reproducible for me. Instructions to reproduce: (1) Install latest Safari 4 beta (2) Install latest webkit r41176 (3) Run Webkit (it will land on the welcome to webkit page) (4) Leave Webkit running for about a minute (5) It crashes. Crash log attached.
Attachments
Crash Log (27.97 KB, text/plain)
2009-02-24 10:14 PST, James Berry
no flags
James Berry
Comment 1 2009-02-24 10:14:13 PST
Created attachment 27921 [details] Crash Log
Mark Rowe (bdash)
Comment 2 2009-02-24 10:22:22 PST
The crash is in a background thread inside Safari code, which means that this is not a WebKit issue. I'd suggest filing a bug report at http://bugreport.apple.com/. I suspect you can probably stop the crashing by moving the file at $(getconf DARWIN_USER_CACHE_DIR)com.apple.Safari/SafeBrowsing.db to your desktop.
James Berry
Comment 3 2009-02-24 10:47:15 PST
Mark's suggestion of moving aside the SafeBrowsing.db seems to have caused the crash to go away. When I run the sqlite3 pragma integrity_check on the (old) file, it does indeed report issues. The newly generated SafeBrowsing.db file does not. Filing a bug at apple.com
James Berry
Comment 4 2009-02-24 11:07:35 PST
Note You need to log in before you can comment on or make changes to this bug.