Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 893 invoked from network); 15 Mar 2007 08:26:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 08:26:30 -0000 Received: (qmail 79570 invoked by uid 500); 15 Mar 2007 08:26:38 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 79469 invoked by uid 500); 15 Mar 2007 08:26:38 -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 79460 invoked by uid 99); 15 Mar 2007 08:26:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 01:26:38 -0700 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, 15 Mar 2007 01:26:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65F1271406F for ; Thu, 15 Mar 2007 01:26:09 -0700 (PDT) Message-ID: <21305156.1173947169415.JavaMail.jira@brutus> Date: Thu, 15 Mar 2007 01:26:09 -0700 (PDT) From: "Elena Semukhina (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-3401) [drlvm][threading] Sometimes isInterrupted() responses unexpectedly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][threading] Sometimes isInterrupted() responses unexpectedly ------------------------------------------------------------------- Key: HARMONY-3401 URL: https://issues.apache.org/jira/browse/HARMONY-3401 Project: Harmony Issue Type: Bug Components: DRLVM Reporter: Elena Semukhina Kernel test ThreadTest.testInterrupt_Terminated() fails intermittently when invoking isInterrupted() for a terminated thread. Possibly join(), interrupt() and isInterrupted() are poorly synchronized. I attached the test which demonstrates the issue. Usually I have the output as follows on linux x86 2CPU machine: 108 FAILED: terminated thread has not been interrupted 138 FAILED: terminated thread has not been interrupted 206 FAILED: terminated thread has not been interrupted 475 FAILED: terminated thread has not been interrupted 549 FAILED: terminated thread has not been interrupted 553 FAILED: terminated thread has not been interrupted 576 FAILED: terminated thread has not been interrupted 693 FAILED: terminated thread has not been interrupted 730 FAILED: terminated thread has not been interrupted 741 FAILED: terminated thread has not been interrupted 765 FAILED: terminated thread has not been interrupted -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.