Community
Participate
Working Groups
I'm getting a bunch of errors (OutOfMemoryError, unable to create new native thread) when I'm trying to export this plug-in: https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.java.discoverer (the bug occurs with revision 4123 of this plug-in) - right click on the project - select "Export... > Deployable plug-ins and fragments" - select to export to a Directory - select Export Source : Generate source bundles - check "Package plug-ins as individual JAR archives" I have launched Eclipse with this in eclipse.ini, so there should be enough memory available: -vmargs -Declipse.p2.unsignedPolicy=allow -Xms128m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m I don't know whether there is any link, but this plug-in deviates from the norm (cf Bug 347267). Eclipse SDK Version: 3.7.0 Build id: I20110428-0848
Created attachment 196658 [details] error log Here's my error log.
Update: I also got the "unable to create native thread" error later while debugging. So, this error is maybe not caused by the plug-in export.
I tried again with a bare RC2 install, and the export worked.