[Qt-creator] qt-creator freeze with invalid code
Laurent Desmecht
laurent at deslau.be
Thu May 27 12:50:17 CEST 2010
Hi everybody,
I have observed several freeze in qtcreator (git master, on Ubuntu 8.04 64
bits) with this piece of invalid (and no-sense) code:
#include <string>
int add(const std::string& x, const std::string& y)
{
return 0;
}
int main(int argc, char *argv[])
{
add("plateform"] = buff.sysname;
return 1;
}
When I edit the line 'add("plateform"]' qtcreator freeze. To reproduce, just
'play' with this line (doing some selection in this line Ctrl-C, seems to
produce this freeze after a few try).
Best regards,
Laurent Desmecht
More information about the Qt-creator-old
mailing list