Re: [Development] split() and replace() methods SEGFAULT

2014-05-26 Thread Hausmann Simon
You're right, Gatis ran into the same issue. Seems arm jit specific, he made a nice js only test case. (see 39289) Simon Opprinnelig melding Fra: Zoltán Balogh Sendt: 07:50 tirsdag 27. mai 2014 Til: development@qt-project.org Emne: [Development] split() and replace() methods SEGFAULT

[Development] split() and replace() methods SEGFAULT

2014-05-26 Thread Zoltán Balogh
Hi, During the Qt5.3 migration work we have been biten by a strange bug: https://bugreports.qt-project.org/browse/QTBUG-39255 The issue effect armhf platforms and confirmed on Android too. example1: import QtQuick 2.0 Item {Component.onCompleted: "bla".replace(/\w/g, function(a){ return a.toUp