From kdevelop-bugs Sun Jun 20 16:58:00 1999 From: Elmer Joandi Date: Sun, 20 Jun 1999 16:58:00 +0000 To: kdevelop-bugs Subject: out of memory lockup [19:53,20.06.99] X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=93303751621883 > 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 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 :