From commits-return-36049-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri May 25 11:57:38 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 21627 invoked from network); 25 May 2007 11:57:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 11:57:38 -0000 Received: (qmail 45494 invoked by uid 500); 25 May 2007 11:57:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 45470 invoked by uid 500); 25 May 2007 11:57:42 -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 45461 invoked by uid 99); 25 May 2007 11:57:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 04:57:42 -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; Fri, 25 May 2007 04:57:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB574714062 for ; Fri, 25 May 2007 04:57:16 -0700 (PDT) Message-ID: <5091770.1180094236894.JavaMail.jira@brutus> Date: Fri, 25 May 2007 04:57:16 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3967) [drlvm][stack] Drlvm intermittently crashes on SystemResourceOrientedTest trying to get stack trace In-Reply-To: <19177092.1180074076335.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-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499061 ] Aleksey Ignatenko commented on HARMONY-3967: -------------------------------------------- There is simultaneous calls to stack trace functions. The test runs 4 simple threads in infinite cycle (no direct call to getstacktrace functions) and it executes j.l.management functions in main thread. Even if getstack trace functions are wrapped with j.l.management package $ simple runniong thread do nothing with getting stack trace. So I do not see directo conection to HARMONY-3542. > [drlvm][stack] Drlvm intermittently crashes on SystemResourceOrientedTest trying to get stack trace > --------------------------------------------------------------------------------------------------- > > Key: HARMONY-3967 > URL: https://issues.apache.org/jira/browse/HARMONY-3967 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > Attachments: stack_dump.dmp > > > Drlvm intermittently crashes on SystemResourceOrientedTest from reliablity suit. > Stack trace: > harmonyvm.dll!_assert(const char * expr=0x00810fd0, const char * filename=0x00810f88, unsigned int lineno=0x000000cf) Line 295 C > > harmonyvm.dll!st_get_trace(VM_thread * p_vmthread=0x02c6cee0, unsigned int * res_depth=0x0013e9a0, StackTraceFrame * * stfs=0x0013e994) Line 207 + 0x1e C++ > harmonyvm.dll!Java_org_apache_harmony_vm_VMStack_getThreadStackTrace(JNIEnv_External * jenv=0x012ad560, _jobject * __formal=0x0013e9c4, _jobject * thread=0x0013e9c8) Line 453 + 0x11 C++ > 0561e5d6() > harmonyvm.dll!get_vm_thread(HyThread * thr=0x0013e9f4) Line 190 + 0xb C++ > harmonyvm.dll!get_vm_thread(HyThread * thr=0x00000001) Line 191 + 0x7 C++ > 00000001() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.