Bug 65322 - Gideon crashes when trying to execute/compile a project.
Summary: Gideon crashes when trying to execute/compile a project.
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0a7
Platform: Debian stable Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 65396 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-01 16:54 UTC by Guillaume Van der Schueren
Modified: 2003-10-03 19:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Van der Schueren 2003-10-01 16:54:15 UTC
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
Comment 1 Amilcar do Carmo Lucas 2003-10-01 23:53:30 UTC
I can not reproduce it here. You have a bad instalation. 
Comment 2 Amilcar do Carmo Lucas 2003-10-03 19:44:30 UTC
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;


Comment 3 Amilcar do Carmo Lucas 2003-10-03 19:57:35 UTC
*** Bug 65396 has been marked as a duplicate of this bug. ***