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/22 12:02:30 UTC

[jira] Created: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

[drlvm][ipf] smoke test outofmemory.Double fails
------------------------------------------------

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


The test fails in the interpreter mode with the following message:

+++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
FIXME: abort_handler
Aborted

Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.


-- 
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] Commented: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Ivan Volosyuk commented on HARMONY-3032:
----------------------------------------

Investigating the problem...

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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


[jira] Assigned: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Gregory Shimansky reassigned HARMONY-3032:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: fix-3032.diff, H-3032_cleanup_exlude_list.patch
>
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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


[jira] Commented: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Ivan Volosyuk commented on HARMONY-3032:
----------------------------------------

Fix is contained in harmony-2907.

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

-- 
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-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Elena Semukhina updated HARMONY-3032:
-------------------------------------

    Attachment: H-3032_cleanup_exlude_list.patch

I tried the fix; it resolves the issue, the tests pass.

I attached the patch to remove the tests from the excluded list.
 

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: fix-3032.diff, H-3032_cleanup_exlude_list.patch
>
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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


[jira] Updated: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Ivan Volosyuk updated HARMONY-3032:
-----------------------------------

    Attachment: fix-3032.diff

Fix attached.

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: fix-3032.diff
>
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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


[jira] Closed: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Gregory Shimansky closed HARMONY-3032.
--------------------------------------

    Resolution: Fixed

Patch applied at 505373. Not tested on IPF.

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: fix-3032.diff, H-3032_cleanup_exlude_list.patch
>
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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


[jira] Updated: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Elena Semukhina updated HARMONY-3032:
-------------------------------------

    Patch Info: [Patch Available]

> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: fix-3032.diff, H-3032_cleanup_exlude_list.patch
>
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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


[jira] Commented: (HARMONY-3032) [drlvm][ipf] smoke test outofmemory.Double fails

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

Elena Semukhina commented on HARMONY-3032:
------------------------------------------

I tried the patch h2907_pinning3.diff from HARMONY-2907 on Linux ipf build. 

Unfortunately it does not influence the tests result; it still fails in the same way.


> [drlvm][ipf] smoke test outofmemory.Double fails
> ------------------------------------------------
>
>                 Key: HARMONY-3032
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3032
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> The test fails in the interpreter mode with the following message:
> +++++++++++++++++-+java: /nfs/ins/proj/drl/coreapi/esemukhi/ipf/drlvm/trunk/vm/gc_cc/src/selector.cpp:245: void update_evacuation_area(): Assertion `incr > 0' failed.
> FIXME: abort_handler
> Aborted
> Some more tests fail as well: outofmemory.Int, outofmemory.Plain, outofmemory.Ref.

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