-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.0
-
None
-
OpenSUSE 13.1 x86_64
-
ead3da17e7a91a5e6adf7b03e651950378d1326c
Adding a string many times to another string results in crash.
Here is the function I tested with:
function test() { var num = 999999 var outputText = "" for (var i = 0; i < num; ++i) { outputText += "testtest " + i + "\n" } }
For Gerrit Dashboard: QTBUG-39520 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
91569,2 | V4: change string flattening to be iterative and use a worklist. | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |