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/03/11 02:36:46 UTC

[jira] Updated: (HARMONY-5590) [drlvm][port] Move signals/exceptions handling and crash handling to the Port

     [ https://issues.apache.org/jira/browse/HARMONY-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Berezhniuk updated HARMONY-5590:
-------------------------------------

    Attachment: 0002-Move-signal-and-crash-handling-to-the-Port-to-be-use.patch
                0001-move-Moving-to-PORT-memory-access-stack-dump.patch

I've moved signal and crash handling to the Port onto the new signal/crash handling interfaces.
Additionally this included:
- moving memory access functions and breakpoints instrumentation to the Port;
- moving native stack unwinding to the Port;
- moving mutex implementation from the Hythread to the Port;

The patches suggested were build over r634360; pre-commit tests are passed on Windows/Linux x86/x86_64, and Linux/ia64/interpreter.

Known problems:
1) these patches should be merged with latest canges, specifically with r634547 and r634569
2) crash stack now contains native functions only; Java unwinding VM callback is not implemented yet
3) to work properly, the Port should become shared library (to avoid static vars duplication etc.)

I'm going to perform tasks 1) - 3) soon, then I'll update the patches.

> [drlvm][port] Move signals/exceptions handling and crash handling to the Port
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-5590
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5590
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>         Attachments: 0001-move-Moving-to-PORT-memory-access-stack-dump.patch, 0002-Move-signal-and-crash-handling-to-the-Port-to-be-use.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>


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