From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2613 invoked by alias); 21 Mar 2007 16:31:38 -0000 Received: (qmail 2555 invoked by uid 48); 21 Mar 2007 16:31:21 -0000 Date: Wed, 21 Mar 2007 16:31:00 -0000 Subject: [Bug fortran/31299] New: getlog returns blanks when not run from the command prompt X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "michael dot a dot richmond at nasa dot gov" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg02062.txt.bz2 The following program prints my login name when I run it with the command: ./a.out but it prints only blanks when I run it with nohup: nohup ./a.out cat nohup.out PROGRAM test_getlog CHARACTER(LEN=8) :: cname CALL GETLOG(cname) PRINT *, cname END -- Summary: getlog returns blanks when not run from the command prompt Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: michael dot a dot richmond at nasa dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299