| Author |
Thread stopped working
|
srikrishna mandala
Greenhorn
Joined: Nov 02, 2010
Posts: 1
|
|
I wrote a Thread class, for which there will be a run() method.
In that run(), I added a while(true) loop.
While executing the thread, it started fine.
run() method is running fine and is printing some messages (messages which I wrote in System.out.println() )
All of a sudden, my thread stopped working.
I did not get any exception when the thread stopped working.
Can I know what could be the possible reasons for my thread not to work?
When I restart the program, it worked fine.
Thanks in advance.
|
 |
Stephan van Hulst
Bartender
Joined: Sep 20, 2010
Posts: 3044
|
|
Sounds like a deadlock, or starvation or something. You'll have to post your code, otherwise we can't help you.
Oh, and please UseCodeTags!
|
 |
 |
|
|
subject: Thread stopped working
|
|
|