[Threads-list] Re: bug in Pthread::stop() function?
Brought to you by:
hanseno
|
From: Steve K. <ste...@we...> - 2004-09-24 19:59:42
|
> void MyThread::stop(){
> this->stop();
> }
I'm a jerk. Have fixed my problem...
This looks like an endless recursion to me which crushes the system...
Steve
|