Momentics 6.2.1 IDE problem?

One of my projects is unable to be debugged remotely and the error box told
me to look at the logs. I looked at workspace/.metadata/.log and found the
following. I’m not sure what I am supposed to do with this :wink:

org.eclipse.core.runtime.CoreException[5013]: java.lang.StackOverflowError
at java.util.AbstractMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashSet.(Unknown Source)
at
org.eclipse.cdt.debug.internal.core.sourcelookup.CProjectSourceLocation.(CProjectSourceLocation.java:37)
at
org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator.addReference
dSourceLocations(CSourceLocator.java:190)
at
org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator.addReference
dSourceLocations(CSourceLocator.java:191)
at
org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator.addReference
dSourceLocations(CSourceLocator.java:191)

and the rest of the very large logfile contains that last line repeatedly.
It appears that line is being generated at a fairly rapid rate… the longer
I stay in the IDE the larger the .log file is.

Any ideas?

Dave G.

So then I move all my source files for this project over to a new project
created under the IDE running on QNX itself. Now when I try to debug this
application I get an error box with the following text:

Exception occured while launching configuration. See log file for more
information.
Reason: Failed launching CDI Debugger : Not Supported - this should never be
called!

Help!!!

Dave G.


“Dave G.” <~~~dkg@ormec.com> wrote in message
news:b3of72$318$1@inn.qnx.com

One of my projects is unable to be debugged remotely and the error box
told
me to look at the logs. I looked at workspace/.metadata/.log and found
the
following. I’m not sure what I am supposed to do with this > :wink:

org.eclipse.core.runtime.CoreException[5013]: java.lang.StackOverflowError
at java.util.AbstractMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashMap.(Unknown Source)
at java.util.HashSet.(Unknown Source)
at

org.eclipse.cdt.debug.internal.core.sourcelookup.CProjectSourceLocation.(CProjectSourceLocation.java:37)
at

org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator.addReference
dSourceLocations(CSourceLocator.java:190)
at

org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator.addReference
dSourceLocations(CSourceLocator.java:191)
at

org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLocator.addReference
dSourceLocations(CSourceLocator.java:191)

and the rest of the very large logfile contains that last line repeatedly.
It appears that line is being generated at a fairly rapid rate… the
longer
I stay in the IDE the larger the .log file is.

Any ideas?

Dave G.