You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/10/29 16:46:50 UTC

[jira] Created: (HARMONY-5041) [drlvm][eut] jdtdebug crashes with SWTException

[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
  
    <harmony java> \ 
            -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.


[jira] Commented: (HARMONY-5041) [drlvm][eut] jdtdebug crashes with SWTException

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538535 ] 

Gregory Shimansky commented on HARMONY-5041:
--------------------------------------------

The problem is actually caused by this exception:

     [java] Caused by: java.lang.ArrayIndexOutOfBoundsException
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.FilterTransform$Node.indexOfFilteredElement(FilterTransform.java:244)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.FilterTransform.removeElementFromFilters(FilterTransform.java:494)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.removeElementFromFilters(ModelContentProvider.java:843)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.handleRemove(TreeModelContentProvider.java:203)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:646)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:678)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:678)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes(ModelContentProvider.java:678)
     [java] 	at org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider$7.runInUIThread(ModelContentProvider.java:627)
     [java] 	at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
     [java] 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
     [java] 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
     [java] 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296)
     [java] 	... 32 more


> [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
>   
>     <harmony java> \ 
>             -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.


[jira] Resolved: (HARMONY-5041) [drlvm][eut] jdtdebug crashes with SWTException

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-5041.
----------------------------------------

    Resolution: Fixed
      Assignee: Gregory Shimansky

I increased stack limit on 64-bit architectures to 2Mb from 512Kb. Now tests work for me. Committed at 590154.

Please check that the bug is fixed for you.

> [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
>            Assignee: Gregory Shimansky
>
> 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
>   
>     <harmony java> \ 
>             -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.


[jira] Commented: (HARMONY-5041) [drlvm][eut] jdtdebug crashes with SWTException

Posted by "Gregory Shimansky (JIRA)" <ji...@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
>   
>     <harmony java> \ 
>             -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.


[jira] Closed: (HARMONY-5041) [drlvm][eut] jdtdebug crashes with SWTException

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-5041.
--------------------------------------


No response, assuming ok.

> [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
>            Assignee: Gregory Shimansky
>
> 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
>   
>     <harmony java> \ 
>             -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.