Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 7544 invoked from network); 26 Jun 2009 12:07:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 12:07:21 -0000 Received: (qmail 65345 invoked by uid 500); 26 Jun 2009 12:07:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 65306 invoked by uid 500); 26 Jun 2009 12:07:32 -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 65188 invoked by uid 99); 26 Jun 2009 12:07:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 12:07:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 12:07:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 894AF234C1F1 for ; Fri, 26 Jun 2009 05:07:07 -0700 (PDT) Message-ID: <1458838690.1246018027561.JavaMail.jira@brutus> Date: Fri, 26 Jun 2009 05:07:07 -0700 (PDT) From: "Hristo Spaschev Iliev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6246) Crash during debugging session In-Reply-To: <107963474.1245928867371.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724494#action_12724494 ] Hristo Spaschev Iliev commented on HARMONY-6246: ------------------------------------------------ Hi, The crash happens almost every time when I step through the code. The steps to reproduce this issue: 1) start a program with added debug VM options (-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8888) 2) connect with IDE to the suspended process 3) stop at some point of the code (i have a break point almost at the beggining of the code) 4) "step over" several times 5) hold my cursor over some variable to see its value Stepping through the code seems to be no problem. The crash always happens when I want to see the value of a variable (step 5) I can provide the archive which I'm debugging as well the exact version of the IDE. Btw on the IDE side I have a bundled SunVM: java version "1.6.0_12" Java(TM) SE Runtime Environment (build 1.6.0_12-b04) Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing) Can this be the reason for the crash? > Crash during debugging session > ------------------------------ > > Key: HARMONY-6246 > URL: https://issues.apache.org/jira/browse/HARMONY-6246 > Project: Harmony > Issue Type: Bug > Components: VM > Affects Versions: 5.0M10 > Environment: Windows XP SP2 > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r782693, (Jun 12 2009), Windows/ia32/msvc 1310, release build > Reporter: Hristo Spaschev Iliev > Attachments: crash_details.zip > > > VM crashes with GPFault during a debug session. > More details can be found attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.