You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "weldon washburn (JIRA)" <ji...@apache.org> on 2007/03/02 17:13:51 UTC

[jira] Assigned: (HARMONY-2060) [drlvm]Fails to create new thread due to out-of-memory-error on redhat linux enterprise4.0

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

weldon washburn reassigned HARMONY-2060:
----------------------------------------

    Assignee: weldon washburn

> [drlvm]Fails to create new thread due to out-of-memory-error on redhat linux enterprise4.0
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2060
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2060
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: RedHat Linux Enterprise 4.0
>            Reporter: Leo Li
>         Assigned To: weldon washburn
>
> While running Junit 4.1 Tests, it fails with such output:
> .........................................
> .........................................
> ..............E..E....
> Time: 5.157
> There were 2 errors:
> 1) testActiveRepeatedTest(junit.tests.extensions.ActiveTestTest)java.lang.OutOfMemoryError: Failed to create new thread
>         at java.lang.Thread.start(Unknown Source)
>         at junit.extensions.ActiveTestSuite.runTest(ActiveTestSuite.java:41)
>         at junit.extensions.ActiveTestSuite.run(ActiveTestSuite.java:34)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:25)
>         at junit.extensions.TestDecorator.run(TestDecorator.java:33)
>         at junit.extensions.RepeatedTest.run(RepeatedTest.java:29)
>         at junit.tests.extensions.ActiveTestTest.testActiveRepeatedTest(ActiveTestTest.java:32)
>         at java.lang.reflect.VMReflection.invokeMethod(Native Method)
>         at junit.tests.AllTests.main(AllTests.java:13)
> 2) testActiveRepeatedTest1(junit.tests.extensions.ActiveTestTest)java.lang.OutOfMemoryError: Failed to create new thread
>         at java.lang.Thread.start(Unknown Source)
>         at junit.extensions.ActiveTestSuite.runTest(ActiveTestSuite.java:41)
>         at junit.extensions.ActiveTestSuite.run(ActiveTestSuite.java:34)
>         at junit.extensions.TestDecorator.basicRun(TestDecorator.java:25)
>         at junit.extensions.TestDecorator.run(TestDecorator.java:33)
>         at junit.extensions.RepeatedTest.run(RepeatedTest.java:29)
>         at junit.tests.extensions.ActiveTestTest.testActiveRepeatedTest1(ActiveTestTest.java:50)
>         at java.lang.reflect.VMReflection.invokeMethod(Native Method)
>         at junit.tests.AllTests.main(AllTests.java:13)
> FAILURES!!!
> Tests run: 102,  Failures: 0,  Errors: 2
> The detailed information about how to run the JUnit tests, pls refer to http://wiki.apache.org/harmony/JUnit.

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