JDK1.4.1 and runaway processes.

Greg Lewis glewis at misty.eyesbeyond.com
Mon Apr 28 21:47:09 PDT 2003


On Tue, Apr 29, 2003 at 09:41:35AM +1200, Jonathan Chen wrote:
> What can I do to help track down this problem? It'd be nice to get a
> core-dump for analysis, but the processes don't seem to die unless a
> kill -9 is applied to it. Am I the only person to see this?

You can get a core of a running process with gcore(1).  Of course you
can also attach to the process directly with gdb, or run things under
gdb by setting DEBUG_PROG to start with.

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org



More information about the freebsd-java mailing list