Summary: | KDevelop crashes when clicking Settings->Configure KDevelop | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jason Malone <jason.malone> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jason Malone
2003-11-17 17:40:09 UTC
Please test with KDevelop CVS HEAD. The KDevelop team fixed more than 70 reported issues and an uncountable number of unreported issues since the KDevelop 3.0.0b1 release. I can not duplicate it. So I'm pretty sure that it has been fixed. Or the problem could just simply be Red Hat. SuSE works fine here :) This is the CVS Head. The app reports the version as 3.0.0b1 when you run "kdevelop -v". I am running the CVS HEAD from about 9p.m. CST on 2003/11/17. I will update to the latest one right now and see if it has been fixed. Well if it crashes for you the it's Red Hat! What is your KDE version ? You only specified 3.1 , what is the last digit? What is your QT version ? I can only see 3.1 , what is the last digit? KDE is listed as 3.1-12 Red Hat (From the control center) It is the redhat 9 rpm qt is version 3.1.1-6 also from the redhat 9 rpm. I am recompiling the latest CVS changes to see if it fixes the problem. The issue was not there in the CVS I downloaded on 2003/11/15. One note, in my previous comment I said it was from CVS HEAD 2003/11/17. That should be 2003/11/16. I will repost results from the latest compile. OK. I just compiled the latest CVS. "cvs update -dPA" configured make make install.... Same problem. Is anybody else using RedHat seeing this? No...but using SuSE 8.2, KDE 3.1.1 + Qt 3.2.1: nearly the same backtrace! recompile after 'make distclean; cvs up -dP' still running (ETA 1h) Subject: kdevelop/parts/filecreate CVS commit by dagerbo: It's not obvious to me why this happens, but for several people (including me) this line crashes KDevelop when attempting to open either settings dialog (project or global) CCMAIL: 68434-done@bugs.kde.org CCMAIL: montel@kde.org M +1 -1 fcconfigwidget.cpp 1.17 --- kdevelop/parts/filecreate/fcconfigwidget.cpp #1.16:1.17 @@ -69,5 +69,5 @@ FCConfigWidget::FCConfigWidget(FileCreat m_projectfiletypes.setAutoDelete(true); m_projectfiletemplates.setAutoDelete(true); - connect( fctemplates_view, SIGNAL( doubleClicked ( QListViewItem *, const QPoint &, int ) ), this, SLOT( edittemplate_button_clicked() ) ); +// connect( fctemplates_view, SIGNAL( doubleClicked ( QListViewItem *, const QPoint &, int ) ), this, SLOT( edittemplate_button_clicked() ) ); } That fixed my problem. |