You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org> on 2007/05/16 12:10:16 UTC

[jira] Created: (HARMONY-3878) [drlvm][vmcore] gc.NPE smoke test fails with assertion on Linux/IPF

[drlvm][vmcore] gc.NPE smoke test fails with assertion on Linux/IPF
-------------------------------------------------------------------

                 Key: HARMONY-3878
                 URL: https://issues.apache.org/jira/browse/HARMONY-3878
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Linux/IPF
            Reporter: Pavel Ozhdikhin


The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF:

bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes gc.NPE
.,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented
java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*, Class*): Assertion `0' failed.
SIGABRT in VM code.
Aborted
bin>

When running with interpreter the test passes.


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


[jira] Updated: (HARMONY-3878) [drlvm][util] gc.NPE smoke test fails with assertion on Linux/IPF

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

Gregory Shimansky updated HARMONY-3878:
---------------------------------------

    Environment: Linux@IPF  (was: Linux/IPF)
        Summary: [drlvm][util] gc.NPE smoke test fails with assertion on Linux/IPF  (was: [drlvm][vmcore] gc.NPE smoke test fails with assertion on Linux/IPF)

> [drlvm][util] gc.NPE smoke test fails with assertion on Linux/IPF
> -----------------------------------------------------------------
>
>                 Key: HARMONY-3878
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3878
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux@IPF
>            Reporter: Pavel Ozhdikhin
>
> The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF:
> bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes gc.NPE
> .,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented
> java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*, Class*): Assertion `0' failed.
> SIGABRT in VM code.
> Aborted
> bin>
> When running with interpreter the test passes.

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


[jira] Commented: (HARMONY-3878) [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF

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

Alexey Varlamov commented on HARMONY-3878:
------------------------------------------

The same problem appeared for thread.ManyThreadsTest (roughly somewhere between r541300 - 542000).

> [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3878
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3878
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux@IPF
>            Reporter: Pavel Ozhdikhin
>
> The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF:
> bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes gc.NPE
> .,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented
> java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*, Class*): Assertion `0' failed.
> SIGABRT in VM code.
> Aborted
> bin>
> When running with interpreter the test passes.

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


[jira] Updated: (HARMONY-3878) [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF

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

Gregory Shimansky updated HARMONY-3878:
---------------------------------------

    Environment: Linux / IPF  (was: Linux@IPF)

> [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3878
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3878
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux / IPF
>            Reporter: Pavel Ozhdikhin
>
> The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF:
> bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes gc.NPE
> .,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented
> java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*, Class*): Assertion `0' failed.
> SIGABRT in VM code.
> Aborted
> bin>
> When running with interpreter the test passes.

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


[jira] Updated: (HARMONY-3878) [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF

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

Gregory Shimansky updated HARMONY-3878:
---------------------------------------

    Summary: [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF  (was: [drlvm][util] gc.NPE smoke test fails with assertion on Linux/IPF)

> [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-3878
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3878
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux@IPF
>            Reporter: Pavel Ozhdikhin
>
> The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF:
> bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes gc.NPE
> .,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented
> java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*, Class*): Assertion `0' failed.
> SIGABRT in VM code.
> Aborted
> bin>
> When running with interpreter the test passes.

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