This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Controlling the garbage collector (GC) at RT?
- From: "Boehm, Hans" <hans dot boehm at hp dot com>
- To: "Martin Egholm Nielsen" <martin at egholm-nielsen dot dk>,<java at gcc dot gnu dot org>
- Date: Thu, 10 Feb 2005 10:10:57 -0800
- Subject: RE: Controlling the garbage collector (GC) at RT?
> From: java-owner@gcc.gnu.org [mailto:java-owner@gcc.gnu.org]
>
> > It would indeed be interesting to know why the Linux kernel
> kills the
> > application rather than returning failure.
> Sure, but how to do that? Any guidelines?
>
What do you see on the console? Anything in the system log? Does
strace tell you anything?
Hans