Bug#2261: marked as done (kdevelop --setup crashes with segmentation fault)

Stephan Kulow owner at bugs.kde.org
Sun Nov 14 14:33:01 UTC 1999


Your message dated Sun, 14 Nov 1999 15:19:05 +0100
with message-id <99111415192300.00480 at ati13>
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; 9 Nov 1999 09:40:52 +0000
>From rpalsa at eso.org Tue Nov  9 10:40:52 1999
Received: from web3.hq.eso.org ([134.171.7.4]:37798 "EHLO web3.hq.eso.org")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S741559AbPKIJka>;
	Tue, 9 Nov 1999 10:40:30 +0100
Received: from mailrelay.hq.eso.org by web3.hq.eso.org with ESMTP (8.8.5/ eso-5.3)	id KAA20928; Tue, 9 Nov 1999 10:40:21 +0100 (MET)
Received: from dfs2.hq.eso.org (dfs2 [134.171.3.107]) by mailrelay.hq.eso.org (8.8.5/eso_cl_6.0) with ESMTP id KAA02060 for <submit at bugs.kde.org>; Tue, 9 Nov 1999 10:40:37 +0100 (MET)
Received: from localhost (rpalsa at localhost) by dfs2.hq.eso.org (8.8.5/eso_cl_6.0) with ESMTP id KAA25521 for <submit at bugs.kde.org>; Tue, 9 Nov 1999 10:40:20 +0100 (MET)
X-Authentication-Warning: dfs2.hq.eso.org: rpalsa owned process doing -bs
Date:   Tue, 9 Nov 1999 10:40:20 +0100 (MET)
From:   Ralf Palsa <rpalsa at eso.org>
X-Sender: rpalsa at dfs2.hq.eso.org
To:     submit at bugs.kde.org
Subject: kdevelop --setup  crashes with segmentation fault
Message-ID: <Pine.GSO.4.10.9911091036220.25500-100000 at dfs2.hq.eso.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Return-Path: <rpalsa at eso.org>
X-Orcpt: rfc822;submit at bugs.kde.org


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

Bugreport ID : 10:16,09.11.99

Originator	: Ralf Palsa
E-Mail		: rpalsa at eso.org

Subject : kdevelop --setup  crashes with segmentation fault

Error Class	: software bug
Error Location	: installation process
Priority	: medium
Bug Description ---------------------------

Having the startup logo disabled kdevelop crashes with a segmentation fault if
it is started with the '--setup' option. The reason is that in this case the
startup logo is closed without being created before (cf. main.cpp).

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

Disable the startup logo and run kdevelop --setup.

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

Note that I renamed main.cpp before I produced the following diff.

diff -r -u kdevelop-1.0beta4.1/kdevelop/main.cpp kdevelop-1.0beta4.1/kdevelop/main.cpp.org
--- kdevelop-1.0beta4.1/kdevelop/main.cpp          Tue Nov  9 10:14:01 1999
+++ kdevelop-1.0beta4.1/kdevelop/main.cpp.org      Thu Aug  5 23:42:32 1999
@@ -46,11 +46,7 @@
   else{
     if(bInstall){
       CKDevInstall* install=new CKDevInstall(0,"install");
-      if (bStartLogo) {
-       start_logo->close();
-       delete start_logo;
-       bStartLogo = false;
-      }
+      start_logo->close();
       install->show();
       delete install;
     }

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

KDevelop version	: 1.0beta4.1
KDE version		: 1.1.2
QT version		: 1.44
OS/Distribution		: SunOS 5.6
Compiler		: gcc 2.95.1

misc :





More information about the KDevelop-devel mailing list