Bug#2281: KDevelop crashs while saving header file

Joachim Grill joachim.grill at gmx.net
Thu Nov 11 14:09:50 UTC 1999


Package: kdevelop
Version: 1.0beta4
Severity: grave

Bugreport ID : 14:52,11.11.99

Originator	: Joachim Grill
E-Mail		: joachim.grill at gmx.net

Subject : KDevelop crashs while saving header file

Error Class	: software bug
Error Location	: I don´t know
Priority	: medium
Bug Description ---------------------------

KDevelop crashes with an assertion failure, if you try
to save (or autosave...) "class foo : public { } ":

CClassView::refresh( proj )
  parsing:[/home/joachim/c/mp3base/mp3base/x.h]
  kdevelop: ParsedParent.cc:85: void CParsedParent::setName(const char *): Assertion `aName != __null && qstrlen( aName ) > 0' failed.
  Aborted

How to repeat the error -------------------

Try to save the following lines of code:

class foo : public {
}


Bugfix or Workaround ----------------------

Don't forget the class name after "public" :-)

System Information ------------------------

KDevelop version	: 1.0beta4
KDE version		: 1.1.2
QT version		: 1.44
OS/Distribution		: Suse Linux 6.1
Compiler		: egcs-2.91.66

misc :




More information about the KDevelop-devel mailing list