Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 126211] New: Consecutive C prog. runs -> Error logged from Debug Core:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=126211 
Product/Component: CDT / cdt-launch

           Summary: Consecutive C prog. runs -> Error logged from Debug
                    Core:
           Product: CDT
           Version: 3.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: u.wilhelm@xxxxxx


Dear All

The first time I run my C program in Eclipse, everyting goes fine and the
program output is written to the Console.
However, on consecutive program launches, Eclipse reports a CDT error (see
below).

If I run some Java program in between or exit and then restart Ecipse, I can
most of the time again run the program succesful but only once.

Thanks and regards,
Ulrik 

Message.. Error logged from Debug Core:

Exception Stack Trace..

java.io.IOException: Das Handle ist ungültig.

        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)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top