[Webkit-unassigned] [Bug 15980] New: Exceptions thrown from a database callback log to the console as "undefined"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 22:50:33 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15980

           Summary: Exceptions thrown from a database callback log to the
                    console as "undefined"
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


See http://bugs.webkit.org/show_bug.cgi?id=15976 and the layout test in
LayoutTests/storage/transaction_callback_exception_crash.html

When an exception is thrown from within a callback, it is logged to the
console.  But instead of being useful information, the message is simply
"undefined"

"throw 0;" and "throw <some string>;" both result in this lack of information.


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



More information about the webkit-unassigned mailing list