Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 64809 invoked from network); 1 Mar 2007 15:55:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 15:55:11 -0000 Received: (qmail 90992 invoked by uid 500); 1 Mar 2007 15:55:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 90891 invoked by uid 500); 1 Mar 2007 15:55:20 -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 90882 invoked by uid 99); 1 Mar 2007 15:55:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 07:55:20 -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, 01 Mar 2007 07:55:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E100471428C for ; Thu, 1 Mar 2007 07:54:50 -0800 (PST) Message-ID: <30623043.1172764490918.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 07:54:50 -0800 (PST) From: "Salikh Zakirov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (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:comment-tabpanel#action_12476971 ] Salikh Zakirov commented on HARMONY-3256: ----------------------------------------- Strangely, the patch has no waited_monitor assigment. > [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 > Assigned To: weldon washburn > Attachments: H-3256.patch, 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.