« Return to Thread: [jira] Created: (RVM-827) Crash in GC while running Eclipse IDE

[jira] Commented: (RVM-827) Crash in GC while running Eclipse IDE

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread


    [ http://jira.codehaus.org/browse/RVM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=187538#action_187538 ]

Suriya Subramanian commented on RVM-827:
----------------------------------------

This bug exists with SVN r15768 (currently the HEAD).

You can reproduce this bug by doing the following on an x86-linux machine.

wget http://www.cs.utexas.edu/users/suriya/eclipse-crash.tar.gz
tar -zxvf eclipse-crash.tar.gz
cd eclipse-crash
java -cp eclipse/startup.jar -Dosgi.ws=gtk -Dosgi.os=linux -Dosgi.arch=x86 -Dosgi.locking=none org.eclipse.core.launcher.Main -dev -data wk-run
rvm -cp eclipse/startup.jar -Dosgi.ws=gtk -Dosgi.os=linux -Dosgi.arch=x86 -Dosgi.locking=none org.eclipse.core.launcher.Main -dev -data wk-run

The application has an infinite loop and does not terminate. With Sun's JVM, the application will print a line to the console after each iteration. The output goes something like this:

Iteration 0: 2333 (Avg 2333)
Iteration 1: 1175 (Avg 2217)
Iteration 2: 1140 (Avg 2109)
Iteration 3: 1109 (Avg 2009)
Iteration 4: 1174 (Avg 1926)

With Jikes RVM, the application crashes even before it can complete the 0th iteration. I am also attaching the output of a failing run.

> Crash in GC while running Eclipse IDE
> -------------------------------------
>
>                 Key: RVM-827
>                 URL: http://jira.codehaus.org/browse/RVM-827
>             Project: RVM
>          Issue Type: Bug
>          Components: Compiler: Baseline
>    Affects Versions: svn head
>            Reporter: Suriya Subramanian
>            Priority: Critical
>             Fix For: 3.1.1
>
>         Attachments: gc-crash-eclipse-2.txt, gc-crash-eclipse.txt
>
>
> I get the following error running Eclipse IDE on BaseBaseSemiSpace on ia32-linux.
> Fatal error: ArrayIndexOutOfBoundsException within uninterruptible region (index was 0x1ad0a1e9).
> Died in GC:
> Exiting virtual machine due to uninterruptibility violation.
> Attaching the entire output.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

 « Return to Thread: [jira] Created: (RVM-827) Crash in GC while running Eclipse IDE