[Webkit-unassigned] [Bug 83437] New: Command-line jsc's exception handling should be rationalized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 8 13:10:00 PDT 2012


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

           Summary: Command-line jsc's exception handling should be
                    rationalized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


Currently it will swallow and ignore exceptions thrown during a run() execution.  If a program terminates because of an exception, the exception is not printed by default.  It is only printed if we enable bytecode dumping.  It should be enabled always.  The backtrace is never printed even though we almost always have one.

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