Version: 3.0.0a7 (using KDE KDE 3.1.4) Installed from: Debian stable Packages Compiler: gcc version 3.0.4 OS: Linux Start Gideon, open any project, save it and close Gideon. Open Gideon again, the last project's file should be opened. Click on build / execute -> Crash
I can not reproduce it here. You have a bad instalation.
Subject: kdevelop/buildtools/autotools CVS commit by aclu: Fix BR65322 CCMAIL: 65322-done@bugs.kde.org M +2 -0 autoprojectpart.cpp 1.117 --- kdevelop/buildtools/autotools/autoprojectpart.cpp #1.116:1.117 @@ -412,4 +412,6 @@ QString AutoProjectPart::runArguments() if (m_widget->activeTarget()) return DomUtil::readEntry(*projectDom(), "/kdevautoproject/run/runarguments/" + m_widget->activeTarget()->name); + else + return QString::null; else return DomProgramArguments;
*** Bug 65396 has been marked as a duplicate of this bug. ***