Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] SpawnerInputStream error

Thanks Hans.
Looks like the patch was compiled into cdt_4_0  so I got
cdt-master-4.0.3-I200804071034.zip
Unfortunately i still have the problem. Oh well.


..Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


                                                                           
             "Draschwandtner,                                              
             Johann"                                                       
             <Johann.Draschwan                                          To 
             dtner@windriver.c         "CDT General developers list."      
             om>                       <cdt-dev@xxxxxxxxxxx>               
             Sent by:                                                   cc 
             cdt-dev-bounces@e                                             
             clipse.org                                            Subject 
                                       RE: [cdt-dev] SpawnerInputStream    
                                       error                               
             04/16/08 01:09 AM                                             
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi Beth,

I'm not sure about your specific problem, but I've encountered errors
with
processes lauched via spawner on fast machines .
Therefore I created a patch that improves handling of lauched processes,
thats
tracked in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225272

Maybe this helps.
Hans

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Beth Tibbitts
Sent: Wednesday, April 16, 2008 1:37
To: CDT General developers list.
Subject: Re: [cdt-dev] SpawnerInputStream error

I'm still getting this error.  Any ideas?
It happens whether I'm running under the debugger or not.


..Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981) High Productivity Tools /
Parallel Tools  http://eclipse.org/ptp IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY
40511




             Beth

             Tibbitts/Watson/I

             BM@IBMUS
To
             Sent by:                  cdt-dev@xxxxxxxxxxx

             cdt-dev-bounces@e
cc
             clipse.org


Subject
                                       [cdt-dev] SpawnerInputStream
error
             04/10/08 11:27 AM





             Please respond to

               "CDT General

             developers list."

             <cdt-dev@eclipse.

                   org>










I'm getting a consistent error when running my code, which is doing a
CDT launch via some profiling (our PTP performance tool framework) -
launching an external tool, then i read and parse a file that my tool
creates, then I launch a view to show the results, forcing it back on
the UI thread to do so.
I don't know if any of this has anything to do with the error or not.
There's nothing I can see that traces it back to what I'm doing,) but
I'm hoping I'm missing something here.
Any ideas?
I'm running CDT 4.0.3

!ENTRY org.eclipse.debug.core 4 120 2008-04-10 10:44:17.681 !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.BufferedInputStream.read1(BufferedInputStream.java:254)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:313))
      at java.io.FilterInputStream.read(FilterInputStream.java:90):
      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:595)


..Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981) High Productivity Tools /
Parallel Tools  http://eclipse.org/ptp IBM T.J.Watson Research Center

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top