Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16350 invoked from network); 12 Nov 2007 15:14:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 15:14:17 -0000 Received: (qmail 87176 invoked by uid 500); 12 Nov 2007 15:14:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 87162 invoked by uid 500); 12 Nov 2007 15:14:01 -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 87152 invoked by uid 99); 12 Nov 2007 15:14:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 07:14:01 -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, 12 Nov 2007 15:14:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DC3A971420B for ; Mon, 12 Nov 2007 07:13:50 -0800 (PST) Message-ID: <16170207.1194880430898.JavaMail.jira@brutus> Date: Mon, 12 Nov 2007 07:13:50 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-5101) [drlvm][crash_handler] GDB is started with LWP which belongs to main thread instead of one of crashed thread. In-Reply-To: <29781714.1194604011170.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-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-5101. ---------------------------------------- Resolution: Fixed Patch is applied at 594174. Please check that the bug is fixed for you. > [drlvm][crash_handler] GDB is started with LWP which belongs to main thread instead of one of crashed thread. > ------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-5101 > URL: https://issues.apache.org/jira/browse/HARMONY-5101 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux > Reporter: Pavel Pervov > Assignee: Gregory Shimansky > Attachments: crash_handler.patch > > > DRLVM determines LWP of main thread at startup and then passes this LWP to GDB when crash happen. > It should determine LWP of crashed thread instead and exec GDB with correct LWP. > This simplifies debugging on Linux alot. > I'll attach the patch with the fix shortly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.