[Webkit-unassigned] [Bug 62122] New: JavaScript exception problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 05:45:37 PDT 2011


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

           Summary: JavaScript exception problem
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: k.czech at samsung.com
                CC: yurys at chromium.org


I found a problem on http://m.facebook.com site. Generally problem occurs on registration form when one of the select controls  with date is clicked. It could be either "year", "month" or "day" control. Browser shows an error page with "Connection error" message. Accordingly WebCore reports an exception with an error message, "Can't find variable: bagofholding". It looks like "bugofholding" might be some javascript. Unfortunately it could not be found.

Basically, the situation with error page happens with this commit "c8a06eb946ed0cbe5c144daa894c1fdb5d9f190a".
Precisely in ScriptExecutionContext::reportException method, as soon as execution flow reaches 
dispatchErrorEvent method.

-- 
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