[TCS] Problems with "Loading outline [message #25012] |
Tue, 30 December 2008 13:25  |
Eclipse User |
|
|
|
Unfortunately I am having some problems with TCS doing the "Loading
outline", it is consuming all my workstation resources (eclipse.exe CPU 98
Mem Usage 226,284 K) and does not successfully create an outline, although
at one point in development of my .tcs and .kms files this wasn't a
problem.
I am having a number of warnings which may possibly be related to this:
Many of these types:
(200) Decision can match input such as "NAME NAME NAME NAME" using
multiple alternatives: 1, 2
As a result, alternative(s) 2 were disabled for that
input WSMO_ANTLR3.g WSMO/Syntax line 178 Problem
Does anyone have experience with this issue?
|
|
|
|
Re: [TCS] Problems with "Loading outline [message #25989 is a reply to message #25050] |
Tue, 13 January 2009 06:53  |
Eclipse User |
|
|
|
Hi,
If your grammar is ambiguous, I suppose the parser may infinite-loop for
some inputs, in which case loading the outline will fail. If elements
get created in this infinite loop, then you may end up consuming all
available memory.
You should probably try to resolve the ambiguity.
Regards,
Frédéric Jouault
J Rusk a écrit :
> I should mention, when it finally runs out of resources, here is the
> error I get:
>
> An internal error occurred during: "Updating outline".
> Java heap space
>
|
|
|
Powered by
FUDForum. Page generated in 0.02775 seconds