Bug#2339: marked as done ((no subject))

Stephan Kulow owner at bugs.kde.org
Thu Nov 25 23:18:00 UTC 1999


Your message dated Fri, 26 Nov 1999 00:12:44 +0100
with message-id <99112600130100.24145 at albundy>
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; 25 Nov 1999 10:32:10 +0000
>From dirk at lachowski.de Thu Nov 25 11:32:10 1999
Received: from [194.123.231.2] ([194.123.231.2]:30992 "EHLO
        lgh-border.lachowski.de") by max.tat.physik.uni-tuebingen.de
	with ESMTP id <S741855AbPKYKbx>; Thu, 25 Nov 1999 11:31:53 +0100
Received: from fenris.lgh.lachowski.de (root@[192.168.0.100])
	by lgh-border.lachowski.de (8.9.3/8.9.3) with ESMTP id LAA11368
	for <submit at bugs.kde.org>; Thu, 25 Nov 1999 11:34:30 +0100
Received: from cazinga (dirk at cazinga.lgh.lachowski.de [192.168.0.20])
	by fenris.lgh.lachowski.de (8.9.3/8.9.3) with SMTP id LAA30066
	for <submit at bugs.kde.org>; Thu, 25 Nov 1999 11:31:06 +0100
From:   Dirk Lachowski <dirk at lachowski.de>
Organization: Baerbel Lachowski Modeagentur e. Kfr.
To:     submit at bugs.kde.org
Date:   Thu, 25 Nov 1999 11:29:17 +0100
X-Mailer: KMail [version 1.0.21]
Content-Type: text/plain
MIME-Version: 1.0
Message-Id: <99112511330300.16993 at cazinga>
Content-Transfer-Encoding: 8bit
Return-Path: <dirk at lachowski.de>
X-Orcpt: rfc822;submit at bugs.kde.org


Package: kdevelop
Version: 1.0beta4.1
Severity: grave

Bugreport ID : 11:16,25.11.99

Originator	: Dirk Lachowski
E-Mail		: dirk at lachowski.de

Subject : 

Error Class	: software bug
Error Location	: app-wizard
Priority	: low
Bug Description ---------------------------

if one uses project->new to create an application of type kde/normal kde generates 
a doc/view framework. In the constructor of the doc-class an instance of QList is 
generated to hold the list of current views. This list is told to use autoDelete.

If you have multiple KTMainWindows, each with an associated View and close on of 
this Windows, the Views destructor is called twice. Once by the Frame-Window containing 
the view and a second time, when the view is removed from the viewlist. This crashes the 
application.

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

See Bug-Description

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

remove pViewList->setAutoDelete(true) from the generated doc-constructor

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

KDevelop version	: 1.0beta4.1
KDE version		: 1.1.2
QT version		: 1.44
OS/Distribution		: suse 6.2
Compiler		: egcs-2.91.66

misc :




More information about the KDevelop-devel mailing list