[Webkit-unassigned] [Bug 23062] New: [jsfunfuzz] Computed exception offset wrong when first instruction is attempt to resolve deleted eval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 31 17:44:25 PST 2008


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

           Summary: [jsfunfuzz] Computed exception offset wrong when first
                    instruction is attempt to resolve deleted eval
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
OtherBugsDependingO 13638
             nThis:


delete eval;
(function(){ try { eval("") } catch(e) { print("ARGHH!!!") } })()

Results in an assertion failure as it fails to find the correct handler offset
when resolving eval fails.


-- 
Configure bugmail: https://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