Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 73681 invoked from network); 28 Jun 2007 11:48:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2007 11:48:48 -0000 Received: (qmail 34512 invoked by uid 500); 28 Jun 2007 11:48:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 34424 invoked by uid 500); 28 Jun 2007 11:48:51 -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 34415 invoked by uid 99); 28 Jun 2007 11:48:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2007 04:48:51 -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, 28 Jun 2007 04:48:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E68E48960F for ; Thu, 28 Jun 2007 04:48:26 -0700 (PDT) Message-ID: <31491587.1183031306645.JavaMail.jira@brutus> Date: Thu, 28 Jun 2007 04:48:26 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3680) [drlvm][classloader][reliability] vm.classloading.ClassAttributeTest test hangs when number of threads >=3 In-Reply-To: <12998597.1176858855725.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-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508803 ] Aleksey Ignatenko commented on HARMONY-3680: -------------------------------------------- 5 runs were analized, there was one crash on ClassReflectionTest: Stack: Windows reported exception: 0xc0000005 Registers: EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00000001, EDX: 0x00000000 ESI: 0x02a6f218, EDI: 0x00000001, ESP: 0x035df7a8, EBP: 0x00000000 EIP: 0x00517184 Stack trace: 0: struct_Class_to_java_lang_Class_Handle (c:\cc-bt2.0\2.0\build\checkouts\drlvm\vm\vmcore\src\class_support\class.cpp :819) 1: org/apache/harmony/vm/VMGenericsAndAnnotations.getParameterAnnotations(J)[[Ljava/lang/annotation/Annotation; (VMGen ericsAndAnnotations.java:-2) 2: java/lang/reflect/Constructor$ConstructorData.getParameterAnnotations()[[Ljava/lang/annotation/Annotation; (Constru ctor.java:394) 3: java/lang/reflect/Constructor.getParameterAnnotations()[[Ljava/lang/annotation/Annotation; (Constructor.java:50) 4: org/apache/harmony/test/reliability/vm/classloading/ClassReflectionTest.testContent(Ljava/lang/Class;)V (??:-1) 5: org/apache/harmony/test/reliability/vm/classloading/ClassMultiTestBase.run()V (??:-1) 6: java/lang/Thread.run()V (Thread.java:662) 7: java/lang/Thread.runImpl()V (Thread.java:673) LTend of stack traceGT > [drlvm][classloader][reliability] vm.classloading.ClassAttributeTest test hangs when number of threads >=3 > ---------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3680 > URL: https://issues.apache.org/jira/browse/HARMONY-3680 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > > vm.classloading.ClassAttributeTest from reliability suit (see H-2918) hangs when number of threads parameter is set >=3. > To reproduce one needs to: > To reproduce one needs to > 1. modify run/run.normal.mode.settings.xml (or leave as is with 8 threads): > - > + - where N - number of threads to create > 2. compile reliability suit > 3. cd run folder, execute "ant -f run.xml run.vm" > Checked and reproduced on Win IA32 only. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.