Ctrl+C emits the TERM signal, we need the QUIT signal. Open another terminal, find the proc # of the java process :
ps ax | grep -i limewire
and then issue kill -QUIT to that process. The stack trace will be printed in the other terminal, the one you've started LimeWire from. |