[Webkit-unassigned] [Bug 48485] New: Crash in Function.prototype.call.apply

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 16:55:47 PDT 2010


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

           Summary: Crash in Function.prototype.call.apply
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bz at lehnerstudios.com


Created an attachment (id=72114)
 --> (https://bugs.webkit.org/attachment.cgi?id=72114&action=review)
Crash test 

The browser crashes when the following function is run:

Function.prototype.call.apply(fn, arguments)

where fn is any function, and the arguments object has at least 3 items.

I have experienced this only in recent nightly builds, using Mac OS X 10.5.8. The crash doesn't happen while the script debugger is on, or when it is run from the location bar, or when fn has been successfully called before.

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