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

List:       kdevelop-bugs
Subject:    out of memory lockup [19:53,20.06.99]
From:       Elmer Joandi <elmer () ylenurme ! ee>
Date:       1999-06-20 16:58:00
[Download RAW message or body]

> Bugreport ID : 19:53,20.06.99

> Originator	: Elmer Joandi
> E-Mail	: elmer@ylenurme.ee

> Subject : out of memory lockup

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

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

parser locks up in cycle  which by other things also allocs huge amounts of memory

if to comment out the usage of stl typedef at variable declaration, then it is ok.


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

File is:
/**********************************************************************

        --- Qt Architect generated file ---

        File: TimeGraph.h
        Last generated: Fri Jun 18 14:01:45 1999

 *********************************************************************/

#ifndef TimeGraph_included
#define TimeGraph_included

#include "TimeGraphData.h"
#include <stl.h>

class TimeGraph : public TimeGraphData
{
    Q_OBJECT

typedef vector< FunctionDisplayable * > functions_container_type;
public:

    TimeGraph
    (
        QWidget* parent = NULL,
        const char* name = NULL
    );
  /**  */
  void ReLayout();
  /**  */
  void AddFunction();
  /** Button on the leftdown corner */

    virtual ~TimeGraph();

protected:
        functions_container_type functions;
protected slots:

  virtual void DisplayMenu();

  QBoxLayout * mainLayout;

};
#endif // TimeGraph_included                      

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


Shit, dont know, but it sucks

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

> KDevelop version	: 0.4
> KDE version		: 
> QT version		: 
> OS/Distribution	: 
> Compiler		: 

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

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