Posted By:
Anonymous
Posted On:
Monday, November 22, 2004 10:46 PM
Use of the command
kill -3
on the
solaris platform
does not yeald the thread stacktrace for a process which is running in some unknown shell. (It yields the strack trace in the stdout in the same shell where the program is running, irrespective of being a background process)
Any idea as for how to obtain the thread trace for a process irrespective of the shell in java version 1.3.x ?