[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug crypto/38142] New: SPECjvm2008 crypto.aes test fails due to lack of
From: |
gnu_andrew at member dot fsf dot org |
Subject: |
[Bug crypto/38142] New: SPECjvm2008 crypto.aes test fails due to lack of support for 168-bit tripledes keys |
Date: |
16 Nov 2008 01:33:34 -0000 |
Added debug info. to Classpath and a causal exception to StopBenchmarkException
to get:
javax.crypto.KeyGenerator: init(168,address@hidden)
gnu.javax.crypto.jce.key.TripleDESKeyGeneratorImpl:
init(168,address@hidden)
gnu.javax.crypto.jce.key.TripleDESKeyGeneratorImpl:
init(21,address@hidden)
Error in setup of Benchmark.
spec.harness.StopBenchmarkException: Error invoking bmSetupBenchmarkMethod
at spec.harness.ProgramRunner.invokeBmSetupBenchmark(ProgramRunner.java:185)
at spec.harness.ProgramRunner.runBenchmark(ProgramRunner.java:301)
at spec.harness.ProgramRunner.run(ProgramRunner.java:98)
at java.lang.VMThread.run(VMThread.java:120)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.VMMethod.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:331)
at spec.harness.ProgramRunner.invokeBmSetupBenchmark(ProgramRunner.java:183)
...3 more
Caused by: spec.harness.StopBenchmarkException: Error in setup of crypto.aes.
at spec.benchmarks.crypto.aes.Main.setupBenchmark(Main.java:165)
at java.lang.reflect.VMMethod.invoke(Native Method)
...5 more
Caused by: java.security.InvalidParameterException: unsupported key size: 21,
valid sizes are: [8, 16, 24]
at
gnu.javax.crypto.jce.key.SecretKeyGeneratorImpl.engineInit(SecretKeyGeneratorImpl.java:102)
at javax.crypto.KeyGenerator.init(KeyGenerator.java:280)
at spec.benchmarks.crypto.aes.Main.setupBenchmark(Main.java:161)
...6 more
--
Summary: SPECjvm2008 crypto.aes test fails due to lack of support
for 168-bit tripledes keys
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: crypto
AssignedTo: csm at gnu dot org
ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 38141
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38142
- [Bug crypto/38142] New: SPECjvm2008 crypto.aes test fails due to lack of support for 168-bit tripledes keys,
gnu_andrew at member dot fsf dot org <=