[Webkit-unassigned] [Bug 14886] New: Crash when building string with lots of string concat operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 5 15:07:26 PDT 2007


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

           Summary: Crash when building string with lots of string concat
                    operations
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shadow2531 at gmail.com


If you do:

var x = "string1" + "string2" + "stringN" etc. where you're adding an insane
amount of strings together, Safari will crash.

IE will crash also.
Opera throws an exception.
Firefox handles it.


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