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 s

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 main() { fprintf(stderr,"stderr does not print out.\n"); fprintf(stdout,"Only stdout does print out.\n"); } (gdb) r Only stdout does pri