Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 40351 invoked from network); 3 Sep 2008 08:32:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2008 08:32:06 -0000 Received: (qmail 64737 invoked by uid 500); 3 Sep 2008 08:32:04 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 64642 invoked by uid 500); 3 Sep 2008 08:32:04 -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 64633 invoked by uid 99); 3 Sep 2008 08:32:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 01:32:04 -0700 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; Wed, 03 Sep 2008 08:31:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9E0D234C1C6 for ; Wed, 3 Sep 2008 01:31:44 -0700 (PDT) Message-ID: <583456124.1220430704756.JavaMail.jira@brutus> Date: Wed, 3 Sep 2008 01:31:44 -0700 (PDT) From: "Zhiguo Ge (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5966) Problem with mpegaudio execution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Problem with mpegaudio execution --------------------------------- Key: HARMONY-5966 URL: https://issues.apache.org/jira/browse/HARMONY-5966 Project: Harmony Issue Type: Bug Affects Versions: 5.0M7 Environment: Windows XP Reporter: Zhiguo Ge Priority: Blocker A error occured when running mpeg2audio using following command: C:\Benchmarks\SPECjvm2008\SPECjvm2008> C:\harmony\working_vm\build\windows_x86_msvc_debug\deploy\jdk\jre\bin\java.exe -jar SPECjvm2008.jar mpegaudio I tried -Xem:interpreter, -Xem:opt, -Xem:server. Same problem happened. Currently, I am still not sure if the bug happens in thread management or class library. I will continue work on the problem. The error message is listed as follow: Errors in benchmark: mpegaudio [warmup] Harness interruped during measurement period. [warmup] Interrupted when joining benchmark thread 0: null [warmup] java.lang.InterruptedException: null java.lang.Object.wait(Object.java:96) java.lang.Thread.join(Thread.java:604) spec.harness.ProgramRunner.runIteration(ProgramRunner.java:505) spec.harness.ProgramRunner.runBenchmark(ProgramRunner.java:317) spec.harness.ProgramRunner.run(ProgramRunner.java:98) [warmup] Iteration failed. [warmup][bt:1|op:1] Validation failure on line 1. Expected output: track0: 4260278514 track1: 2154032556 track2: 3828812783 track3: 3276876867 track4: 3703415441 track5: 846101979 Received output: track0: 3321846031 track1: 2154032556 track2: 3828812783 track3: 3276876867 track4: 3703415441 track5: 1693286456 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.