Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 899 invoked from network); 7 Apr 2008 17:40:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Apr 2008 17:40:08 -0000 Received: (qmail 32777 invoked by uid 500); 7 Apr 2008 17:40:08 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 32757 invoked by uid 500); 7 Apr 2008 17:40: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 32743 invoked by uid 99); 7 Apr 2008 17:40:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 10:40: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; Mon, 07 Apr 2008 17:39:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4DF4B234C0C1 for ; Mon, 7 Apr 2008 10:37:27 -0700 (PDT) Message-ID: <74855918.1207589847318.JavaMail.jira@brutus> Date: Mon, 7 Apr 2008 10:37:27 -0700 (PDT) From: "Ilya Leviev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5319) [drlvm][exception] NPE while stress test stress.exceptions.catcher.StackUnwindingManyObjectsTests.StackUnwindingManyObjectsTest4 In-Reply-To: <5537773.1197900643030.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586481#action_12586481 ] Ilya Leviev commented on HARMONY-5319: -------------------------------------- oome at stress.exceptions.catcher.StackUnwindingManyObjectsTests.StackUnwindingManyObjectsTest4 r644719 > [drlvm][exception] NPE while stress test stress.exceptions.catcher.StackUnwindingManyObjectsTests.StackUnwindingManyObjectsTest4 > -------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-5319 > URL: https://issues.apache.org/jira/browse/HARMONY-5319 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows_x86/Linux_x86_64 > Reporter: Ilya Leviev > > r603534 > NPE while stress test stress.exceptions.catcher.StackUnwindingManyObjectsTests.StackUnwindingManyObjectsTest4 > log > http://people.apache.org/~smishura/r603534/Windows_x86/stress/stress/org/apache/harmony/test/stress/exceptions/catcher/StackUnwindingManyObjectsTests/75_StackUnwindingManyObjectsTest4-out.txt > [debug] started testUnwinding(org.apache.harmony.test.stress.exceptions.catcher.StackUnwindingManyObjects) > [debug] Stopping the test > [debug] completed testPadding(org.apache.harmony.test.stress.gc.padder.BigObjectPadder) > [debug] Generator.execute() > [debug] class = org.apache.harmony.test.stress.gc.padder.BigObjectPadder > [error] in testUnwinding(org.apache.harmony.test.stress.exceptions.catcher.StackUnwindingManyObjects) > [debug] org.apache.harmony.test.stress.gc.padder.BigObjectPadder { } > java.lang.NullPointerException > at org.apache.harmony.test.stress.exceptions.catcher.StackUnwindingManyObjects.testUnwinding(StackUnwindingManyObjects.java:39) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at java.lang.reflect.Method.invoke(Method.java:317) > at junit.framework.TestCase.runTest(TestCase.java:168) > at junit.framework.TestCase.runBare(TestCase.java:134) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at org.apache.harmony.test.share.stress.generator.Generator.execute(Generator.java:128) > at org.apache.harmony.test.share.stress.generator.Loop.setContext(Loop.java:40) > at org.apache.harmony.test.share.stress.generator.Generator.runTest(Generator.java:59) > at junit.framework.TestCase.runBare(TestCase.java:134) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at org.apache.harmony.test.share.stress.generator.Generator.execute(Generator.java:128) > at org.apache.harmony.test.share.stress.generator.Thread$ThreadToRun.run(Thread.java:69) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.