You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2006/11/03 07:20:19 UTC

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

[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

        

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

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2060?page=comments#action_12446923 ] 
            
Alexey Varlamov commented on HARMONY-2060:
------------------------------------------

Not reproducible on SUSE9 (svn = r470676, (Nov  3 2006), Linux/ia32/gcc 3.3.3, debug build, SUSE9) 

All tests PASSED

> [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