[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    KDevelop exausted memory [23:24,23.06.99]
From:       root () mirosot2 ! dcc ! ufmg ! br
Date:       1999-06-24 2:32:55
[Download RAW message or body]

> Bugreport ID : 23:24,23.06.99

> Originator	: Lamarque Vieira Souza
> E-Mail	: lamarque@dcc.ufmg.br

> Subject : KDevelop exausted memory

> Error Class	: software bug
> Error Location: I donīt know
> Priority	: high
> Severity	: critical

> Bug Description ---------------------------

When KDevelop load a file with parse error it will alocate ALL
computer's memory causing X Window System crash.

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

Create a project with this two files and load the project:
OBS: this will crash your X Window System

teste.h:
#ifndef TESTE_H
#define TESTE_H

class TTeste {
public: 
 TTeste();
 ~TTeste();

private slots:

  /* without (). This is the only parser error, but it will crash XFree86 because
     KDevelop exausts the computer's memory. */
  void slotTeste
};

#endif

teste.cpp:
#include "teste.h"

TTeste::TTeste(){
}
TTeste::~TTeste(){
}

void TTeste::slotTeste() {
}

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

No

> System Information ------------------------

> KDevelop version	: 0.4
> KDE version		: 1.1.1
> QT version		: 1.42
> OS/Distribution	: Redhat 5.2, kernel 2.2.3
> Compiler		: pgcc-1.1.1

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic