public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Linda Walsh <cygwin@tlinx.org>
To: cygwin@cygwin.com
Subject: Re: Cygwin passes through null writes to other software when redirecting standard input/output (i.e. piping)
Date: Fri, 11 May 2012 05:08:00 -0000	[thread overview]
Message-ID: <4FAC9E98.2040908@tlinx.org> (raw)
In-Reply-To: <053b01cd2e18$f3f9ce60$dbed6b20$@motionview3d.com>

James Johnston wrote:


>> I can't say with 100% certainty, but I would bet with 90+% confidence that
>> this
>> is a bug in MS's libraries -- they "cheat" and use a null/0 byte read as a
>> signal for end of file rather than sending out-of-band information that *nix
>> supports.
> 
> From examining .NET Framework source, it seems clear to me they did not plan on message 

pipe inputs.  Win32 ReadFile API normally uses a zero byte read to indicate end-of-file; 

I think it's not cheating.  Pipes present a special case.  I'm not sure how MS's runtime 

libraries could send out-of-band information; the operating system does not really support

this as far as I know?

----
	It is cheating because they didn't follow the standard.  It is perfectly legal 
to write 0 bytes.


> 
> Of course, these libraries are very widely used... 

---
	MSWindows is widely used and is known to be one of the buggiest OS's on the 
planet.  So what's your point?


> 
>> Essentially you need a 'shim' layer between a POSIX compliant subsystem
>> to NON-POSIX compliant programs.
>>
>> I'm sure that in the case that my assumptions are true, you wouldn't want to
>> deliberate put something in cygwin that would make it less POSIX compliant
>> when
>> it is only to support external-to-cygwin, NON-POSIX compliant programs...
>>
>> Note -- I use programs between cygwin and Windows 'alot', so I want these
>> things
>> to work as well.
> 
> Maybe I'm naïve and this is harder than it looks, but couldn't Cygwin determine if 

the program being piped to links with CYGWIN1.DLL (or similar detection technique),

 and then use byte or message pipes accordingly?  Example:

---
	Because (1) it wouldn't be reliable.  2, cygwin could be delay-loaded so  again 
back to 1... and have you contacted Microsoft and asked them to fix the problem? 
   Who did you contact and what did they say?


> 
> # Byte pipe used because Win32Program.exe does not link with CYGWIN1.DLLL
> cat Testfile.txt | ./Win32Program.exe
> # Message pipe used because grep links with CYGWIN1.DLL
> cat Testfile.txt | grep Hello
> # Message pipe still used because the program we are calling links with CYGWIN1.DLL
> ./Win32Program.exe | grep Hello
> 
> If that is still not POSIX compliant enough for the sending program 

(e.g. "cat" in this example), then I suppose Cygwin could automatically insert a 

message-to-byte pipe shim like the author proposes.  That seems pretty kludgy though.

====
	Cygwin wouldn't insert a special shim for an app using a buggy library.  Or 
rather it wouldn't be the place of cygwin to do so.  It would be the 
responsibility of whoever needs to run some sort of adaptation with **THEIR** 
program... (and perhaps whoever they pay to do

I don't speak for the Cygwin project - the above is purely my point of view.

I was suggesting a way for you to create a workaround for your program


--
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

      parent reply	other threads:[~2012-05-11  5:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 21:19 James Johnston
2012-04-27  0:17 ` Christopher Faylor
2012-04-27 14:26   ` James Johnston
2012-04-27 16:28     ` Christopher Faylor
2012-04-27 15:12   ` jojelino
2012-04-27 16:28     ` Christopher Faylor
2012-04-27  9:09 ` cygwin
2012-04-27 14:41   ` Christopher Faylor
2012-04-27 14:38 ` Corinna Vinschen
2012-04-27 22:38   ` James Johnston
2012-04-28  0:25     ` Daniel Colascione
2012-04-28  5:27       ` Christopher Faylor
2012-04-28 11:20         ` Daniel Colascione
2012-05-09 19:00           ` Linda Walsh
2012-05-09 19:21             ` James Johnston
2012-05-09 20:12               ` Christopher Faylor
2012-05-10 16:28                 ` James Johnston
2012-05-10 16:33                   ` Otto Meta
2012-05-10 17:57                   ` Earnie Boyd
2012-05-10 18:39                     ` Corinna Vinschen
2012-05-11  9:05                       ` Andrey Repin
2012-05-11  3:34                 ` Daniel Colascione
2012-05-11  5:08               ` Linda Walsh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FAC9E98.2040908@tlinx.org \
    --to=cygwin@tlinx.org \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).