| www.delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,TO_NO_BRKTS_MSFT,T_RP_MATCHES_RCVD |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | "David Lindstrom" <dvdmandt AT telia DOT com> |
| Subject: | Problem with .NET applications and pipes in 1.7.11 |
| Date: | Wed, 14 Mar 2012 08:11:58 +0100 |
| Lines: | 44 |
| Message-ID: | <jjpgc5$2h5$1@dough.gmane.org> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hi everyone.
As some other people have reported, there seems to be some problem with
pipes in 1.7.11 which appears to have been introduced in 1.7.10. I can
confirm that 1.7.9 and 1.7.7 works as expected, but I don't have a 1.7.10
installation so I cannot test that. Others have reported problems with that
though.
Example:
# myapp
Hello World
# myapp > test.txt
# cat test.txt
Hello World
# myapp | tee test-tee.txt
# cat test-tee.txt
# myapp | cat
# myapp | more
Hello World
-- END OF EXAMPLE --
myapp is a C# application containing a single Console.WriteLine("Hello
World");. myapp is in my PATH, but not in my current directory. The path to
myapp is 80 characters long and 8 directories deep, containing no spaces or
wierd characters. It does not appear to matter if it's a 32 or 64 bit
process.
I'm running Windows 7 Professional (64 bit). My current workaround is to use
an old version (1.7.7) which works for now, but I'd preferr to be able to
use the current version so I'd be happy to provide additional information
and assistance in order to get this issue solved.
--
Mvh
David Lindström
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |