Project

General

Profile

Actions

Bug #12551

closed

crunch-job should check errors from open() calls

Added by Tom Clegg over 6 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-

Description

Undetected open() errors could be causing the "missing stderr" bug mentioned in #12550.

Specifically, each task child process relies on this to capture stderr from srun:

    open(STDOUT,">&writer");
    open(STDERR,">&writer");
Actions

Also available in: Atom PDF