Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16883 invoked from network); 30 Jan 2008 11:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2008 11:03:55 -0000 Received: (qmail 97505 invoked by uid 500); 30 Jan 2008 11:03:46 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 97493 invoked by uid 500); 30 Jan 2008 11:03:46 -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 97484 invoked by uid 99); 30 Jan 2008 11:03:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 03:03:46 -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; Wed, 30 Jan 2008 11:03:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 527D8714256 for ; Wed, 30 Jan 2008 03:03:34 -0800 (PST) Message-ID: <24438907.1201691014335.JavaMail.jira@brutus> Date: Wed, 30 Jan 2008 03:03:34 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5297) [drlvm][signals] It would be very helpful if crash handler printed VM memory map, command line arguments and OS environment In-Reply-To: <9928254.1197471283489.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-5297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563973#action_12563973 ] Alexey Varlamov commented on HARMONY-5297: ------------------------------------------ Another possible improvement, print names of generated stubs in stack trace of crash dump: stack_dump.cpp: fprintf(stderr, "%3d: 0x%"W_PI_FMT" \n", AFAIK this info is available for free, you just need to add it to print. > [drlvm][signals] It would be very helpful if crash handler printed VM memory map, command line arguments and OS environment > --------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-5297 > URL: https://issues.apache.org/jira/browse/HARMONY-5297 > Project: Harmony > Issue Type: Wish > Components: DRLVM > Environment: All > Reporter: Gregory Shimansky > Assignee: Gregory Shimansky > Attachments: H-5297.patch > > > Often when VM crashes, especially in CC batch runs it isn't possible to recognize how VM was launched and in which environment. Keeping command line arguments used for JN_CreateJavaVM and then printing them at the crash point would be really helpful. > Also additional information like OS environment and modules mapping would be helpful too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.