Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build M20060919-1045 (Timestamp: 200609191045):Automated JUnit testing complete. Test failures/errors occurred.

On 9/20/06, Kim Moir <Kim_Moir@xxxxxxxxxx> wrote:

I reran the ui tests and the same failure occured again.

Kim



It looks like that test is failing with a OutOfMemoryError:
     [java] ----- testActionSets
[java] testActionSets: setUp...
[java] testActionSets: tearDown...


[java] !ENTRY org.eclipse.jdt.core 4 4 2006-09-19 14:47:06.052
[java] !MESSAGE Background Indexer Crash Recovery
[java] !STACK 0
[java] java.lang.OutOfMemoryError: Java heap space
[java] Exception in thread "Java indexing" java.lang.OutOfMemoryError: Java heap space
[java] ----- testActionSetPartAssociations
[java] testActionSetPartAssociations: setUp...
[java] testActionSetPartAssociations: tearDown...

These tests are running on 1.5.0_06, which has a known permgen size problem.
We can't replicate the errors on jdk 1.5.0_07 on linux.  I don't believe this effects the quality of the build.

We're tracking failures in the same set of tests in the I builds using https://bugs.eclipse.org/bugs/show_bug.cgi?id=157978


--
Paul Webster
But I neeeeed tacos! I need them or I will explode!
That happens to me sometimes! - GIR

Back to the top