Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91369 invoked from network); 19 Oct 2007 15:18:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 15:18:18 -0000 Received: (qmail 29230 invoked by uid 500); 19 Oct 2007 15:17:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29216 invoked by uid 500); 19 Oct 2007 15:17:59 -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 29202 invoked by uid 99); 19 Oct 2007 15:17:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 08:17:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 19 Oct 2007 15:18:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8FA78714208 for ; Fri, 19 Oct 2007 08:17:50 -0700 (PDT) Message-ID: <8991022.1192807070578.JavaMail.jira@brutus> Date: Fri, 19 Oct 2007 08:17:50 -0700 (PDT) From: "Eugene S. Ostrovsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-4979) [drlvm][init] CombinedEvents JDWP unit tests failed In-Reply-To: <16816227.1192804190582.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-4979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536246 ] Eugene S. Ostrovsky commented on HARMONY-4979: ---------------------------------------------- It seems that the regression was introduced by r584804 (http://svn.apache.org/viewvc?view=rev&revision=584804) commit. Luncher detaches main thread before calling DestroyJavaVM(). Then VM (in DestroyJavaVM) attaches main thread again. During this procedure VM invokes java.lang.Thread constructor and produces JVMTI events (e.g. MethodExit event). However these events can not be processed correctly since thread still has no associated java.lang.Thread object. > [drlvm][init] CombinedEvents JDWP unit tests failed > --------------------------------------------------- > > Key: HARMONY-4979 > URL: https://issues.apache.org/jira/browse/HARMONY-4979 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: All > Reporter: Eugene S. Ostrovsky > > The following 4 JDWP unit tests fail: > org.apache.harmony.jpda.tests.jdwp.Events.CombinedEvents003Test (1 test case) > org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest (3 test cases) > testCombinedEvents_02 > testCombinedEvents_04 > testCombinedEvents_06 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.