Bug #3966
Move to subprocess disabled condor_root_switchboard errors
Start date:
05/30/2013
Due date:
% Done:
0%
Estimated time:
First Occurred:
Occurs In:
Stakeholders:
Description
condor_root_switchboard always closes stderr. (From the condor_root_switchboard README):
Note that the file descriptor used by the switchboard for error output (i.e. the second file descriptor specified on the command line) is always closed when the job starts, even if it is added to this list. This behavior may change in future versions. If you want error output from the switchboard to be combined with stderr output from the job, dup the stderr file descriptor to a new descriptor and specify this new descriptor as the error descriptor for the switchboard.
We were using the shell to duplicate the fd, now we should do it in code.
Related issues
History
#1 Updated by Burt Holzman over 7 years ago
- Status changed from Assigned to Feedback
- Assignee changed from Burt Holzman to Parag Mhashilkar
#2 Updated by Parag Mhashilkar over 7 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Parag Mhashilkar to Burt Holzman
- Target version set to v3_1
Merged into master. Looks ok to me. Setting version to 3.1
#3 Updated by Parag Mhashilkar over 7 years ago
- Status changed from Resolved to Closed