This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

win32/1812: stdout does not function correctly when CYGWIN=tty is set


>Number:         1812
>Category:       win32
>Synopsis:       stdout does not function correctly when CYGWIN=tty is set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 18 11:48:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     jon@beniston.com
>Release:        2003-09-20-cvs (cygwin-special) and GNU gdb 6.0 i686-pc-mingw32
>Organization:
>Environment:
Cygwin
>Description:
When CYGWIN=tty is set, the output for a simple program, such as the following, does not appear as expected.

  printf("Type something: ");
  scanf("%s", buffer);
  printf("You typed: \"%s\"\n", buffer);

>How-To-Repeat:
Compile and run the above example, with and without CYGWIN=tty to see the difference.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]