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
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator