- This topic has 2 replies, 2 voices, and was last updated 14 years, 1 month ago by gonzaljo.
-
AuthorPosts
-
gonzaljoMemberDear all
Since the update from 8.5 to 8.6 they are multiple crashes every day. This is the log entry:
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:597)
at com.genuitec.javascript.wst.integration.JavaScriptTranslator.translate(JavaScriptTranslator.java:68)
at org.eclipse.dltk.internal.core.Translations.tranlate(Translations.java:72)
at org.eclipse.dltk.internal.core.SourceModule.getBufferContent(SourceModule.java:438)
at org.eclipse.dltk.internal.core.AbstractSourceModule.getSourceAsCharArray(AbstractSourceModule.java:323)
at org.eclipse.dltk.javascript.internal.core.mixin.JavaScriptMixinParser.getContent(JavaScriptMixinParser.java:54)
at org.eclipse.dltk.javascript.internal.core.mixin.JavaScriptMixinParser.reportRefs(JavaScriptMixinParser.java:138)
at org.eclipse.dltk.javascript.internal.core.mixin.JavaScriptMixinParser.parserSourceModule(JavaScriptMixinParser.java:65)
at org.eclipse.dltk.internal.core.mixin.MixinIndexer.indexDocument(MixinIndexer.java:89)
at org.eclipse.dltk.internal.core.mixin.MixinProjectIndexer.doIndexing(MixinProjectIndexer.java:30)
at org.eclipse.dltk.core.search.indexing.core.AbstractProjectIndexer.indexSourceModule(AbstractProjectIndexer.java:176)
at org.eclipse.dltk.core.search.indexing.core.SourceModuleRequest.run(SourceModuleRequest.java:51)
at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:77)
at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:452)
at java.lang.Thread.run(Thread.java:619)after this error I have to restart me, otherwise the application closes without an error message.
Is there a work arround to avoid this issue.
Regards
J.A. Gonzalez
support-shaliniMemberGonzalez,
Sorry for the inconvenience. Can you give us some more information on this?
1. What is the OS that you are working on?
2. Do you have any third party plugins installed?
3. Can you try setting your memory parameters to those given in the link below –
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.htmlPlease refer to the link given below also –
https://www.genuitec.com/forums/topic/repeated-myeclipse-crashes-on-windows7-64bit/
gonzaljoMemberShalini
I’m working on Windows 7 64 bit with a 32bit JVM, my colleagus in the company works with windows 7 or vista with 32bit and have the same problems.
Additionaly installed plug ins:
– Subclipse 1.6
– QuickRex
– WindowBuilder Pro
– FindBugs
– Atlassian JIRA Connector (Mylyn)Configuration:
-vmargs
-Xmx768m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64mVersion:
Version: 8.6
Build id: 8.6-20100806Regards
Jose -
AuthorPosts