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

View: New views
10 Messages — Rating Filter:   Alert me  

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

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

Reply to Author | View Threaded | Show Only this Message

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
         Attachments: 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

       

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

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

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

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/RVM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suriya Subramanian updated RVM-827:
-----------------------------------

    Attachment: gc-crash-eclipse-2.txt

Stacktrace output from a different run, also showing a crash during GC.

> 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
>         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

       

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jikesrvm-issues mailing list
Jikesrvm-issues@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-issues

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

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

Reply to Author | View Threaded | Show Only this Message


    [ 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

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

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

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/RVM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suriya Subramanian updated RVM-827:
-----------------------------------

    Attachment: crash-20090818.txt

Output from a failed run with BaseBaseSemiSpace_ia32-linux configuration.

> 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: crash-20090818.txt, 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

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

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

Reply to Author | View Threaded | Show Only this Message


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

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

The application works as expected with Jikes RVM 2.9.3.

> 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: crash-20090818.txt, 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

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

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

Reply to Author | View Threaded | Show Only this Message


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

Daniel Frampton commented on RVM-827:
-------------------------------------

Tried to reproduce exactly as above. Runs with no output and no errors and terminates quickly under both rvm and java.

Maybe there is something missing from your test or the command you have pasted in is wrong?

> 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: crash-20090818.txt, 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

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

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

Reply to Author | View Threaded | Show Only this Message


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

Daniel Frampton commented on RVM-827:
-------------------------------------

Worked out what was wrong... I needed to have an X display environment around. I assume the error messages are buried somewhere in eclipse...

> 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: crash-20090818.txt, 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

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

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

Reply to Author | View Threaded | Show Only this Message


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

Daniel Frampton commented on RVM-827:
-------------------------------------

Trivial test case for this added in r15769.

It seems we are not doing the right thing at some point when transitioning in and out of JNI and Java... Will have a quick look but might have to get Fil to look since he wrote the code.

> 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: crash-20090818.txt, 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

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

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

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/RVM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Frampton closed RVM-827.
-------------------------------

      Assignee: Daniel Frampton
    Resolution: Fixed

Fixed in r15770.

The new unit test and the eclipse test attached both seem to work now.

> 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
>            Assignee: Daniel Frampton
>            Priority: Critical
>             Fix For: 3.1.1
>
>         Attachments: crash-20090818.txt, 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

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

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

Reply to Author | View Threaded | Show Only this Message


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

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

Thank you very much for fixing this bug.

> 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
>            Assignee: Daniel Frampton
>            Priority: Critical
>             Fix For: 3.1.1
>
>         Attachments: crash-20090818.txt, 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