You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Chunrong Lai (JIRA)" <ji...@apache.org> on 2008/09/04 04:27:44 UTC

[jira] Commented: (HARMONY-5966) Problem with mpegaudio execution

    [ https://issues.apache.org/jira/browse/HARMONY-5966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628233#action_12628233 ] 

Chunrong Lai commented on HARMONY-5966:
---------------------------------------


   I see the failure starts since commit 672239 in late June with log of "Applied HARMONY-5037 [drlvm][jit][opt] improper opcode group lookup". That looks really a big patch. Any idea?

> 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.