Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 56344 invoked from network); 27 Feb 2007 14:19:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2007 14:19:26 -0000 Received: (qmail 64925 invoked by uid 500); 27 Feb 2007 14:19:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 64897 invoked by uid 500); 27 Feb 2007 14:19: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 64880 invoked by uid 99); 27 Feb 2007 14:19:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 06:19:35 -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; Tue, 27 Feb 2007 06:19:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB4EE714044 for ; Tue, 27 Feb 2007 06:19:05 -0800 (PST) Message-ID: <9455789.1172585945961.JavaMail.jira@brutus> Date: Tue, 27 Feb 2007 06:19:05 -0800 (PST) From: "Elena Semukhina (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3256) [drlvm][thread manager] Waiting thread gets InterruptedException with long delay In-Reply-To: <30521937.1172585825687.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-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elena Semukhina updated HARMONY-3256: ------------------------------------- Attachment: TestInterruptTimedWaiting.java > [drlvm][thread manager] Waiting thread gets InterruptedException with long delay > -------------------------------------------------------------------------------- > > Key: HARMONY-3256 > URL: https://issues.apache.org/jira/browse/HARMONY-3256 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Elena Semukhina > Attachments: TestInterruptTimedWaiting.java > > > The kernel test ThreadTest.testInterrupt_Waiting() fails intermittently with the message "waiting thread has not received the InterruptedException". > This is easily reproduced on 2CPU x 4 core machine but happens much more rarely on 2 CPU machine. I usually see the failure on Windows 2003 2CPU x 4 core. > The attached test shows up the issue. > Some threads which are in the TIMED_WAITING state don't get InterruptedException in reasonable time (5 sec in the attached test). The test needs WAIT_CONDITION_TIME to be set nearly the same as THREAD_WAIT_TIME to pass. > Threads which are in the WAITING state don't get exception at all (intermittently). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.