------- Comment #3 from burnus at gcc dot gnu dot org 2007-03-21 17:27 ------- I can reproduce this. With g95 it shows also with nohup the login, whereas with gfortran, sunf95 and ifort it does not.
gfortran calls: char *getlogin(void) g95 calls: getpwuid(getuid())->pw_name -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299