Bug 60308 - gideon alpha4 crashes opening large makefile
Summary: gideon alpha4 crashes opening large makefile
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 3.0.0a4
Platform: RedHat Enterprise Linux Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-24 14:43 UTC by georg
Modified: 2003-07-13 15:27 UTC (History)
0 users

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 georg 2003-06-24 14:43:07 UTC
Version:            (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) 
OS:          Linux

here's the output of the crashmanager. i hope it can be useful to find the bug. unfortunately i can't provide the makefile itself. bye


[New Thread 1096536512 (LWP 7490)]
[New Thread 1144388800 (LWP 8069)]
0xffffe002 in ?? ()
#0  0xffffe002 in ?? ()
#1  0x40a105bd in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x4399d844 in QMapIterator<QString, Macro>::inc() ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#4  0x4399a3b2 in Driver::removeAllMacrosInFile(QString const&) ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#5  0x4399a2ad in Driver::remove(QString const&) ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#6  0x439d2501 in BackgroundParser::removeFile(QString const&) ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#7  0x43976bf2 in CppSupportPart::maybeParse(QString, ClassStore*) ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#8  0x43976595 in CppSupportPart::parseProject() ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#9  0x43976335 in CppSupportPart::initialParse() ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#10 0x43978aee in CppSupportPart::qt_invoke(int, QUObject*) ()
   from /usr/local/kde/lib/kde3/libkdevcppsupport.so
#11 0x40dad0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#12 0x4108c452 in QSignal::signal(QVariant const&) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#13 0x40dc7158 in QSignal::activate() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#14 0x40dce0b3 in QSingleShotTimer::event(QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#15 0x40d4ef24 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#16 0x40d4eb19 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#17 0x409a41e9 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#18 0x40d29d95 in QEventLoop::activateTimers() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#19 0x40d078e8 in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#20 0x40d62cf6 in QEventLoop::enterLoop() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#21 0x40d62b98 in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#22 0x40d4f151 in QApplication::exec() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#23 0x080695cc in main ()
#24 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6
Comment 1 Amilcar do Carmo Lucas 2003-06-24 14:57:38 UTC
I think this was already fixed in CVS by Roberto. 
 
KDevelop 3 alpha4a is a bit old. 
 
You are strongly advised to update to the latest CVS version of KDevelop3 code 
name gideon, take a look at: 
http://www.kdevelop.org/index.html?filename=branches_compiling.html 
for all the details you need. If you find a problem or need help please send a 
mail to the mailing list: 
http://www.kdevelop.org/index.html?filename=mailinglist.html 
or drop us a line at the channel #kdevelop on the server irc.kde.org using 
ksirc, for example. 
Please use the CVS version and compile it yourself because that way you can 
easily patch it if a bug is found. 
 
Closing. Please feel free to reopen if the bug presists in CVS 
 
P.S. : The KDevelop team closed 151 bugs since the release of KDevelop3.0 
Alpha 4a 
 
Comment 2 Alexander Dymo 2003-07-08 23:08:18 UTC
*** Bug has been marked as fixed ***.