Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.0.0, Qt Creator 2.0.1
-
None
-
- Qt Creator installed from qt-creator-linux-x86_64-opensource-2.0.1.bin
- OS: ubuntu 9.04 (64 bit)
- Project was generated by Makefile
Description
1. Write some code with several block:
bool a(){ if(1){ 1; } if(2){ 2; } }
2. Collapse function code (Ctrl + <)
3. Save file (Ctrl + s). After this Qt Cteator makes one of the following:
- Save broken code
- CPU load 100%
- Stop executable with "Segmentation fault"