You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sergey Dmitriev (JIRA)" <ji...@apache.org> on 2008/06/03 15:28:45 UTC

[jira] Closed: (HARMONY-5852) [drlvm] SPECjvm2008 crashes starting r660898

     [ https://issues.apache.org/jira/browse/HARMONY-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Dmitriev closed HARMONY-5852.
------------------------------------

    Estimated Complexity: Unknown

> [drlvm] SPECjvm2008 crashes starting r660898
> --------------------------------------------
>
>                 Key: HARMONY-5852
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5852
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Sergey Dmitriev
>
> SPECjvm2008 crashes on Harmony r660898 and further:
> [~/SPECjvm2008] /c/Builds/harmony.win.ia32-r660898/bin/java -Xem:server -Xms1000m -Xmx1000m -jar SPECjvm2008.jar startup.helloworld
> [error] java/lang/NoClassDefFoundError : java/lang/BOOLEAN
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> Signal reported: ABORT
> Registers info is absent
> Command line:
> c:\Builds\harmony.win.ia32-r660898\bin\java.exe -Xem:server -Xms1000m -Xmx1000m -jar SPECjvm2008.jar startup.helloworld
> Working directory:
> c:\SPECjvm2008
> Loaded modules:
> c:\builds\harmony.win.ia32-r660898\bin\java.exe:
> 	0x00400000:0x0040d000
> c:\windows\system32\ntdll.dll:
> 	0x7c900000:0x7c9b0000
> c:\windows\system32\kernel32.dll:
> 	0x7c800000:0x7c8f5000
> c:\builds\harmony.win.ia32-r660898\bin\hyprt.dll:
> 	0x01d90000:0x01da8000
> c:\builds\harmony.win.ia32-r660898\bin\hythr.dll:
> 	0x01dd0000:0x01e22000
> c:\builds\harmony.win.ia32-r660898\bin\msvcr71.dll:
> 	0x01f30000:0x01f86000
> c:\windows\system32\ws2_32.dll:
> 	0x71ab0000:0x71ac7000
> c:\windows\system32\msvcrt.dll:
> 	0x77c10000:0x77c68000
> c:\windows\system32\ws2help.dll:
> 	0x71aa0000:0x71aa8000
> c:\windows\system32\advapi32.dll:
> 	0x77dd0000:0x77e6b000
> c:\windows\system32\rpcrt4.dll:
> 	0x77e70000:0x77f01000
> c:\builds\harmony.win.ia32-r660898\bin\default\harmonyvm.dll:
> 	0x00860000:0x00be8000
> c:\builds\harmony.win.ia32-r660898\bin\default\icuuc34.dll:
> 	0x01570000:0x01638000
> c:\builds\harmony.win.ia32-r660898\bin\default\icudt34.dll:
> 	0x00c50000:0x014c0000
> c:\builds\harmony.win.ia32-r660898\bin\default\zlib
> If you take the further commit which fixes the java/lang/Boolean -> java/lang/BOOLEAN issue (r660916) and apply this patch to r660898 - the failure looks like this:
> [~/SPECjvm2008] /c/Builds/harmony.win.ia32-r660898-2/bin/java -Xem:server -Xms1000m -Xmx1000m -jar SPECjvm2008.jar startup.helloworld
> Uncaught exception in main:
> java.lang.reflect.InvocationTargetException
> 	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> 	at java.lang.reflect.Method.invoke(Method.java:317)
> 	at org.apache.harmony.vm.JarRunner.main(JarRunner.java:89)
> Caused by: java.lang.IncompatibleClassChangeError
> 	at com.ibm.icu.text.MessageFormat.subformat(MessageFormat.java:1645)
> 	at com.ibm.icu.text.MessageFormat.format(MessageFormat.java:1117)
> 	at java.text.Format.format(Format.java)
> 	at com.ibm.icu.impl.ZoneMeta.displayRegion(ZoneMeta.java)
> 	at com.ibm.icu.impl.ZoneMeta.displayFallback(ZoneMeta.java:324)
> 	at com.ibm.icu.text.DateFormatSymbols.getDefaultZoneStrings(DateFormatSymbols.java:1614)
> 	at com.ibm.icu.text.DateFormatSymbols.getDefaultZoneItemInfo(DateFormatSymbols.java:1542)
> 	at com.ibm.icu.text.DateFormatSymbols.getZoneStrings(DateFormatSymbols.java:863)
> 	at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:63)
> 	at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:216)
> 	at java.util.Date.toString(Date.java)
> 	at spec.harness.Configuration.setupReportInfo(Configuration.java)
> 	at spec.harness.Launch.runBenchmarkSuite(Launch.java:93)
> 	at spec.harness.Launch.main(Launch.java:452)
> 	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> 	... 2 more
> So the bottom line is: commit r660898 introduces the failure even without the typo bug (java/lang/BOOLEAN).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.