Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 85189 invoked from network); 26 Oct 2007 11:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 11:51:17 -0000 Received: (qmail 28595 invoked by uid 500); 26 Oct 2007 11:51:05 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 28575 invoked by uid 500); 26 Oct 2007 11:51:05 -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 28566 invoked by uid 99); 26 Oct 2007 11:51:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 04:51:05 -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, 26 Oct 2007 11:51:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADF4A714247 for ; Fri, 26 Oct 2007 04:50:54 -0700 (PDT) Message-ID: <6819596.1193399454382.JavaMail.jira@brutus> Date: Fri, 26 Oct 2007 04:50:54 -0700 (PDT) From: "Yuri Dolgov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4995) [drlvm][jit] VM crash in struts tests In-Reply-To: <12560063.1193066990894.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-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuri Dolgov updated HARMONY-4995: --------------------------------- Attachment: HARMONY-4995_2.patch A case for fals/true branches with the same diestination added > [drlvm][jit] VM crash in struts tests > ------------------------------------- > > Key: HARMONY-4995 > URL: https://issues.apache.org/jira/browse/HARMONY-4995 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win32 > Reporter: Alexei Zakharov > Assignee: Alexey Varlamov > Attachments: assertion_failed_error.jpg, HARMONY-4995.patch, HARMONY-4995_2.patch > > > It looks like the patch from HARMONY-4875 ([drlvm][jit] Harmony has negative scalability in client mode, committed at the revision 584097) introduced a regression in Struts test. Currently I see the following assertion failed error if I run struts tests on debug DRLVM build - see attached screenshot. In release mode tests fail with some strange error. However, everything was fine at the revision 584088. > Due to complex nature of struts tests it is very hard to extract a small test case from it. Below are exact steps to reproduce the original error. Hope this helps. > 1. Check out our BTI source tree and configure it according to README > 2. Place the following lines into buildtest\branches\2.0\framework.local.properties > struts_test.parameters.required.req.test.java.home=%DRLVM_HOME% > struts_test.parameters.required.req.driver.java.home=%RI_JDK_HOME% > 3. Your ANT_OPTS environment variable should contain valid proxy host and port information at this step > 4. rm required-parameters.properties > 5. ant -Dtest.suites=struts_test setup > 6. ant -Dtest.suites=struts_test run > 7. BAH! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.