From kdevelop-bugs Mon Jun 27 14:38:35 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Mon, 27 Jun 2005 14:38:35 +0000 To: kdevelop-bugs Subject: [Bug 108225] New: Kdevelop crashes when the build active target / build project or execute ( when a Message-Id: <20050627163833.108225.p.gower () gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306938707389 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=108225 Summary: Kdevelop crashes when the build active target / build project or execute ( when a build is required ) buttons are pressed Product: kdevelop Version: unspecified Platform: Debian testing OS/Version: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: p.gower gmail com Version: HEAD (using KDE KDE 3.4.0) Installed from: Debian testing/unstable Packages Compiler: gcc (GCC) 3.3.6 (Debian 1:3.3.6-6) OS: Linux Compiled KDevelop from HEAD on 28/06/05. Kdevelop works fine in every other respect ( that ive tested ) except this. Bug appears whether a new project is started or an old one is resumed. Has only been tested with c++ builds. Program crashes and exits as soon as the build active target / build project or execute buttons are pressed. Code trying to be compiled worked fine with Kdevelop 3.2.0 from debian unstable. The output to the command line is as follows: kdevelop (auto project): [QStringList AutoProjectPart::allBuildConfigs() const] Found config optimized kdevelop (auto project): [QStringList AutoProjectPart::allBuildConfigs() const] Found config debug kdevelop (auto project): [QString AutoProjectPart::constructMakeCommandLine(const QString&, const QString&) const] nice = 0 ERROR: syntax error KCrash: Application 'kdevelop' crashing... The KCrash backtrace is as follows: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1210235008 (LWP 15259)] [New Thread -1221334096 (LWP 15261)] [KCrash handler] #7 0xb76407d8 in AutoProjectPart::buildTarget () from /usr/lib/kde3/libkdevautoproject.so #8 0xb76408a5 in AutoProjectPart::slotBuildActiveTarget () from /usr/lib/kde3/libkdevautoproject.so #9 0xb7647f1a in AutoProjectPart::qt_invoke () from /usr/lib/kde3/libkdevautoproject.so #10 0x48dbcf9c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #11 0x48dbcdc4 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #12 0x4966a7fb in KAction::activated () from /usr/lib/libkdeui.so.4 #13 0x49669f6a in KAction::slotActivated () from /usr/lib/libkdeui.so.4 #14 0x4966a22e in KAction::slotButtonClicked () from /usr/lib/libkdeui.so.4 #15 0x4966ab11 in KAction::qt_invoke () from /usr/lib/libkdeui.so.4 #16 0x48dbcf9c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #17 0x49714b05 in KToolBarButton::buttonClicked () from /usr/lib/libkdeui.so.4 #18 0x4971332a in KToolBarButton::mouseReleaseEvent () from /usr/lib/libkdeui.so.4 #19 0x48df33b7 in QWidget::event () from /usr/lib/libqt-mt.so.3 #20 0x48d6069f in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #21 0x48d5fd94 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #22 0x49320a85 in KApplication::notify () from /usr/lib/libkdecore.so.4 #23 0x48cf4e30 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3 #24 0x48cf2abe in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3 #25 0x48d09ad4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #26 0x48d72a58 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #27 0x48d72908 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #28 0x48d608f1 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #29 0x0804e59d in main ()