Bug 17160 - Crash when scrolling
Summary: Crash when scrolling
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.google.com/reader
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-02 17:09 PST by Steven Hollingsworth
Modified: 2008-02-14 17:29 PST (History)
0 users

See Also:


Attachments
WebKit Crash Log (34.69 KB, text/plain)
2008-02-02 17:10 PST, Steven Hollingsworth
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Hollingsworth 2008-02-02 17:09:33 PST
WebKit crashed as I was scrolling through Google Reader quickly.
Comment 1 Steven Hollingsworth 2008-02-02 17:10:21 PST
Created attachment 18877 [details]
WebKit Crash Log

Crash log from WebKit.
Comment 2 Alexey Proskuryakov 2008-02-02 21:41:26 PST
Sounds like this could be a font cache problem:

Thread 0 Crashed:
0   ...ple.ApplicationServices.ATS	0x90370a86 AVLRFindBetterMatchInSubtree(AVLRPrivateTreeStruct*, AVLRNode*, AVLRNode**, short, unsigned char) + 302
1   ...ple.ApplicationServices.ATS	0x90370ad5 AVLRFindBetterMatchInSubtree(AVLRPrivateTreeStruct*, AVLRNode*, AVLRNode**, short, unsigned char) + 381
2   ...ple.ApplicationServices.ATS	0x903311f7 AVLRFindBestMatch + 351
3   ...ple.ApplicationServices.ATS	0x90331063 FindEntryInNameCacheByName + 383


You can try deleting font caches, as described e.g. in <http://www.macosxhints.com/article.php?story=20071026081555971&query=font%2Bcache>. Please let us know if you keep encountering such crashes after following this procedure.