Bug#2281: marked as done (KDevelop crashs while saving header file)

Stephan Kulow owner at bugs.kde.org
Wed Nov 17 00:03:01 UTC 1999


Your message dated Wed, 17 Nov 1999 00:57:44 +0100
with message-id <9911170102160A.00371 at ati15>
and subject line (no subject)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 11 Nov 1999 14:10:14 +0000
From joachim.grill at gmx.net Thu Nov 11 15:10:14 1999
Received: from orion-fddi.rz.uni-ulm.de ([134.60.240.13]:11225 "EHLO
        orion-fddi.rz.uni-ulm.de") by max.tat.physik.uni-tuebingen.de
	with ESMTP id <S741557AbPKKOKB> convert rfc822-to-8bit; Thu, 11 Nov 1999 15:10:01 +0100
Received: from extern.uni-ulm.de (ulmathome20.extern.uni-ulm.de [134.60.8.20])
	by orion-fddi.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id PAA19311
	for <submit at bugs.kde.org>; Thu, 11 Nov 1999 15:10:00 +0100 (MET)
From:   Joachim Grill <joachim.grill at gmx.net>
Organization: none
To:     submit at bugs.kde.org
Subject: KDevelop crashs while saving header file
Date:   Thu, 11 Nov 1999 15:09:50 +0100
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
MIME-Version: 1.0
Message-Id: <99111115111900.01540 at tequila>
Content-Transfer-Encoding: 8BIT
Return-Path: <joachim.grill at gmx.net>
X-Orcpt: rfc822;submit at bugs.kde.org

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