Bug#2619: (no subject)
Ulrich Haucke
ulrich.haucke at gmx.de
Tue Feb 1 10:57:06 UTC 2000
Package: kdevelop
Version: 1.1beta2
Severity: normal
Bugreport ID : 11:36,01.02.00
Originator :
E-Mail : Ulrich Haucke <ulrich.haucke at gmx.de>
Subject : KDevelop hangs after running program
Error Class : software bug
Error Location : ckdevelop.cpp / QString
Priority : high
Bug Description ---------------------------
After running a program kdevelop hangs with high CPU usage.
I've noticed that the bug is within ckdevelop.cpp at
void CKDevelop::slotProcessExited(KProcess* proc){
...
if (ready){ // start the error-message parser
QString str1 = messages_widget->text();
if(error_parser->getMode() == CErrorMessageParser::MAKE){
error_parser->parseInMakeMode(&str1,prj->getProjectDir() +
prj->getSubDir());
}
...
>From this point it never comes back.
How to repeat the error -------------------
Every time!
Bugfix or Workaround ----------------------
I don't know how to fix it.
System Information ------------------------
KDevelop version : 1.1beta2
KDE version : 1.1.2
QT version : 1.44
OS/Distribution : SuSE Linux 6.3
Compiler : gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
misc :
More information about the KDevelop-devel
mailing list