[ python-Bugs-1495802 ] cygwin: popen3 lock up

SourceForge.net noreply at sourceforge.net
Sat May 27 07:47:24 CEST 2006


Bugs item #1495802, was opened at 2006-05-26 16:30
Message generated for change (Comment added) made by jpsc986_hj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1495802&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: jpsc986_hj (jpsc986_hj)
Assigned to: Nobody/Anonymous (nobody)
Summary: cygwin: popen3 lock up

Initial Comment:
Look like I have similar problem with cygwin


I do the followings

   si,so,se = os.popen3('make all')
   dresult = so.readlines()
   eresult = so.readlines()

where make all does a build - and with tons of error 
on stderror.  After x minutes, I can see the program 
to lock up.  




----------------------------------------------------------------------

>Comment By: jpsc986_hj (jpsc986_hj)
Date: 2006-05-26 22:47

Message:
Logged In: YES 
user_id=1356401

Ooops - I make a typo

it should be 

   eresult = se.readlines()
not 
    ersult = so.readlines()



----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-05-26 20:51

Message:
Logged In: YES 
user_id=33168

A similar problem to what?

Can you provide any more info or help debug this problem?  I
don't have a windows box, so I can't begin to help with this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1495802&group_id=5470


More information about the Python-bugs-list mailing list