Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26491 invoked from network); 7 Feb 2007 12:19:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 12:19:28 -0000 Received: (qmail 45545 invoked by uid 500); 7 Feb 2007 12:19:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 45517 invoked by uid 500); 7 Feb 2007 12:19: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 45458 invoked by uid 99); 7 Feb 2007 12:19:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 04:19: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; Wed, 07 Feb 2007 04:19:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D7BA7142FC for ; Wed, 7 Feb 2007 04:19:06 -0800 (PST) Message-ID: <20312406.1170850746314.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 04:19:06 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3002) [drlvm] Race condition in threading code leads to VM crash on SMP systems on HARMONY-2386 In-Reply-To: <22076356.1168727307561.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-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky reassigned HARMONY-3002: ------------------------------------------ Assignee: Gregory Shimansky > [drlvm] Race condition in threading code leads to VM crash on SMP systems on HARMONY-2386 > ----------------------------------------------------------------------------------------- > > Key: HARMONY-3002 > URL: https://issues.apache.org/jira/browse/HARMONY-3002 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux ia32, windows ia32 > Reporter: Gregory Shimansky > Assigned To: Gregory Shimansky > Attachments: wait_safe_region_event-removed-incorrect-early-return-condition.patch > > > I am not sure this is a class loader bug, but the crash happens on class loader code in class_initialize. When running the test in HARMONY-2386 many times in a loop it crashes after some time. The fat monitor which is used for synchronization in Class::initialize appears to be uninitialized or corrupted. It could be a thread manager bug or enumeration problem as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.