[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[Cdt-launch-inbox] [Bug 85889] New: IOException when running any application under CDT
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=85889
Summary: IOException when running any application under CDT
Product: CDT
Version: 2.1
Platform: PC
OS/Version: Linux-GTK
Status: NEW
Severity: normal
Priority: P3
Component: cdt-launch
AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
ReportedBy: pickens@xxxxxxx
Under Linux, build any application that writes to standard output. Construct a
Debug launch for it. Then Run it (as opposed to Debug). Two IOExceptions occur
and are displayed in the error log:
!ENTRY org.eclipse.debug.core 4 120 Feb 18, 2005 16:29:52.275
!MESSAGE Error logged from Debug Core:
!STACK 0
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:60)
at java.io.InputStream.read(InputStream.java:89)
at org.eclipse.debug.internal.core.OutputStreamMonitor.read
(OutputStreamMonitor.java:132)
at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1
(OutputStreamMonitor.java:124)
at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run
(OutputStreamMonitor.java:177)
at java.lang.Thread.run(Thread.java:595)
!ENTRY org.eclipse.debug.core 4 120 Feb 18, 2005 16:29:52.277
!MESSAGE Error logged from Debug Core:
!STACK 0
java.io.IOException: close error
at org.eclipse.cdt.utils.spawner.SpawnerOutputStream.close
(SpawnerOutputStream.java:68)
at org.eclipse.debug.internal.core.InputStreamMonitor.write
(InputStreamMonitor.java:102)
at org.eclipse.debug.internal.core.InputStreamMonitor$1.run
(InputStreamMonitor.java:75)
at java.lang.Thread.run(Thread.java:595)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.