You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Elena Semukhina (JIRA)" <ji...@apache.org> on 2007/01/18 09:36:29 UTC

[jira] Created: (HARMONY-3019) [drlvm][ipf] VM crashes on the test which create a large number of stack frames

[drlvm][ipf] VM crashes on the test which create a large number of stack frames
-------------------------------------------------------------------------------

                 Key: HARMONY-3019
                 URL: https://issues.apache.org/jira/browse/HARMONY-3019
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Elena Semukhina


Smoke tests StackTest and exception.FinalizeStackTest crash with the following message:
SIGSEGV in VM code
FIXME: abort_handler 

Please beware that the tests pass on a system with unlimited stack size so please limit the stack size before running the tests with the following command:

ulimit -s 8192

FYI: the similar problem is reported for em64t machines in HARMONY-2972.


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

        

[jira] Updated: (HARMONY-3019) [drlvm][ipf] VM crashes on the test which create a large number of stack frames

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

Elena Semukhina updated HARMONY-3019:
-------------------------------------

    Attachment: StackTest.java

> [drlvm][ipf] VM crashes on the test which create a large number of stack frames
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-3019
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3019
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: StackTest.java
>
>
> Smoke tests StackTest and exception.FinalizeStackTest crash with the following message:
> SIGSEGV in VM code
> FIXME: abort_handler 
> Please beware that the tests pass on a system with unlimited stack size so please limit the stack size before running the tests with the following command:
> ulimit -s 8192
> FYI: the similar problem is reported for em64t machines in HARMONY-2972.

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

        

[jira] Updated: (HARMONY-3019) [drlvm][exception] VM crashes on the test which create a large number of stack frames

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

Gregory Shimansky updated HARMONY-3019:
---------------------------------------

    Environment: Linux/IPF
        Summary: [drlvm][exception] VM crashes on the test which create a large number of stack frames  (was: [drlvm][ipf] VM crashes on the test which create a large number of stack frames)

I set category exception because it looks like SOE doesn't work correctly on IPF.

> [drlvm][exception] VM crashes on the test which create a large number of stack frames
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3019
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3019
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/IPF
>            Reporter: Elena Semukhina
>         Attachments: StackTest.java
>
>
> Smoke tests StackTest and exception.FinalizeStackTest crash with the following message:
> SIGSEGV in VM code
> FIXME: abort_handler 
> Please beware that the tests pass on a system with unlimited stack size so please limit the stack size before running the tests with the following command:
> ulimit -s 8192
> FYI: the similar problem is reported for em64t machines in HARMONY-2972.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.