Hi,
My Java (Eclipse) application is spawning a child process, monitoring its stdout stream and exit value. When the child process is crashing with SIGABRT, there is no core dump file created. If I start the child process manually and kill it, the core dump is there alright.
I couldn't find any info about whether the JVM prepares somehow the child process (for example setting the core dump file size to 0).
Does anybody know what might be going on and what settings to change so that the core dumps are created?
This is on Suse 10 and Ubuntu 9.04, with Java 5 and 6, if it makes any difference.
best regards, Vlad