From kdevelop-bugs Sun Aug 28 13:45:48 2011 From: Milian Wolff Date: Sun, 28 Aug 2011 13:45:48 +0000 To: kdevelop-bugs Subject: [Bug 279938] KDevelop crashes with infinite loop in recursive macros Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=131453922216727 https://bugs.kde.org/show_bug.cgi?id=279938 Milian Wolff changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |aleixpol@kde.org Ever Confirmed|0 |1 --- Comment #4 from Milian Wolff 2011-08-28 13:45:47 --- imo cmake should guard against accidental infinite recursions anyways: put this into a CMakeLists.txt: macro(foo) foo() endmacro(foo) foo() => crashes KDevelop. -- 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