You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2008/06/04 21:30:48 UTC

[jira] Created: (HARMONY-5863) [drlvm][signals] H4265 reg test fails on Linux/x86

[drlvm][signals] H4265 reg test fails on Linux/x86
--------------------------------------------------

                 Key: HARMONY-5863
                 URL: https://issues.apache.org/jira/browse/HARMONY-5863
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Linux/x86
            Reporter: Ilya Berezhniuk
            Assignee: Ilya Berezhniuk


I've got H4265 regression test failure in local run on Linux/x86.

Report page does not show FAILED status - it shows that H4265 regression test was not run, although it is not in excludes:
http://people.apache.org/~mloenko/snapshot_testing/script/r662077/index.html

Anyway, I prepared a patch to fix the problem.

This failure is caused by my commit r660062 - in the new signal processing code an attempt to disable alternative stack is made on alternative stack which leads to EPERM.
With the patch, alt stack is disabled from "c_handler()" which runs on normal stack.


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


[jira] Resolved: (HARMONY-5863) [drlvm][signals] H4265 reg test fails on Linux/x86

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

Ilya Berezhniuk resolved HARMONY-5863.
--------------------------------------

    Resolution: Fixed

Patch committed at r663492.

> [drlvm][signals] H4265 reg test fails on Linux/x86
> --------------------------------------------------
>
>                 Key: HARMONY-5863
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5863
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/x86
>            Reporter: Ilya Berezhniuk
>            Assignee: Ilya Berezhniuk
>         Attachments: H-5863.patch
>
>
> I've got H4265 regression test failure in local run on Linux/x86.
> Report page does not show FAILED status - it shows that H4265 regression test was not run, although it is not in excludes:
> http://people.apache.org/~mloenko/snapshot_testing/script/r662077/index.html
> Anyway, I prepared a patch to fix the problem.
> This failure is caused by my commit r660062 - in the new signal processing code an attempt to disable alternative stack is made on alternative stack which leads to EPERM.
> With the patch, alt stack is disabled from "c_handler()" which runs on normal stack.

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


[jira] Closed: (HARMONY-5863) [drlvm][signals] H4265 reg test fails on Linux/x86

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

Mark Hindess closed HARMONY-5863.
---------------------------------


This seems to be resolved completely.

> [drlvm][signals] H4265 reg test fails on Linux/x86
> --------------------------------------------------
>
>                 Key: HARMONY-5863
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5863
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/x86
>            Reporter: Ilya Berezhniuk
>            Assignee: Ilya Berezhniuk
>         Attachments: H-5863.patch
>
>
> I've got H4265 regression test failure in local run on Linux/x86.
> Report page does not show FAILED status - it shows that H4265 regression test was not run, although it is not in excludes:
> http://people.apache.org/~mloenko/snapshot_testing/script/r662077/index.html
> Anyway, I prepared a patch to fix the problem.
> This failure is caused by my commit r660062 - in the new signal processing code an attempt to disable alternative stack is made on alternative stack which leads to EPERM.
> With the patch, alt stack is disabled from "c_handler()" which runs on normal stack.

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


[jira] Updated: (HARMONY-5863) [drlvm][signals] H4265 reg test fails on Linux/x86

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

Ilya Berezhniuk updated HARMONY-5863:
-------------------------------------

    Attachment: H-5863.patch

> [drlvm][signals] H4265 reg test fails on Linux/x86
> --------------------------------------------------
>
>                 Key: HARMONY-5863
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5863
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/x86
>            Reporter: Ilya Berezhniuk
>            Assignee: Ilya Berezhniuk
>         Attachments: H-5863.patch
>
>
> I've got H4265 regression test failure in local run on Linux/x86.
> Report page does not show FAILED status - it shows that H4265 regression test was not run, although it is not in excludes:
> http://people.apache.org/~mloenko/snapshot_testing/script/r662077/index.html
> Anyway, I prepared a patch to fix the problem.
> This failure is caused by my commit r660062 - in the new signal processing code an attempt to disable alternative stack is made on alternative stack which leads to EPERM.
> With the patch, alt stack is disabled from "c_handler()" which runs on normal stack.

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