| Summary: | Out of memory errors during PDE build with large export-package list | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Nadeem Aboobaker <nadeem.aboobaker> | ||||||
| Component: | Build | Assignee: | pde-build-inbox <pde-build-inbox> | ||||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | Alfredo.Bencomo, curtis.windatt.public, daniel_megert, heiko.boettger | ||||||
| Version: | 3.7 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Nadeem Aboobaker
Created attachment 201829 [details]
The exception/stacktrace when doing the build on the command line with the PDE antRunner build.
Created attachment 201830 [details]
The exception/stacktrace when doing the build within Eclipse/PDE.
Duplicate of Bug 346730 That was intended as a question. Is this a dupe of bug 346730 This bug looks similar to Bug 346730, but the stack traces are different. I'm not sure if that means the underlying cause is different or not. This bug: java.lang.OutOfMemoryError: Java heap space at org.eclipse.jdt.internal.core.ClasspathEntry.<init>(ClasspathEntry.java:285) at org.eclipse.jdt.internal.core.ClasspathEntry.<init>(ClasspathEntry.java:255) at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:4188) ... Bug 346730: java.lang.OutOfMemoryError at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:203) at java.util.zip.ZipFile.<init>(ZipFile.java:234) at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:143) ... Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. Please reopen, if you plan to provide a fix. Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. Please reopen, if you plan to provide a fix. |