You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/12/07 15:12:42 UTC

[jira] Created: (HARMONY-5272) [drlvm][global refs] stress tests fail with exit code 3

[drlvm][global refs] stress tests fail with exit code 3
-------------------------------------------------------

                 Key: HARMONY-5272
                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
             Project: Harmony
          Issue Type: Sub-task
          Components: DRLVM
    Affects Versions: 5.0M4
            Reporter: Alexei Fedotov


Tests completed with exit code which is not acceptable execution code for graceful termination
TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Assigned: (HARMONY-5272) [drlvm][jni] stress tests fail with exit code 3

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

Gregory Shimansky reassigned HARMONY-5272:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jni] stress tests fail with exit code 3
> -----------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>         Attachments: HARMONY-5272.patch
>
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Commented: (HARMONY-5272) [drlvm][jni] stress tests fail with exit code 3

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

Gregory Shimansky commented on HARMONY-5272:
--------------------------------------------

Patch is applied at 607088.

> [drlvm][jni] stress tests fail with exit code 3
> -----------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>         Attachments: HARMONY-5272.patch, HARMONY-5272.patch
>
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Updated: (HARMONY-5272) [drlvm][jni] stress tests fail with exit code 3

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

Alexei Fedotov updated HARMONY-5272:
------------------------------------

    Summary: [drlvm][jni] stress tests fail with exit code 3  (was: [drlvm][global refs] stress tests fail with exit code 3)

> [drlvm][jni] stress tests fail with exit code 3
> -----------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Commented: (HARMONY-5272) [drlvm][jni] stress tests fail with exit code 3

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

Gregory Shimansky commented on HARMONY-5272:
--------------------------------------------

With this patch compilation fails on x86_64 platforms with the following errors:

       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp: In function 'IDATA rt_jthread_monitor_enter(ManagedObject*)':
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:159: error: 'ObjectHandlesNew' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:160: error: 'handels' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:160: error: expected primary-expression before ')' token
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:160: error: expected `;' before 'STD_ALLOCA'
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:165: error: 'm2n_get_last_frame' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:165: error: 'ObjectHandles' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:165: error: expected primary-expression before ')' token
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:165: error: 'm2n_set_local_handles' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:167: error: 'ObjectHandle' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:167: error: expected `;' before 'monitorJavaObj'
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:168: error: 'monitorJavaObj' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:172: error: 'm2n_get_local_handles' was not declared in this scope
       [cc] /nfs/ims/proj/drl/mrt2/users/gregory/em64t/trunk/working_vm/vm/vmcore/src/thread/helpers/thread_helpers_em64t.cpp:172: error: 'free_local_object_handles2' was not declared in this scope


> [drlvm][jni] stress tests fail with exit code 3
> -----------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>         Attachments: HARMONY-5272.patch
>
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Updated: (HARMONY-5272) [drlvm][jni] stress tests fail with exit code 3

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

Pavel Afremov updated HARMONY-5272:
-----------------------------------

    Attachment: HARMONY-5272.patch

Test is incorrect. It catches all native memory in its native part and doesn't free it. Also test doesn't process OutOfMemoryError.
To granted correct work of DRLVM in this case Memory Manager should be implemented. 
During test evaluation was found and fixed several minor issues (see attachment), but work of VM is still very unstable in noted stress condition. Seldom it can return correct 106 exit code.


> [drlvm][jni] stress tests fail with exit code 3
> -----------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>         Attachments: HARMONY-5272.patch
>
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Updated: (HARMONY-5272) [buildtest][stress] stress tests fail with exit code 3

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

Gregory Shimansky updated HARMONY-5272:
---------------------------------------

    Component/s:     (was: DRLVM)
                 build - test - ci
       Assignee:     (was: Gregory Shimansky)
        Summary: [buildtest][stress] stress tests fail with exit code 3  (was: [drlvm][jni] stress tests fail with exit code 3)

Assigned bug to stress tests according to evaluation.

> [buildtest][stress] stress tests fail with exit code 3
> ------------------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>         Attachments: HARMONY-5272.patch, HARMONY-5272.patch
>
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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


[jira] Updated: (HARMONY-5272) [drlvm][jni] stress tests fail with exit code 3

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

Pavel Afremov updated HARMONY-5272:
-----------------------------------

    Attachment: HARMONY-5272.patch

test was updated and fixed.

> [drlvm][jni] stress tests fail with exit code 3
> -----------------------------------------------
>
>                 Key: HARMONY-5272
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5272
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>    Affects Versions: 5.0M4
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>         Attachments: HARMONY-5272.patch, HARMONY-5272.patch
>
>
> Tests completed with exit code which is not acceptable execution code for graceful termination
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest3.xml
> TEST-stress.org.apache.harmony.test.stress.jni.globalrefs.GlobalRefsTest4.xml

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