QTimer crashes my application
john
john at yalla.com
Wed Jun 26 00:25:34 BST 2002
hiii everybody
i want to keep track of a running process so i used a QTimer object and connected its timeout signal to a slot that will detect a specefic running
process and that was the code:
QTimer * counter = new QTimer( this );
connect( counter, SIGNAL(timeout()),
this, SLOT(scansnort()) );
counter->start( 10000 );
the application crashs after a certain period this period decreases whenincreasing the timer timout (10000) here
and this is the crash error message :
KCrash: crashing.... crashRecursionCounter = 2KCrash: Application Name = first1 path = <unknown> pid = 6172QDir::readDirEntries: Cannot read the directory: /root/.kde/share/iconsQDir::readDirEntries: Cannot read the directory: /usr/share/iconsCouldn't open /usr/share/config/kdebug.areas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20020626/dd848323/attachment.html>
More information about the KDevelop
mailing list