openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00705
[Bug 262340] Re: Hard Segfault once in a while running eclipse
try to increase the max permited memory
in eclipse.ini
this is too small
jvm_args: -Xms40m -Xmx456m -XX:MaxPermSize=456m
it should be
jvm_args: -Xms40m -Xmx4096mm -XX:MaxPermSize=4096m
--
Hard Segfault once in a while running eclipse
https://bugs.launchpad.net/bugs/262340
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” source package in Ubuntu: New
Bug description:
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe079edebc4, pid=7759, tid=1078901072
#
# Java VM: OpenJDK 64-Bit Server VM (1.6.0_0-b11 mixed mode linux-amd64)
# Problematic frame:
# V [libjvm.so+0x227bc4]
#
# An error report file with more information is saved as:
ATTATCHED
This is from running Eclipse 3.4 + CTD and happens every few hours or so. This seems to be more frequent on my machine with 8 cores and 24GB of memory, very rare on my laptop.
References