View Single Post
  #4 (permalink)  
Old 04-16-2007, 08:55 PM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Posts: 1,688
Default

On either Mac or Linux, when the java process is hanging, you can get a stack trace dump by sending a SIGQUIT using kill like this:

kill -3 <pid>

where <pid> is the process id of the java process.

The stack trace is dumped into <install>/log/zdesktop.out. If you can manage to generate the trace, please post it here. Thanks!
Reply With Quote