Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 17524 invoked from network); 30 Oct 2007 15:44:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 15:44:09 -0000 Received: (qmail 11479 invoked by uid 500); 30 Oct 2007 15:42:09 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11465 invoked by uid 500); 30 Oct 2007 15:42:09 -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 11456 invoked by uid 99); 30 Oct 2007 15:42:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 08:42:09 -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; Tue, 30 Oct 2007 15:42:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C1567141F1 for ; Tue, 30 Oct 2007 08:41:50 -0700 (PDT) Message-ID: <29963648.1193758910564.JavaMail.jira@brutus> Date: Tue, 30 Oct 2007 08:41:50 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5041) [drlvm][eut] jdtdebug crashes with SWTException In-Reply-To: <23188432.1193672810955.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-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538811 ] Gregory Shimansky commented on HARMONY-5041: -------------------------------------------- I found out that the real cause of testsuite failure is SOE while executing the main eclipse IDE. When running the above command with -Xss8m I have all tests working to the end of tests execution. The AIOOBE doesn't seem to be related to testsuite fail. > [drlvm][eut] jdtdebug crashes with SWTException > ----------------------------------------------- > > Key: HARMONY-5041 > URL: https://issues.apache.org/jira/browse/HARMONY-5041 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux x86_64 > Reporter: Vladimir Beliaev > > Accoding to set of latest CC-report the jdtdebug suite crashes on Harmony on SLES10 x86_64. For example please see: > http://people.apache.org/~smishura/r589199/Linux_x86_64/eut33/ > [java] org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ArrayIndexOutOfBoundsException) > [java] at org.eclipse.swt.SWT.error(SWT.java:3563) > To reproduce: > 1. download (to the current directory) SDK (eclipse-SDK-3.3-linux-gtk-x86_64.tar.gz) from: > http://update.eclipse.org/downloads/drops/R-3.3-200706251500/download.php?dropFile=eclipse-SDK-3.3-linux-gtk-x86_64.tar.gz > 2. download (to the current directory) EUT3.3 (eclipse-Automated-Tests-3.3.zip) from: > http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.3-200706251500/eclipse-Automated-Tests-3.3.zip > 3. execute the following: > unzip -q eclipse-Automated-Tests-3.3.zip > cd ./eclipse-testing > eclipse-junit-tests-I20070625-1500.zip > tar xzf ../eclipse-SDK-3.3-linux-gtk-x86_64.tar.gz > > \ > -showversion \ > -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar \ > -application org.eclipse.test.uitestapplication \ > -dev bin \ > -data workspace \ > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,log.xml \ > -testpluginname org.eclipse.jdt.debug.tests \ > -classname org.eclipse.jdt.debug.tests.AutomatedSuite > Thanks > Vladimir -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.