Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92084 invoked from network); 20 Feb 2007 09:42:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 09:42:27 -0000 Received: (qmail 28035 invoked by uid 500); 20 Feb 2007 09:42:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 28024 invoked by uid 500); 20 Feb 2007 09:42:34 -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 28015 invoked by uid 99); 20 Feb 2007 09:42:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 01:42: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; Tue, 20 Feb 2007 01:42:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E6F257141A3 for ; Tue, 20 Feb 2007 01:42:05 -0800 (PST) Message-ID: <13569932.1171964525943.JavaMail.jira@brutus> Date: Tue, 20 Feb 2007 01:42:05 -0800 (PST) From: "Elena Semukhina (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3044) [drlvm][thread manager] smoke test gc.LOS hangs from time to time on SUSE9 Linux x86 and x86_64 In-Reply-To: <23770850.1169621869287.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-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elena Semukhina updated HARMONY-3044: ------------------------------------- Attachment: H-3044_gc_MultiThreads_hang.txt I tried the patch and was happy to see that both gc.LOS and gc.MultiThreads passed hundreds of times on linux x86 and x86_64 in default mode. Then I tried to run them in OPT and didn't see any problems on x86 for now (tests still run). On x86_64 gc.LOS is now running its 120th iteration while gc.MultiThreads hung after it finished its 27th: ............................................................................. 92% (387894448/419430400),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, PASSED Possibly it is not OPT specific but seems to be x86_64 specific. I attached the stack traces; please look at them. > [drlvm][thread manager] smoke test gc.LOS hangs from time to time on SUSE9 Linux x86 and x86_64 > ----------------------------------------------------------------------------------------------- > > Key: HARMONY-3044 > URL: https://issues.apache.org/jira/browse/HARMONY-3044 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Elena Semukhina > Assigned To: Gregory Shimansky > Attachments: H-3044_gc_MultiThreads_hang.txt, monitor_wait_impl-reset-suspend_disable_count-while-blocking-on-hymutex_lock.patch, x86_64_info_thr.txt > > > I saw the hangs on 2xXeon machines in JIT mode. > To reproduce the hang please run the test iteratively as follows: > while true; do $DRLVM -cp gc.LOS; echo $i; i=$[i+1]; done & > It usually needs no more than 100 iterations to hang. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.