[Webkit-unassigned] [Bug 47942] REGRESSION(66391): http://ligth-arts.all-up.com/ crashes in EventHandler::selectCursor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 17:07:09 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47942





--- Comment #2 from James Robinson <jamesr at chromium.org>  2010-10-19 17:07:09 PST ---
This fixes the crashes, but it doesn't include a regression test as I'm not sure how to construct one.  The null check in EventHandler.cpp is needed to avoid the crash on startup, the check in CSSComputedStyleDeclaration.cpp is needed so it doesn't crash when opening the inspector.  The rest of the changes are by inspection.  This doesn't appear to regress the existing manual tests.

Any ideas on how to construct regression tests?  I know very little about cursors.

FYI this is one of the top 5 crashers in Chromium nightlies.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list