java dumps on a background process

From: Ravi Tallury (talluryr_at_yahoo.com)
Date: 01/01/04


Date: 31 Dec 2003 15:48:20 -0800

Hi
We are running a java process in the background on a aix 5.2, jdk1.31.
The jvm core dumps on occasion and i would like to debug the issue.
Reading through documentation, issuing the kill -30 <pid> does the
java dump for a process runiing in the fore-ground, however it is
ignored by a process running in the background. So how do i do that? I
might not be able to keep the window open that started the actual java
process as this could take upto a week.

Thanks
Ravi



Relevant Pages

  • java dump on a process running in the background, aix 5.2 java version 1.31
    ... We are running a java process in the background on a aix 5.2, ... The jvm core dumps on occasion and i would like to debug the issue. ...
    (comp.lang.java.developer)
  • Re: Is conditional compiling possible in JAVA?
    ... Use boolean constants and let the compiler figure out if code can be ... many C/C++ preprocessors don't barf on Java input ... All you do is change debug to true or false and if set to false, ...
    (comp.lang.java.help)
  • Re: Eclipse Debugging Framework
    ... >I need information in understanding the need of a seperate Java Debug ... This is how the Eclipse debugger works. ... It is working at the machine code level, but has a map of C ...
    (comp.lang.java.softwaretools)
  • Re: Is conditional compiling possible in JAVA?
    ... Use boolean constants and let the compiler figure out if code can be ... many C/C++ preprocessors don't barf on Java input ... All you do is change debug to true or false and if set to false, ...
    (comp.lang.java.help)
  • Re: MappedByteBuffer and corrupted data
    ... My serialisations are pretty simples. ... I've put "magic" byte for the debug, and some time, the byte i read is not equal to the "magic" value. ... public static void mainthrows Exception { ... In Java, bytes are signed, but the "bytes" you read off an InputStream ...
    (comp.lang.java.programmer)