This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31299] I can produce the bug without using nohup
- From: "michael dot a dot richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2007 13:53:27 -0000
- Subject: [Bug fortran/31299] I can produce the bug without using nohup
- References: <bug-31299-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from michael dot a dot richmond at nasa dot gov 2007-03-22 13:53 -------
Several commenters believe the problem is with nohup rather than gfortran. I
can produce the bug without using nohup. I redirect the input to a file:
gfortran test_getlog.f90
./a.out <carriage_return
Modifying the program to read from the file has no effect.
--
michael dot a dot richmond at nasa dot gov changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Use getpwuid(geteuid()) |I can produce the bug
|instead of getlogin() for |without using nohup
|GETLOG() |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299