[
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-08-15 16:32 -------
After poking around in the code for a little while, I decided to rename my
spawner.dll file to spawner.old. Doing this causes
org.eclipse.cdt.utils.spawner.ProcessFactory to use java.lang.Runtime.exec()
instead of org.eclipse.cdt.utils.spawner.Spawner().exec(). This does not
exhibit the behavior mentioned in comment 0. Of course, this workaround is at
the loss of the additional functionality that the Spawner class provides (namely
the interrupt(), hangup(), kill(), terminate(), and isRunning() functions). I
have a feeling the problem lies somewhere in the Reaper inner class for those
curious...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.