Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 17977 invoked from network); 28 Sep 2006 05:55:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 05:55:47 -0000 Received: (qmail 24704 invoked by uid 500); 28 Sep 2006 05:55:46 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 24593 invoked by uid 500); 28 Sep 2006 05:55:45 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 24582 invoked by uid 99); 28 Sep 2006 05:55:45 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 22:55:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:60864] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 02/86-05478-ED36B154 for ; Wed, 27 Sep 2006 22:55:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86B197141F1 for ; Thu, 28 Sep 2006 05:51:52 +0000 (GMT) Message-ID: <17921182.1159422712549.JavaMail.jira@brutus> Date: Wed, 27 Sep 2006 22:51:52 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1614) [drlvm] random crashes with NPEs on classlib tests In-Reply-To: <4317527.1159422290127.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1614?page=comments#action_12438299 ] Alexey Varlamov commented on HARMONY-1614: ------------------------------------------ This behavior is observed at least several days, so no recent commits to blame... > [drlvm] random crashes with NPEs on classlib tests > -------------------------------------------------- > > Key: HARMONY-1614 > URL: http://issues.apache.org/jira/browse/HARMONY-1614 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux IA32 multiprocessor > Reporter: Alexey Varlamov > Priority: Critical > > The DRLVM terminates sporadically while running classlib tests, with unhandled NPE. The stack trace also varies a bit, but always includes XMLJUnitResultFormatter: > [junit] java/lang/NullPointerException : (null) > [junit] at java.lang.String.compareTo (String.java: -1) > [junit] at org.apache.xerces.dom.NamedNodeMapImpl.findNamePoint (Unknown Source) > [junit] at org.apache.xerces.dom.NamedNodeMapImpl.getNamedItem (Unknown Source) > [junit] at org.apache.xerces.dom.ElementImpl.getAttributeNode (Unknown Source) > [junit] at org.apache.xerces.dom.ElementImpl.setAttribute (Unknown Source) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.startTestSuite (XMLJUnitResultFormatter.java: 118) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.fireStartTestSuite (JUnitTestRunner.java: 442) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run (JUnitTestRunner.java: 287) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch (JUnitTestRunner.java: 672) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main (JUnitTestRunner.java: 546) > [junit] Error occured while running starter class: Exception left unhandled before destroying VM > [junit] JNI.ExceptionDescribe: java/lang/NullPointerException: > [junit] java/lang/NullPointerException : (null) > [junit] at org.apache.xerces.dom.ElementImpl.getAttributeNode (Unknown Source) > [junit] at org.apache.xerces.dom.ElementImpl.setAttribute (Unknown Source) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.startTestSuite (XMLJUnitResultFormatter.java: 117) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.fireStartTestSuite (JUnitTestRunner.java: 442) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run (JUnitTestRunner.java: 287) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch (JUnitTestRunner.java: 672) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main (JUnitTestRunner.java: 546) > [junit] Error occured while running starter class: Exception left unhandled before destroying VM > [junit] JNI.ExceptionDescribe: java/lang/NullPointerException: > [junit] java/lang/NullPointerException : (null) > [junit] at java.io.Writer.write (Writer.java: -1) > [junit] at org.apache.tools.ant.util.DOMElementWriter.openElement (DOMElementWriter.java: 163) > [junit] at org.apache.tools.ant.util.DOMElementWriter.write (DOMElementWriter.java: 79) > [junit] at org.apache.tools.ant.util.DOMElementWriter.write (DOMElementWriter.java: 94) > [junit] at org.apache.tools.ant.util.DOMElementWriter.write (DOMElementWriter.java: 94) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.endTestSuite (XMLJUnitResultFormatter.java: 137) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.fireEndTestSuite (JUnitTestRunner.java: 449) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run (JUnitTestRunner.java: 322) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch (JUnitTestRunner.java: 672) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main (JUnitTestRunner.java: 546) > [junit] Error occured while running starter class: Exception left unhandled before destroying VM > [junit] JNI.ExceptionDescribe: java/lang/NullPointerException: > [junit] java/lang/NullPointerException : (null) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.startTest (XMLJUnitResultFormatter.java: 161) > [junit] at junit.framework.TestResult.startTest (TestResult.java: 151) > [junit] at junit.framework.TestResult.run (TestResult.java: 103) > [junit] at junit.framework.TestCase.run (TestCase.java: 120) > [junit] at junit.framework.TestSuite.runTest (TestSuite.java: 230) > [junit] at junit.framework.TestSuite.run (TestSuite.java: 225) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run (JUnitTestRunner.java: 297) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch (JUnitTestRunner.java: 672) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main (JUnitTestRunner.java: 546) > [junit] Error occured while running starter class: Exception left unhandled before destroying VM > [junit] JNI.ExceptionDescribe: java/lang/NullPointerException: > etc -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira