You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/06/22 16:36:28 UTC

[jira] Closed: (HARMONY-3600) [drlvm] Cumulative fix for crash handler on Linux

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

Gregory Shimansky closed HARMONY-3600.
--------------------------------------


No response, assuming ok.

> [drlvm] Cumulative fix for crash handler on Linux
> -------------------------------------------------
>
>                 Key: HARMONY-3600
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3600
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux
>            Reporter: Ilya Berezhniuk
>            Assignee: Gregory Shimansky
>         Attachments: crash_handler.diff
>
>
> There were several bugs in crash handling on Linux:
> 1) crash handler intermittently waits for "return" to continue printing (because of pipe problems);
> 2) crash handler reports file/line information for shared objects only, not for 'java' executable (because of incorrect addr2line usage);
> 3) crash handler uses incorrect width to print addresses on em64t;
> 4) there is a cause for recursive crash handling, because default signal action is set after crash handler invocation.
> Suggested patch fixes these problems.

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