Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 76815 invoked from network); 19 Oct 2007 19:13:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 19:13:42 -0000 Received: (qmail 22063 invoked by uid 500); 19 Oct 2007 19:13:30 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 21969 invoked by uid 500); 19 Oct 2007 19:13:29 -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 21960 invoked by uid 99); 19 Oct 2007 19:13:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 12:13:29 -0700 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; Fri, 19 Oct 2007 19:13:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61515714238 for ; Fri, 19 Oct 2007 12:12:51 -0700 (PDT) Message-ID: <5815525.1192821171393.JavaMail.jira@brutus> Date: Fri, 19 Oct 2007 12:12:51 -0700 (PDT) From: "Alexei Fedotov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4981) [drlvm][jvmti] single step crash in the virtual method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][jvmti] single step crash in the virtual method ------------------------------------------------------ Key: HARMONY-4981 URL: https://issues.apache.org/jira/browse/HARMONY-4981 Project: Harmony Issue Type: Bug Environment: win x86 Reporter: Alexei Fedotov After the recent changes the following stress test starts to fail: stress/org/apache/harmony/test/stress/jpda/jdwp/scenario/EVENT014/EventTest= 014 harmonyvm.dll!_assert(const char * expr=3D0x007ff358, const char * filename= =3D0x007ff300, unsigned int lineno=3D526) Line 295=09C harmonyvm.dll!jvmti_start_single_step_in_virtual_method(DebugUtilsTI * ti= =3D0x01314328, const VMBreakPoint * bp=3D0x0013f1d8, const unsigned int dat= a=3D1, const unsigned char bytecode=3D'=C2=B6') Line 526 + 0x1a=09C++ harmonyvm.dll!jvmti_process_jit_single_step_event(TIEnv * unused_env=3D0x00= 000000, const VMBreakPoint * bp=3D0x0013f1d8, const unsigned int data=3D1) = Line 616 + 0x15=09C++ harmonyvm.dll!VMBreakPoints::process_native_breakpoint() Line 667 + 0x25= =09C++ harmonyvm.dll!process_native_breakpoint_event() Line 1324=09C++ harmonyvm.dll!asm_process_native_breakpoint_event() Line 1336=09C++ --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.