Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 28750 invoked from network); 31 Jan 2007 19:55:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 19:55:28 -0000 Received: (qmail 5181 invoked by uid 500); 31 Jan 2007 19:55:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 5157 invoked by uid 500); 31 Jan 2007 19:55:34 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 5148 invoked by uid 99); 31 Jan 2007 19:55:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 11:55:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 11:55:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A731A7142B6 for ; Wed, 31 Jan 2007 11:55:05 -0800 (PST) Message-ID: <6248324.1170273305682.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 11:55:05 -0800 (PST) From: "Chris Elford (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-3104) Crash with moderate heap size (2GB) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Crash with moderate heap size (2GB) ----------------------------------- Key: HARMONY-3104 URL: https://issues.apache.org/jira/browse/HARMONY-3104 Project: Harmony Issue Type: Bug Components: DRLVM Environment: x86_64 -- RedHat Enterprise Linux 4 - U4 4GB in system Reporter: Chris Elford When running "java -Xms2g -Xmx2g hello", one receives a segmentation fault during startup. On x86_64 (and Itanium), heaps up to 16-30GB are likely to be common on reasonably sized SMPs. The segfault is in libharmony.so and the top of the stack looks like this: #0 0x0000002a990dae09 in EncoderBase::encode_aux () from /opt/harmony-jre-r487452/bin/default/libharmonyvm.so #1 0x0000002a990db478 in EncoderBase::encode () from /opt/harmony-jre-r487452/bin/default/libharmonyvm.so #2 0x0000002a9906b95a in compile_gen_compile_me () from /opt/harmony-jre-r487452/bin/default/libharmonyvm.so #3 0x0000002a9904f5f8 in Class::assign_offsets_to_methods () from /opt/harmony-jre-r487452/bin/default/libharmonyvm.so #4 0x0000002a9904f93c in Class::prepare () from /opt/harmony-jre-r487452/bin/default/libharmonyvm.so #5 0x0000002a9906109c in ClassLoader::LoadVerifyAndPrepareClass () from /opt/harmony-jre-r487452/bin/default/libharmonyvm.so I am using the latest binary hre drop (which seems to be a month out of date) Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r487452, (Dec 15 2006), Linux/em64t/gcc 4.0.3, release build http://incubator.apache.org/harmony -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.