Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74335 invoked from network); 29 May 2008 15:38:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 15:38:10 -0000 Received: (qmail 87448 invoked by uid 500); 29 May 2008 15:38:08 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 87421 invoked by uid 500); 29 May 2008 15:38:08 -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 87391 invoked by uid 99); 29 May 2008 15:38:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 08:38:08 -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; Thu, 29 May 2008 15:37:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C18E234C135 for ; Thu, 29 May 2008 08:37:45 -0700 (PDT) Message-ID: <1459625295.1212075465179.JavaMail.jira@brutus> Date: Thu, 29 May 2008 08:37:45 -0700 (PDT) From: "Sergey Dmitriev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5852) [drlvm] SPECjvm2008 crashes starting r660898 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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.(DateFormatSymbols.java:63) at java.text.SimpleDateFormat.(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.