X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Fri, 9 Dec 2011 11:47:55 -0800 Message-ID: Subject: stdout output missing, but redirecting works From: Brian Craft To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I compiled a program yesterday which output some lines to stdout. It appeared to be working. Running it today, I get nothing on stdout. However, if I redirect stdout to a file, the correct output appears in the file. E.g. # no output ./foo # "hello world" in bar ./foo > bar In between yesterday and today, I've rebooted and run rebaseall, so perhaps one of those is responsible for the change. Any suggestions? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple