Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 96111 invoked from network); 22 Feb 2007 13:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 13:37:26 -0000 Received: (qmail 62289 invoked by uid 500); 22 Feb 2007 13:37:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 62270 invoked by uid 500); 22 Feb 2007 13:37:35 -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 62261 invoked by uid 99); 22 Feb 2007 13:37:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 05:37:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 22 Feb 2007 05:37:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B5FD47141B8 for ; Thu, 22 Feb 2007 05:37:05 -0800 (PST) Message-ID: <23665970.1172151425743.JavaMail.jira@brutus> Date: Thu, 22 Feb 2007 05:37:05 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3018) [drlvm][unit] cunit test thread/test_ti_instrum.c fails from time to time In-Reply-To: <197808.1169107769997.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-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov closed HARMONY-3018. ------------------------------------ Resolution: Fixed Applied at r510503, thanks! > [drlvm][unit] cunit test thread/test_ti_instrum.c fails from time to time > ------------------------------------------------------------------------- > > Key: HARMONY-3018 > URL: https://issues.apache.org/jira/browse/HARMONY-3018 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Elena Semukhina > Assigned To: Alexey Varlamov > Attachments: H-3018_test_ti_instrum.patch > > > I managed to reproduce the failure with iterative runs on linux ia32 gcc release build: > test test_ti_instrum failed: > test_jthread_get_blocked_count start > [echo] ERROR: Test failed: Wrong number waiting on monitor threads (/export/lab_drlbuild/combined_gcc/CVS_20070117_0002_H/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c:139) > To run the test iteratively please use the following command: > i=0; while true; do ./test_ti_instrum -Dorg.apache.harmony.vm.vmdir=$DRLVM_HOME/bin/default -Djava.home=$DRLVM_HOME; ec=$?; echo $i $ec; test $ec != 0 && break; i=$[i+1]; done > Once I saw the failure on linux ia32 icc debug build. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.