You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2006/10/02 12:42:20 UTC

[jira] Updated: (HARMONY-1653) [drlvm] endless loop with "SIGABRT in VM code.

     [ http://issues.apache.org/jira/browse/HARMONY-1653?page=all ]

Alexey Varlamov updated HARMONY-1653:
-------------------------------------

    Attachment: H-1653-stackdump.diff

There are 2 reasons of the loop:
1) abort_handler called st_print_stack() but did not guard against failures in it.
2) st_print_stack() was assumed to be used with JIT only and failed on corresponding assert.

So the proposed fix is:
1) reset SIGABRT handler earlier;
2) add basic support for interpreter to VM stack dumping.

> [drlvm] endless loop with "SIGABRT in VM code.
> ----------------------------------------------
>
>                 Key: HARMONY-1653
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1653
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Alexey Varlamov
>         Attachments: H-1653-stackdump.diff
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira