From: <no...@so...> - 2002-09-03 12:41:23
|
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: Open Resolution: None Priority: 2 Submitted By: Susan Hert (hert) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=489603&aid=603969&group_id=59013 |