total crash of Linux during KDevelops autosave
Falk Brettschneider
gigafalk at geocities.com
Tue Jun 22 15:38:21 BST 1999
Hi,
While I was editing a header file, KDevelop started the autosaving. In
xosview I could see how the swap partition was filled and that the
system took 100% CPU and as the swap file reached the 132MB, everything
was dead. Only RESET helped. :-(.
It looks like a big big bug in the parser!
Here the important part in the header:
--------------------------------------------
class MsgMan : public QObject // ...
{
Q_OBJECT
// methods
public:
Msg( QObject* pParent);
signals:
void distribute();
void received();
request();
public slots:
void receiveMsg();
void sendMsg();
void requestMod <=== The autosave routine started here (a
non-finished declaration line!)
};
--------------------------------------------
--
Ciao,
--Falk
More information about the KDevelop
mailing list