Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 82297 invoked from network); 14 Jan 2008 15:25:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2008 15:25:09 -0000 Received: (qmail 34460 invoked by uid 500); 14 Jan 2008 15:24:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 34434 invoked by uid 500); 14 Jan 2008 15:24:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 34408 invoked by uid 99); 14 Jan 2008 15:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 07:24:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 15:24:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FFD4714268 for ; Mon, 14 Jan 2008 07:24:34 -0800 (PST) Message-ID: <32277393.1200324274193.JavaMail.jira@brutus> Date: Mon, 14 Jan 2008 07:24:34 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-5379) [drlvm][signals] Several crash handler improvements In-Reply-To: <23778088.1199990494126.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky reassigned HARMONY-5379: ------------------------------------------ Assignee: Gregory Shimansky > [drlvm][signals] Several crash handler improvements > --------------------------------------------------- > > Key: HARMONY-5379 > URL: https://issues.apache.org/jira/browse/HARMONY-5379 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: All > Reporter: Ilya Berezhniuk > Assignee: Gregory Shimansky > Attachments: H-5379.patch, H-5379.patch, H-5379.patch > > > Together with unifying signal handlers in HARMONY-5366, I've made some improvements in crash handler. > The patch is in attachment. > Following features were added: > - when one thread is in crash handler, other threads are blocked to prevent from printing several stack traces > - processor registers are now printed on Linux also > - analysis of crashed address: > - a module containing crashed address is identified > - detected module kind: VM module / JNI library / other > - if crash address does not belong to any module, containing memory region is identified; access information is provided > - the whole table of loaded modules is printed > - the list of threads registeret to VM is printed with crashed thread marked > - heap usage in crash handler was reduced to be sure that at least some kind of info will be printed (if global heap lock is not released) > I'm also working on some new heuristics to improve native stack unwinding on x86_64, but this work is not finished yet, so I'll prove it in additional patch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.