[Webkit-unassigned] [Bug 14886] Stack overflow due to deeply nested parse tree doing repeated string concatentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 02:26:59 PDT 2007


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
            Summary|Crash when building string  |Stack overflow due to deeply
                   |with lots of string concat  |nested parse tree doing
                   |operations                  |repeated string
                   |                            |concatentation




------- Comment #7 from mrowe at apple.com  2007-08-06 02:26 PDT -------
This is not specific to strings, nor really to the + operation.  The parse tree
that's generated by the input leads to a stack overflow during the recursive
evaluation.  It should also be reproducible with numbers, and with various
other operators such as -, /, and *.


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