aspose file tools
The moose likes Java in General and the fly likes need to take thread dump Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "need to take thread dump" Watch "need to take thread dump" New topic
Author

need to take thread dump

john sal
Ranch Hand

Joined: Jul 30, 2010
Posts: 92
I need to take thread dump to analyse if there is any race condition exist or not..

can someone let me know how to take thread dump in java?

Moreover i just wanted to know is it differ in the way dump is taken for windows and solaris?
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Yes it is different. From memory ( although you should confirm this) it is ctrl-break in won and kill -SIGQUIT in Linux.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: need to take thread dump
 
Similar Threads
Creating a TreeMap form Enumerated Zip Entries
Taking thread dump of Weblogic 8.1 in Solaris box
Diffrence Between Notify & NotifyAll
javax.transaction.TransactionRolledbackException : Transaction is ended due to timeout
Thread Dump