https://bugs.kde.org/show_bug.cgi?id=280136 Summary: Kdevelop crashes with "while(1" in CMakeLists.txt. Product: kdevelop Version: 4.2.3 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: Build tools: CMake AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: ambrop7@gmail.com Created an attachment (id=62848) --> (http://bugs.kde.org/attachment.cgi?id=62848) backtrace from crash Version: 4.2.3 (using KDE 4.7.0) OS: Linux Probably the shortest CMakeLists.txt which crashes KDevelop: :) while(1 The crash seems to be infinite recursion ending in stack overflow. Part of backtrace is attached. The crash is not in the text editor but in the CMake project manager; you need to restart KDevelop or let it reload the CMakeLists.txt to make it crash. Reproducible: Always Steps to Reproduce: Use the following CMakeLists.txt file: while(1 Actual Results: Segmentation fault. Expected Results: No segmentation faule. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs