Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 72809 invoked from network); 31 May 2007 16:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 16:34:37 -0000 Received: (qmail 11144 invoked by uid 500); 31 May 2007 16:34:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11122 invoked by uid 500); 31 May 2007 16:34:41 -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 11107 invoked by uid 99); 31 May 2007 16:34:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 09:34:41 -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, 31 May 2007 09:34:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F052714181 for ; Thu, 31 May 2007 09:34:16 -0700 (PDT) Message-ID: <1821841.1180629256190.JavaMail.jira@brutus> Date: Thu, 31 May 2007 09:34:16 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3971) [drlvm][kernel][lang-management] Drlvm intermittently crashes on SystemResourceOrientedTest calling ThreadMXBean.getAllThreadIds function In-Reply-To: <27819558.1180077076411.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-3971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-3971: --------------------------------------- Summary: [drlvm][kernel][lang-management] Drlvm intermittently crashes on SystemResourceOrientedTest calling ThreadMXBean.getAllThreadIds function (was: [drlvm]Drlvm intermittently crashes on SystemResourceOrientedTest calling ThreadMXBean.getAllThreadIds function) > [drlvm][kernel][lang-management] Drlvm intermittently crashes on SystemResourceOrientedTest calling ThreadMXBean.getAllThreadIds function > ----------------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3971 > URL: https://issues.apache.org/jira/browse/HARMONY-3971 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > Attachments: jn.dmp > > > Drlvm intermittently crashes on SystemResourceOrientedTest from reliablity suit calling jni Java_org_apache_harmony_lang_management_ThreadMXBeanImpl_getAllThreadIdsImpl function . > Stack trace: > harmonyvm.dll!ManagedObject::vt() Line 117 + 0x11 C++ > harmonyvm.dll!object_lookup_method(_jobject * obj=0x031f0fd0, const String * name=0x012ba0a4, const String * desc=0x012b95cc) Line 134 + 0xa C++ > harmonyvm.dll!call_method_no_ref_result(JNIEnv_External * jni_env=0x0127fa00, _jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, jvalue * args=0x031f0fd0, jvalue * result=0x0013f03c, int non_virtual=0x00000000) Line 164 + 0x1b C++ > harmonyvm.dll!CallLongMethodA(JNIEnv_External * jni_env=0x0127fa00, _jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, jvalue * args=0x031f0fd0) Line 537 + 0x1b C++ > harmonyvm.dll!CallLongMethodV(JNIEnv_External * jni_env=0x0127fa00, _jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, char * args=0x0013f10c) Line 519 + 0x15 C++ > harmonyvm.dll!JNIEnv_External::CallLongMethod(_jobject * obj=0x031f0fd0, _jmethodID * methodID=0x027a2cc8, ...) Line 817 + 0x1d C++ > > harmonyvm.dll!Java_org_apache_harmony_lang_management_ThreadMXBeanImpl_getAllThreadIdsImpl(JNIEnv_External * jenv_ext=0x0127fa00, _jobject * __formal=0x0013f184) Line 116 + 0x17 C++ > 03676f5d() > harmonyvm.dll!get_vm_thread(HyThread * thr=0x0013f1b0) Line 130 + 0xf C++ > harmonyvm.dll!get_vm_thread(HyThread * thr=0x00000000) Line 131 + 0x7 C++ > 0038a048() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.