From: <no...@so...> - 2002-09-03 13:01:54
|
Bugs item #603969, was opened at 2002-09-03 14:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=489603&aid=603969&group_id=59013 Category: labrun/labmex/labrerun Group: None >Status: Closed >Resolution: Fixed Priority: 2 Submitted By: Susan Hert (hert) >Assigned to: Tobias Polzin (polzin) Summary: deadlock when too much stderr output Initial Comment: labrun and labmex both use popen2 and wait to capture the output from stderr produced by a command. This unfortunately causes a deadlock when too much output is written to stderr (possibly a bug in Python?). A solution for labmex was to direct the stderr output to a file. Could possibly also work for labrun. ---------------------------------------------------------------------- >Comment By: Tobias Polzin (polzin) Date: 2002-09-03 15:01 Message: Logged In: YES user_id=586666 We now use tmpfiles and a nice class in labutils. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=489603&aid=603969&group_id=59013 |