[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[Cdt-launch-inbox] [Bug 102043] Console Output Does Not Appear When Launching An Application
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=102043
------- Additional Comments From j_apter@xxxxxxxxxxx 2005-06-30 17:21 -------
Ok, I just tried the last RC1 build of CDT with Eclipse 3.1 final (I believe
this is the version of Eclipse that RC1 is built for) and I have the same problem.
Looking at the .log file in my workspace, I see these exceptions:
!ENTRY org.eclipse.debug.core 4 120 2005-06-30 17:12:45.927
!MESSAGE Error logged from Debug Core:
!STACK 0
java.io.IOException: The handle is invalid.
at org.eclipse.cdt.utils.spawner.SpawnerInputStream.read0(Native Method)
at
org.eclipse.cdt.utils.spawner.SpawnerInputStream.read(SpawnerInputStream.java:60)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at
org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:137)
at
org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:127)
at
org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:193)
at java.lang.Thread.run(Unknown Source)
!ENTRY org.eclipse.debug.core 4 120 2005-06-30 17:12:45.937
!MESSAGE Error logged from Debug Core:
!STACK 0
java.io.IOException: The handle is invalid.
at org.eclipse.cdt.utils.spawner.SpawnerInputStream.read0(Native Method)
at
org.eclipse.cdt.utils.spawner.SpawnerInputStream.read(SpawnerInputStream.java:60)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at
org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:137)
at
org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:127)
at
org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:193)
at java.lang.Thread.run(Unknown Source)
Looks like the file handle (I assume its piping the output from the launched
application) closes before it tries to read from it. Again, this only happens
with Eclipse 3.1RC2 and later, so they must have changed something in the way
this is handled (maybe there is a new thread for launched applications or
something). Also, I assume this is Windows only as it doesn't appear as though
anyone else is having this problem.
Should this be under cdt-core as I believe that is where the spawner code lies?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.