Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 27110 invoked from network); 28 Jul 2009 12:28:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jul 2009 12:28:20 -0000 Received: (qmail 52181 invoked by uid 500); 28 Jul 2009 12:29:37 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52145 invoked by uid 500); 28 Jul 2009 12:29:37 -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 52135 invoked by uid 99); 28 Jul 2009 12:29:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 12:29:37 +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; Tue, 28 Jul 2009 12:29:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D0964234C044 for ; Tue, 28 Jul 2009 05:29:14 -0700 (PDT) Message-ID: <1636105270.1248784154842.JavaMail.jira@brutus> Date: Tue, 28 Jul 2009 05:29:14 -0700 (PDT) From: "Oliver Deakin (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=12736049#action_12736049 ] Oliver Deakin commented on HARMONY-6246: ---------------------------------------- I have recreated this failure now in Eclipse - steps to reproduce are: 1) Launch test in Eclipse with breakpoint at line 102 of Test.java. 2) Expand the "packages" variable in the variable view. 3) Click on the "Show Logical Structure" button. This method crashes 100% for me with the following stack trace: Stack trace: 0: 0x01c3fa44 oh_deallocate_global_handle (c:\harmony\svn-checkouts\federated\working_vm\vm\vmcore\src\object\object_handles.cpp:252) 1: 0x01c0d6be DeleteGlobalRef (c:\harmony\svn-checkouts\federated\working_vm\vm\vmcore\src\jni\jni.cpp:918) 2: 0x00f76c22 jdwp::ObjectReference::InvokeMethodHandler::Execute (:-1) 3: 0x00f7fc19 jdwp::AsyncCommandHandler::StartExecution (:-1) 4: 0x034216b3 _crtLCMapStringA (:-1) 5: 0x7c90d4ea ZwAllocateVirtualMemory (:-1) 6: 0x7c809aa2 VirtualAllocEx (:-1) 7: 0x7c809ab9 VirtualAllocEx (:-1) 8: 0x01c4e3fd jthread_wrapper_start_proc (c:\harmony\svn-checkouts\federated\working_vm\vm\vmcore\src\thread\thread_java_basic.cpp:160) 9: 0x01f65b91 thread_start_func (c:\harmony\svn-checkouts\federated\working_vm\vm\port\src\thread\win\thread_os.c:59) 10: 0x03429565 endthreadex (:-1) 11: 0x7c80b683 GetModuleFileNameA (:-1) Crashed module: c:\harmony\svn-checkouts\federated\target\hdk\jdk\jre\bin\default\harmonyvm.dll (VM native code) VM attached threads: --->[00001458] '_jdwp_ObjectReference_InvokeMethodHandler' [000014DC] '_jdwp_PacketDispatcher' [000014E0] '_jdwp_EventDispatcher' [000014F4] 'ref handler' [000014FC] 'finalizer' [00001500] 'finalizer' [000017CC] 'main' I have tested with the newly updated JDWP in the Java 6 branch and the failure does not occur there. Im going to have a look at ObjectReference::InvokeMethodHandler::Execute for the DeleteGlobalRef() call and see if I can find out what is going wrong. > 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, test.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.