<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2505.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT size=2>
<P>hiii everybody </P>
<P>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</P>
<P>process and that was the code:</P>
<P>QTimer * counter = </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> 
QTimer( </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2> );</P>
<P>connect( counter, SIGNAL(timeout()),</P>
<P></FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>, SLOT(scansnort()) 
);</FONT></P>
<P><FONT size=2>counter->start( 10000 );</P>
<P>the application crashs after a certain period </FONT><FONT color=#0000ff 
size=2>this</FONT><FONT size=2> period decreases whenincreasing the timer timout 
(10000) here</P>
<P>and </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2> is the crash 
error message :</P>
<P>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</P>
<P> </P>
<P> </P>
<P> </P></FONT></FONT></DIV></BODY></HTML>