Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 58150 invoked from network); 31 Jul 2007 11:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 11:09:12 -0000 Received: (qmail 52089 invoked by uid 500); 31 Jul 2007 11:09:10 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 52059 invoked by uid 500); 31 Jul 2007 11:09:10 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 52050 invoked by uid 99); 31 Jul 2007 11:09:09 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 04:09:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexey.a.petrenko@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 11:09:05 +0000 Received: by wx-out-0506.google.com with SMTP id s7so1571727wxc for ; Tue, 31 Jul 2007 04:08:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jnsHhCyCWZ6XV9qlTSHzD3E+HfzUoTIoSiPsqmk0wQSRtuVIAFGI8QSQRONaY9+Gdxg8CO7YJSLpts6E2DQhePf7ZLa03GKIED+DEOkBo5c/IU6EEFRMp1zh3JP0+2BSgoozBYkRnZiS858iJ7uTJ5J+mJoGsU39Fbd/91OX104= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MbkVvwe0VNsI5+tO2YJNcnfH1dzeCyvIyhxzysHf/+1RfulLep31CIFdyh4XFU6KcigXbyJZf9GEVd4yMvNpzxWa70Eu1/Xz8YmE2qTsbIZtj/7cBUpjcfWEa8mKIds4KyFDxvsgrHlFBs7a+UKHKx1OC+8DmH6GOXR39drwE+A= Received: by 10.90.78.9 with SMTP id a9mr2899448agb.1185880125015; Tue, 31 Jul 2007 04:08:45 -0700 (PDT) Received: by 10.90.83.16 with HTTP; Tue, 31 Jul 2007 04:08:44 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 15:08:44 +0400 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: [drlvm] Eclipse debugger crashes after recent DRLVM update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Guys, I've just updated drlvm on linux and tried to debug small application with Eclipse. It stopps ok on breakpoin but then vm fails on step-over or step-into commands with the following output: === cut === Windows reported exception: 0xc0000005 Registers: EAX: 0x00000000, EBX: 0x00000000, ECX: 0x032162c8, EDX: 0x0012d720 ESI: 0x000005ac, EDI: 0x031b1770, ESP: 0x0012d694, EBP: 0x032134d0 EIP: 0x005115a4 Stack trace: 0: method_is_native (c:\users\cap\harmony\working_vm\vm\vmcore\src\class_support\c_interface.cpp:258) 1: ?? (??:-1) === cut === Is this known issue? SY, Alexey