[Webkit-unassigned] [Bug 8519] WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 23:03:52 PDT 2009


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


kangax <kangax at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kangax at gmail.com




--- Comment #32 from kangax <kangax at gmail.com>  2009-09-11 23:03:47 PDT ---
(In reply to comment #31)
> The bottom line is that you can't put try/catch everywhere, and especially (and
> unfortunately) considering the performance hit it represent. What I'm
> interested in building is a way to trap unexpected errors and send it
> automatically with details, user agent, stack trace etc to a backend
> application in order to learn about bugs users will never report and help have
> an idea of their frequency.

[...]

I second that, and actually is exactly what I'm doing in supporting clients.
Trapping all unexpected errors at the top level does in fact reveal some of the
unexpected glitches in application.

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