On 8/7/06, Don Murray <dmurray at unidata.ucar.edu> wrote: > > You can get a stack trace without running the jdb by: > > - pressing Ctrl-Break (windows) > - sending a kill -3 to the java process (unix) > > which will show any deadlocks. > Ctrl-\ (backslash) also works on at least some Unix (e.g., Linux). -Curtis