Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 41693 invoked from network); 19 Apr 2007 02:14:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 02:14:22 -0000 Received: (qmail 69437 invoked by uid 500); 19 Apr 2007 02:12:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 69402 invoked by uid 500); 19 Apr 2007 02:12: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 69295 invoked by uid 99); 19 Apr 2007 02:12:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2007 19:12: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, 18 Apr 2007 19:12:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3DCC714084 for ; Wed, 18 Apr 2007 19:12:15 -0700 (PDT) Message-ID: <1206773.1176948735930.JavaMail.jira@brutus> Date: Wed, 18 Apr 2007 19:12:15 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3675) [drlvm][reflection] vm.classloading.ClassAttributeTest reliability test fails with assertion In-Reply-To: <13210582.1176805876221.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-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489916 ] Aleksey Ignatenko commented on HARMONY-3675: -------------------------------------------- Gregory, you are right about [jni], I cannot recall why I marked it this way, this is to be marked with [reflection] - fixed > [drlvm][reflection] vm.classloading.ClassAttributeTest reliability test fails with assertion > -------------------------------------------------------------------------------------------- > > Key: HARMONY-3675 > URL: https://issues.apache.org/jira/browse/HARMONY-3675 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > > 2 reliability tests: vm.classloading.ClassAttributeTest and ClassReflectionTest (can be taken in H-2918) fail with assertion when launched with number of threads > 2 (stably fail when number of thread = 2). > Stack trace: > harmonyvm.dll!_assert(const char * expr=0x0077ce3c, const char * filename=0x0077cdf0, unsigned int lineno=788) Line 295 C > > harmonyvm.dll!struct_Class_to_java_lang_Class_Handle(Class * clss=0x00000000) Line 788 + 0x1a C++ > harmonyvm.dll!get_annotations(JNIEnv_External * jenv=0x02ea2570, AnnotationTable * table=0x00000000, AnnotationTable * inv_table=0x00000000, Class * clss=0x02d655b8) Line 53 + 0xd C++ > harmonyvm.dll!Java_org_apache_harmony_vm_VMGenericsAndAnnotations_getDeclaredAnnotations__Ljava_lang_Class_2(JNIEnv_External * jenv=0x02ea2570, _jobject * __formal=0x0372f67c, _jobject * jclazz=0x0372f680) Line 76 + 0x1f C++ > 0360ce46() > harmonyvm.dll!free_local_object_handles3(ObjectHandles * head=) Line 455 + 0xa C++ > To reproduce one needs to > 1. modify run/run.normal.mode.settings.xml: > - > - > - > + > 2. compile reliability suit > 3. cd run folder, execute "ant -f run.xml run.vm" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.