Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77863 invoked from network); 14 Jun 2007 12:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 12:07:50 -0000 Received: (qmail 46140 invoked by uid 500); 14 Jun 2007 12:07:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 46119 invoked by uid 500); 14 Jun 2007 12:07:53 -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 46107 invoked by uid 99); 14 Jun 2007 12:07:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 05:07:53 -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; Thu, 14 Jun 2007 05:07:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 01C2F714159 for ; Thu, 14 Jun 2007 05:07:28 -0700 (PDT) Message-ID: <15125504.1181822848970.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 05:07:28 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4063) [drlvm][classloader] Crash in the classoader on BootstrapClassLoader initialization In-Reply-To: <23351029.1181123426180.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-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Pervov updated HARMONY-4063: ---------------------------------- Attachment: H4063.patch I was too eager to submit the patch, so had missed few trivial things. :( Fixed patch attached. > [drlvm][classloader] Crash in the classoader on BootstrapClassLoader initialization > ----------------------------------------------------------------------------------- > > Key: HARMONY-4063 > URL: https://issues.apache.org/jira/browse/HARMONY-4063 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Roman S. Bushmanov > Assignee: Gregory Shimansky > Attachments: Btest5014.java, H4063.patch, H4063.patch > > > To reproduce the issue, please compile the attached btest5014.java and and run Btest5014. > Note the attached test is a part of the Functional test suite (see HARMONY-3528). > The issue is reproduced on svn = r544496, (Jun 5 2007), Windows/ia32/msvc 1310, debug build > The callstack is as follows > harmonyvm.dll!strcat() Line 173 Asm > harmonyvm.dll!BootstrapClassLoader::Initialize(ManagedObject * loader=0x00000000) Line 1316 + 0xd C++ > harmonyvm.dll!bootstrap_initial_java_classes(Global_Env * vm_env=0x012c2100) Line 301 + 0x15 C++ > harmonyvm.dll!preload_classes(Global_Env * vm_env=0x012c2100) Line 343 + 0x9 C++ > harmonyvm.dll!vm_init1(JavaVM_Internal * java_vm=0x012c20e8, JavaVMInitArgs * vm_arguments=0x0013fa98) Line 727 + 0x9 C++ > harmonyvm.dll!JNI_CreateJavaVM(JavaVM_External * * p_vm=0x0013faa8, JNIEnv_External * * p_jni_env=0x0013fab0, void * args=0x0013fa98) Line 499 + 0xd C++ > java.exe!invocation(HyPortLibrary * portLibrary=0x0013fbb8, int argc=4, char * * argv=0x003925b0, unsigned int handle=5308416, int version=65540, unsigned char ignoreUnrecognized='', char * mainClass=0x0039252a, unsigned int classArg=3, char * propertiesFileName=0x00157500, int isStandaloneJar=0, char * vmdllsubdir=0x0013fb44) Line 668 + 0xf C > java.exe!gpProtectedMain(haCmdlineOptions * args=0x0013fb90) Line 391 + 0x33 C > java.exe!main(int argc=4, char * * argv=0x003925b0, char * * envp=0x00392b40) Line 146 + 0xc C > java.exe!mainCRTStartup() Line 398 + 0xe C > kernel32.dll!77e523cd() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.