Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Error logged from Debug Core when I run my executable

We have been getting the following exception logged in the Error log for some time when we run a Linux Autotools project executable from the Binaries folder using "Run as C/C++ application". I choose gdb/mi when prompted and get:

Error logged from Debug Core
java.io.IOException: read error
at org.eclipse.cdt.utils.spawner.SpawnerInputStream.read0(Native Method)
at org.eclipse.cdt.utils.spawner.SpawnerInputStream.read(SpawnerInputStream.java:66)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:273)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:144) at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:134) at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:207)
at java.lang.Thread.run(Thread.java:636)

The executable runs fine.

This is happening with the current Helios RC2 package:

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/RC2/eclipse-linuxtools-helios-RC2-incubation-linux-gtk.tar.gz

I have seen the same error reported a while back for PTP by Beth Tibbits but no real answer as to why it occurs and how to stop it.

As mentioned, the executable runs fine until completion and the error does not affect subsequent tasks/actions, but it would be nice to know why this is happening only for an Autotools project and not for a Managed Make project.

Any thoughts/ideas?

-- Jeff J.




Back to the top