Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 2207 invoked from network); 4 Dec 2007 09:40:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 09:40:06 -0000 Received: (qmail 3000 invoked by uid 500); 4 Dec 2007 09:39:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 2973 invoked by uid 500); 4 Dec 2007 09:39:54 -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 2964 invoked by uid 99); 4 Dec 2007 09:39:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 01:39:54 -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; Tue, 04 Dec 2007 09:40:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52E07714238 for ; Tue, 4 Dec 2007 01:39:43 -0800 (PST) Message-ID: <10101624.1196761183336.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 01:39:43 -0800 (PST) From: "Alexander N. Alexeev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5245) Access violation at run of Dacapo on Harmony with TPTP profiler's JVM TI agent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Access violation at run of Dacapo on Harmony with TPTP profiler's JVM TI agent ------------------------------------------------------------------------------ Key: HARMONY-5245 URL: https://issues.apache.org/jira/browse/HARMONY-5245 Project: Harmony Issue Type: Bug Environment: Windows XP, x86(single CPU) Reporter: Alexander N. Alexeev Required for reproducing: TPTP agent controller 4.5.0-200711230400 or any newer (agntctrl.win_ia32-TPTP-4.5.0-200711230400.zip) Harmony r580985 (apache-harmony-jre-r580985-windows-x86-32-snapshot.zip) dacapo-2006-10-MR2.jar Seems that crash is non-deterministic it happens often but in different execution stages. Run: C:\TEST>java -agentlib:JPIBootLoader=JPIAgenterver=standalone;CGProf -jar dacapo-2006-10-MR2.jar chart ===== DaCapo chart starting ===== Done plotting: .\scratch/javac-tgt-ptr-prf-time.pdf Done plotting: .\scratch/javac-src-ptr-prf-time.pdf Done plotting: .\scratch/javac-dst-ptr-prf-time.pdf Done plotting: .\scratch/javac-tgt-mut-prf-time.pdf Done plotting: .\scratch/javac-src-mut-prf-time.pdf Windows reported exception: 0xc0000005 Registers: EAX: 0x0013e7f0, EBX: 0x4192be80, ECX: 0x017c7000, EDX: 0x017c7800 ESI: 0x0165ad18, EDI: 0x017c5058, ESP: 0x016dff04, EBP: 0xfffffffc EIP: 0x016181e7 Stack trace: 0: ?? (??:-1) More convenient run script set all required environment variables: ------------------------------------------------------------- set JAVA_PATH= rem uncomment to turn on TPTP loging rem set MARTINI_LOGGER_LOG_LEVEL=5 rem set MARTINI_LOGGER_DIRECTORY=. set TPTP_AC_HOME= set JAVA_PROFILER_HOME=%TPTP_AC_HOME%\plugins\org.eclipse.tptp.javaprofiler set BISTRO_INSTALL_DIR=%JAVA_PROFILER_HOME% set PATH=%PATH%;%JAVA_PROFILER_HOME%;%TPTP_AC_HOME%\bin %JAVA_PATH%\bin\java -agentlib:jpibootloader=jpiagent:server=standalone;cgprof -jar dacapo-2006-10-MR2.jar chart ------------------------------------------------------------- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.