Same problem

639 views
Skip to first unread message

Bluecandy

unread,
Mar 22, 2011, 10:39:19 AM3/22/11
to omnetpp
I have exactly the same problem.

After abouth 30 minutes after I open Eclipse, I receive this message :

An Internal error occured during : "Notifying selection listeners".

Here the Eclipse log :

!SESSION 2011-03-22 08:39:13.630
-----------------------------------------------
eclipse.buildId=M20100909-0800
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.jobs 4 2 2011-03-22 09:28:31.880
!MESSAGE An internal error occurred during: "Notifying selection
listeners".
!STACK 0
java.lang.OutOfMemoryError: Java heap space
at
org.eclipse.cdt.internal.core.dom.parser.c.CNodeFactory.newName(CNodeFactory.java:
287)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.identifier(GNUCSourceParser.java:
1658)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.primaryExpression(GNUCSourceParser.java:
798)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.postfixExpression(GNUCSourceParser.java:
635)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.unaryExpression(GNUCSourceParser.java:
607)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.castExpression(AbstractGNUSourceCodeParser.java:
1234)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.expression(GNUCSourceParser.java:
466)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.expression(GNUCSourceParser.java:
452)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.condition(AbstractGNUSourceCodeParser.java:
1524)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.parseIfStatement(GNUCSourceParser.java:
1976)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.statement(GNUCSourceParser.java:
1805)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.compoundStatement(AbstractGNUSourceCodeParser.java:
850)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parseCompoundStatement(AbstractGNUSourceCodeParser.java:
2088)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.statement(GNUCSourceParser.java:
1802)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.parseIfStatement(GNUCSourceParser.java:
1988)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.statement(GNUCSourceParser.java:
1805)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.compoundStatement(AbstractGNUSourceCodeParser.java:
850)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parseCompoundStatement(AbstractGNUSourceCodeParser.java:
2088)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.statement(GNUCSourceParser.java:
1802)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.parseIfStatement(GNUCSourceParser.java:
1988)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.statement(GNUCSourceParser.java:
1805)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.compoundStatement(AbstractGNUSourceCodeParser.java:
850)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.functionBody(AbstractGNUSourceCodeParser.java:
1421)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.handleFunctionBody(AbstractGNUSourceCodeParser.java:
1410)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.functionDefinition(GNUCSourceParser.java:
417)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.simpleDeclaration(GNUCSourceParser.java:
357)
at
org.eclipse.cdt.internal.core.dom.parser.c.GNUCSourceParser.declaration(GNUCSourceParser.java:
292)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.declarationList(AbstractGNUSourceCodeParser.java:
1315)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parseTranslationUnit(AbstractGNUSourceCodeParser.java:
1253)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.translationUnit(AbstractGNUSourceCodeParser.java:
1248)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parse(AbstractGNUSourceCodeParser.java:
645)
at
org.eclipse.cdt.core.dom.parser.AbstractCLikeLanguage.getASTTranslationUnit(AbstractCLikeLanguage.java:
143)

!ENTRY org.eclipse.cdt.core 4 0 2011-03-22 09:30:26.958
!MESSAGE Error while parsing /FreeRTOS_Shortstack/src/modbusTask.c.
!STACK 0
java.lang.reflect.InvocationTargetException
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.getMaskedException(AbstractIndexerTask.java:
902)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.swallowError(AbstractIndexerTask.java:
891)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseFile(AbstractIndexerTask.java:
775)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseLinkage(AbstractIndexerTask.java:
637)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.runTask(AbstractIndexerTask.java:
344)
at
org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask.run(PDOMIndexerTask.java:
127)
at
org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:
137)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.OutOfMemoryError: Java heap space
at
org.eclipse.cdt.internal.core.pdom.db.ShortString.getChars(ShortString.java:
79)
at
org.eclipse.cdt.internal.core.pdom.dom.PDOMMacro.getExpansionImage(PDOMMacro.java:
247)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.addMacroDefinition(CPreprocessor.java:
1003)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.processInclusionFromIndex(CPreprocessor.java:
1298)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.executeInclude(CPreprocessor.java:
1258)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.executeDirective(CPreprocessor.java:
1067)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.internalFetchToken(CPreprocessor.java:
726)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.fetchToken(CPreprocessor.java:
469)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.nextToken(CPreprocessor.java:
563)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.fetchToken(AbstractGNUSourceCodeParser.java:
260)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.nextToken(AbstractGNUSourceCodeParser.java:
284)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.acceptInactiveCodeBoundary(AbstractGNUSourceCodeParser.java:
345)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.declarationList(AbstractGNUSourceCodeParser.java:
1283)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parseTranslationUnit(AbstractGNUSourceCodeParser.java:
1253)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.translationUnit(AbstractGNUSourceCodeParser.java:
1248)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parse(AbstractGNUSourceCodeParser.java:
645)
at
org.eclipse.cdt.core.dom.parser.AbstractCLikeLanguage.getASTTranslationUnit(AbstractCLikeLanguage.java:
143)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.createAST(AbstractIndexerTask.java:
285)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.createAST(AbstractIndexerTask.java:
258)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseFile(AbstractIndexerTask.java:
754)
... 5 more
Root exception:
java.lang.OutOfMemoryError: Java heap space
at
org.eclipse.cdt.internal.core.pdom.db.ShortString.getChars(ShortString.java:
79)
at
org.eclipse.cdt.internal.core.pdom.dom.PDOMMacro.getExpansionImage(PDOMMacro.java:
247)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.addMacroDefinition(CPreprocessor.java:
1003)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.processInclusionFromIndex(CPreprocessor.java:
1298)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.executeInclude(CPreprocessor.java:
1258)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.executeDirective(CPreprocessor.java:
1067)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.internalFetchToken(CPreprocessor.java:
726)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.fetchToken(CPreprocessor.java:
469)
at
org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor.nextToken(CPreprocessor.java:
563)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.fetchToken(AbstractGNUSourceCodeParser.java:
260)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.nextToken(AbstractGNUSourceCodeParser.java:
284)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.acceptInactiveCodeBoundary(AbstractGNUSourceCodeParser.java:
345)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.declarationList(AbstractGNUSourceCodeParser.java:
1283)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parseTranslationUnit(AbstractGNUSourceCodeParser.java:
1253)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.translationUnit(AbstractGNUSourceCodeParser.java:
1248)
at
org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parse(AbstractGNUSourceCodeParser.java:
645)
at
org.eclipse.cdt.core.dom.parser.AbstractCLikeLanguage.getASTTranslationUnit(AbstractCLikeLanguage.java:
143)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.createAST(AbstractIndexerTask.java:
285)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.createAST(AbstractIndexerTask.java:
258)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseFile(AbstractIndexerTask.java:
754)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.parseLinkage(AbstractIndexerTask.java:
637)
at
org.eclipse.cdt.internal.core.pdom.AbstractIndexerTask.runTask(AbstractIndexerTask.java:
344)
at
org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask.run(PDOMIndexerTask.java:
127)
at
org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob.run(PDOMIndexerJob.java:
137)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY org.eclipse.core.jobs 4 2 2011-03-22 09:30:36.614
!MESSAGE An internal error occurred during: "Update Monitor".
!STACK 0
java.lang.OutOfMemoryError: Java heap space
at
com.ibm.icu.impl.ICUResourceBundleReader.readData(ICUResourceBundleReader.java:
242)
at
com.ibm.icu.impl.ICUResourceBundleReader.<init>(ICUResourceBundleReader.java:
177)
at
com.ibm.icu.impl.ICUResourceBundleReader.getReader(ICUResourceBundleReader.java:
190)
at
com.ibm.icu.impl.ICUResourceBundle.createBundle(ICUResourceBundle.java:
830)
at
com.ibm.icu.impl.ICUResourceBundle.instantiateBundle(ICUResourceBundle.java:
738)
at
com.ibm.icu.impl.ICUResourceBundle.instantiateBundle(ICUResourceBundle.java:
777)
at
com.ibm.icu.impl.ICUResourceBundle.getBundleInstance(ICUResourceBundle.java:
706)
at
com.ibm.icu.util.UResourceBundle.instantiateBundle(UResourceBundle.java:
538)
at
com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:
139)
at
com.ibm.icu.util.UResourceBundle.getBundleInstance(UResourceBundle.java:
219)
at
com.ibm.icu.text.DecimalFormatSymbols.initialize(DecimalFormatSymbols.java:
740)
at
com.ibm.icu.text.DecimalFormatSymbols.<init>(DecimalFormatSymbols.java:
68)
at com.ibm.icu.text.NumberFormat.createInstance(NumberFormat.java:
1301)
at com.ibm.icu.text.NumberFormatServiceShim
$1$RBNumberFormatFactory.handleCreate(NumberFormatServiceShim.java:
108)
at com.ibm.icu.impl.ICULocaleService
$LocaleKeyFactory.create(ICULocaleService.java:378)
at com.ibm.icu.impl.ICUService.getKey(ICUService.java:460)
at com.ibm.icu.impl.ICUService.getKey(ICUService.java:380)
at com.ibm.icu.impl.ICULocaleService.get(ICULocaleService.java:72)
at
com.ibm.icu.text.NumberFormatServiceShim.createInstance(NumberFormatServiceShim.java:
90)
at com.ibm.icu.text.NumberFormat.getInstance(NumberFormat.java:1288)
at com.ibm.icu.text.NumberFormat.getInstance(NumberFormat.java:559)
at com.ibm.icu.text.MessageFormat.subformat(MessageFormat.java:1727)
at com.ibm.icu.text.MessageFormat.subformat(MessageFormat.java:1675)
at com.ibm.icu.text.MessageFormat.format(MessageFormat.java:1176)
at java.text.Format.format(Unknown Source)
at com.ibm.icu.text.MessageFormat.format(MessageFormat.java:1110)
at
org.eclipse.cdt.internal.core.pdom.PDOMManager.getMonitorMessage(PDOMManager.java:
1122)
at org.eclipse.cdt.internal.core.pdom.PDOMIndexerJob
$ProgressUpdateJob.run(PDOMIndexerJob.java:44)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY org.eclipse.ui 4 0 2011-03-22 09:30:36.614
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.OutOfMemoryError: Java heap space

Bluecandy

unread,
Mar 22, 2011, 10:40:09 AM3/22/11
to omnetpp

jan holfeld

unread,
Mar 23, 2011, 11:54:39 AM3/23/11
to omnetpp
Hi,

maybe you have the problems, because you are using java 1.6.0.24

the thread to this problems is:
http://groups.google.com/group/omnetpp/browse_thread/thread/ba5e2621193720b0

kind regards
Jan
> ...
>
> Erfahren Sie mehr »
Reply all
Reply to author
Forward
0 new messages