Actions
Bug #1528
openctfestimate,py deadlock on subprocess.wait()
Start date:
01/18/2012
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
Description
According to python doc, this can happen when using stdout=PIPE and/or stderr=PIPE and the child process generates enough output to a pipe such that it blocks waiting for the OS pipe buffer to accept more data.
This starts happening on CentOS installation and new ctffind3 that I downloaded. Maybe the buffer is smaller here or the output is larger.
Actions