Project

General

Profile

Actions

Bug #1528

open

ctfestimate,py deadlock on subprocess.wait()

Added by Anchi Cheng almost 13 years ago. Updated over 12 years ago.

Status:
In Code Review
Priority:
Normal
Assignee:
Category:
-
Target version:
-
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

Also available in: Atom PDF