stderr doesn't work in gdb?

2011-11-05 Thread Phan, Linh H (3443)
Hi, it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; eg, if I run this program: #include stdio.h main() { fprintf(stderr,stderr does not print out.\n); fprintf(stdout,Only stdout does print out.\n); } (gdb) r Only stdout does

Re: stderr doesn't work in gdb?

2011-11-05 Thread Ryan Johnson
On 05/11/2011 4:02 PM, Phan, Linh H (3443) wrote: it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; This was fixed some time ago. You might try a snapshot. Ryan -- Problem reports: http://cygwin.com/problems.html FAQ:

stderr doesn't work in gdb?

2011-11-05 Thread Phan, Linh H (3443)
Hi Ryan, how do I get the snapshot to try? I got the cygwin just this week and I thought that was the latest. Thanks, Linh it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; This was fixed some time ago. You might try a

Re: stderr doesn't work in gdb?

2011-11-05 Thread Mark Geisert
Phan, Linh H writes: Hi Ryan, how do I get the snapshot to try? I got the cygwin just this week and I thought that was the latest. it seems there is a problem with stderr when running a program under gdb in cygwin 1.7.9 with 64 bit Windows 7; This was fixed some time ago. You might