Eric Feigenson wrote:
>It sounds like triggering a full thread-dump would be the thing to do. I
>have to confess ignorance and ask: How do I trigger a full thread-dump?
Ref:
<http://lists.apple.com/archives/java-dev/2006/May/msg00011.html>
"If you want to try finding out where it's hanging, try a 'kill -QUIT pid' ..."
The pid is a process ID, determined from 'ps -axww', and then you look for
the process whose name you recognize as the one of interest. Or run
Activity Monitor.app and find the process there, and read off its pid
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden