[drlvm]Fails to create new thread due to out-of-memory-error on redhat linux enterprise4.0
------------------------------------------------------------------------------------------
Key: HARMONY-2060
URL: http://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
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.
-
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
|