On Windows 7, I try to get a stack trace from a Java process by executing the command
jstack.exe -F xxx
from another Java process, where xxx is the PID of the target process. I'm getting the error
Error attaching to process: Windbg Error: WaitForEvent failed!
Any idea why?