Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 73536 invoked from network); 16 May 2007 10:46:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 10:46:37 -0000 Received: (qmail 60420 invoked by uid 500); 16 May 2007 10:46:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 60315 invoked by uid 500); 16 May 2007 10:46:43 -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 60306 invoked by uid 99); 16 May 2007 10:46:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 03:46:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 16 May 2007 03:46:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 549BF714043 for ; Wed, 16 May 2007 03:46:16 -0700 (PDT) Message-ID: <17976826.1179312376344.JavaMail.jira@brutus> Date: Wed, 16 May 2007 03:46:16 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3178) [drlvm] VM crashes in hynls_lookup_message when run with -Xmx900m -Xms900m options In-Reply-To: <32456583.1171456506301.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496249 ] Gregory Shimansky commented on HARMONY-3178: -------------------------------------------- I can't reproduce this bug on windows32. Should we close it? > [drlvm] VM crashes in hynls_lookup_message when run with -Xmx900m -Xms900m options > ---------------------------------------------------------------------------------- > > Key: HARMONY-3178 > URL: https://issues.apache.org/jira/browse/HARMONY-3178 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > > VM crashes in hynls_lookup_message when run with -Xmx900m -Xms900m options > Options to run VM : -Xms900m -Xmx900m > Stacktrace: > > hyprt.dll!free_catalog(HyPortLibrary * portLibrary=0x0013fbb8) Line 990 + 0x3 C > hyprt.dll!open_catalog(HyPortLibrary * portLibrary=0x0013fbb8) Line 553 + 0x9 C > hyprt.dll!hynls_lookup_message(HyPortLibrary * portLibrary=0x0013fbb8, unsigned int flags=17, unsigned int module_name=1162037327, unsigned int message_num=19, const char * default_string=0x018e3df0) Line 278 + 0x9 C > harmonyvm.dll!LogParams::release() Line 80 + 0x2b C++ > gc_cc.dll!init_mem() Line 250 + 0x5f C++ > gc_cc.dll!gc_init() Line 282 C++ > harmonyvm.dll!vm_init1(JavaVM_Internal * java_vm=0x01492388, JavaVMInitArgs * vm_arguments=0x0013fa98) Line 678 + 0x8 C++ > harmonyvm.dll!JNI_CreateJavaVM(JavaVM_External * * p_vm=0x0013faa8, JNIEnv_External * * p_jni_env=0x0013fab0, void * args=0x0013fa98) Line 492 + 0xd C++ > java.exe!invocation(HyPortLibrary * portLibrary=0x0013fbb8, int argc=9, char * * argv=0x003a3fb8, unsigned int handle=5308416, int version=65540, unsigned char ignoreUnrecognized='', char * mainClass=0x003a3ef5, unsigned int classArg=6, char * propertiesFileName=0x00154a00, int isStandaloneJar=0, char * vmdllsubdir=0x0013fb44) Line 635 + 0xf C > java.exe!gpProtectedMain(haCmdlineOptions * args=0x0013fb90) Line 362 + 0x33 C > java.exe!main(int argc=9, char * * argv=0x003a3fb8, char * * envp=0x003a2c98) Line 108 + 0xc C -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.